COLOR #554B42

HEX: #554B42 RGB: (85,75,66)

Color info

#554B42 contains red, green and blue colors in about the same proportion. Web safe color of #554B42 is #663333 (or #633).

RGB color model

#554B42 color RGB value is (85,75,66).

RGB: (85,75,66) (33%, 29%, 26%)

RGB channels and saturation

R 85 of 255 = 33%
G 75 of 255 = 29%
B 66 of 255 = 26%

85
75
66

R + G + B ~ 29%. #554B42 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 75 + 66 = 226 (100%)
R 85 of 226 ~ 37.61%
G 75 of 226 ~ 33.19%
B 66 of 226 ~ 29.2'%

%37.61
%33.19
%29.2

CMYK color model

#554B42 color CMYK value is (0,12,22,67).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 22.35%
  • key color value is 66.67%

CMYK: (0,12,22,67)
C0M12Y22K67 (0%, 12%, 22%, 67%)
(0.00 / 0.12 / 0.22 / 0.67)

CMYK percentages

%0
%11.76
%22.35
%66.67

Codes

Color #554B42 in popluar color models

55 4B 42
RGB 85 75 66
HSL 28° 12.58% 29.61%
HSB/HSV 28° 22.35% 33.33%
CMYK 0.00% 11.76% 22.35%
66.67%

Color #554B42 in popluar number systems.

HEX 55 4B 42
Decimal 85 75 66
Binary 1010101 1001011 1000010
Octal 125 113 102

Shades and tints

Shades of #554B42

#554B42
(85,75,66)
#4E453C
(78,69,60)
#473F36
(71,63,54)
#403930
(64,57,48)
#39332A
(57,51,42)
#322D24
(50,45,36)
#2B271E
(43,39,30)
#242118
(36,33,24)
#1D1B12
(29,27,18)
#16150C
(22,21,12)
#0F0F06
(15,15,6)
#000000
(0,0,0)

Tints of #554B42

#554B42
(85,75,66)
#645B53
(100,91,83)
#736B64
(115,107,100)
#827B75
(130,123,117)
#918B86
(145,139,134)
#A09B97
(160,155,151)
#AFABA8
(175,171,168)
#BEBBB9
(190,187,185)
#CDCBCA
(205,203,202)
#DCDBDB
(220,219,219)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554B42 color. Also use rgb(85,75,66) instead hex code.

Text Font Color

.myTextColor { color: #554B42; }

<p style="color:#554B42">This sample text font color is #554B42.</p>

This text font color is #554B42.

Background Color

.myBgColor { background-color: #554B42; }

<div style="background-color:#554B42">Inner text</div>

This div background color is #554B42.

Border color

.myBorderColor { border: 1px solid #554B42; }

<div style="border:3px solid #554B42">Div</div>

This div border color is #554B42.

Opacity

.myOpacity80 { color: #554B42; opacity: 0.8; }

<p style="color:#554B42;opacity:0.8;">80%</p>

Text with #554B42 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #554B42;}

<p style="text-shadow: 3px 3px 1px #554B42">Text here.</p>

This text has shadow with #554B42 color.


.textShadow {text-shadow: 3px 3px 1px #554B42', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #554B42, 5px 5px 20px red">Text here.</p>

This text has shadow with #554B42 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#554B42, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#554B42, Direction=45, Strength=4)">Text</p>

This text has shadow with #554B42 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #554B42;
-webkit-box-shadow: 1px 1px 3px 2px #554B42;
box-shadow: 1px 1px 3px 2px #554B42;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #554B42; -webkit-box-shadow: 1px 1px 3px 2px #554B42; box-shadow:1px 1px 3px 2px #554B42;">
Div content here
</div>

This div box has shadow with color #554B42.

Preview

Color preview on black background

This text has color #554B42 on black background.


Color preview on white background

This text has color #554B42 on white background.


Black color preview on #554B42 background

This text has black color on #554B42 background.


White color preview on #554B42 background

This text has white color on #554B42 background.


Related colors

Complementary color

Complementary color for #hex is #AAB4BD.


I love getcolorcode.com

Triadic colors

1 #42554B and #4B4255 with #554B42 are triadic colors.

2 #424B55 and #4B5542 with #554B42 are triadic colors.