COLOR #554F43

HEX: #554F43 RGB: (85,79,67)

Color info

#554F43 contains red, green and blue colors in about the same proportion. Web safe color of #554F43 is #666633 (or #663).

RGB color model

#554F43 color RGB value is (85,79,67).

RGB: (85,79,67) (33%, 31%, 26%)

RGB channels and saturation

R 85 of 255 = 33%
G 79 of 255 = 31%
B 67 of 255 = 26%

85
79
67

R + G + B ~ 30%. #554F43 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 79 + 67 = 231 (100%)
R 85 of 231 ~ 36.8%
G 79 of 231 ~ 34.2%
B 67 of 231 ~ 29'%

%36.8
%34.2
%29

CMYK color model

#554F43 color CMYK value is (0,7,21,67).

  • cyan value is 0.00%
  • magenta value is 7.06%
  • yellow value is 21.18%
  • key color value is 66.67%

CMYK: (0,7,21,67)
C0M7Y21K67 (0%, 7%, 21%, 67%)
(0.00 / 0.07 / 0.21 / 0.67)

CMYK percentages

%0
%7.06
%21.18
%66.67

Codes

Color #554F43 in popluar color models

55 4F 43
RGB 85 79 67
HSL 40° 11.84% 29.80%
HSB/HSV 40° 21.18% 33.33%
CMYK 0.00% 7.06% 21.18%
66.67%

Color #554F43 in popluar number systems.

HEX 55 4F 43
Decimal 85 79 67
Binary 1010101 1001111 1000011
Octal 125 117 103

Shades and tints

Shades of #554F43

#554F43
(85,79,67)
#4E483D
(78,72,61)
#474137
(71,65,55)
#403A31
(64,58,49)
#39332B
(57,51,43)
#322C25
(50,44,37)
#2B251F
(43,37,31)
#241E19
(36,30,25)
#1D1713
(29,23,19)
#16100D
(22,16,13)
#0F0907
(15,9,7)
#000000
(0,0,0)

Tints of #554F43

#554F43
(85,79,67)
#645F54
(100,95,84)
#736F65
(115,111,101)
#827F76
(130,127,118)
#918F87
(145,143,135)
#A09F98
(160,159,152)
#AFAFA9
(175,175,169)
#BEBFBA
(190,191,186)
#CDCFCB
(205,207,203)
#DCDFDC
(220,223,220)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554F43 color. Also use rgb(85,79,67) instead hex code.

Text Font Color

.myTextColor { color: #554F43; }

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

This text font color is #554F43.

Background Color

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

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

This div background color is #554F43.

Border color

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

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

This div border color is #554F43.

Opacity

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

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

Text with #554F43 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 #554F43;}

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

This text has shadow with #554F43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554F43.

Preview

Color preview on black background

This text has color #554F43 on black background.


Color preview on white background

This text has color #554F43 on white background.


Black color preview on #554F43 background

This text has black color on #554F43 background.


White color preview on #554F43 background

This text has white color on #554F43 background.


Related colors

Complementary color

Complementary color for #hex is #AAB0BC.


I love getcolorcode.com

Triadic colors

1 #43554F and #4F4355 with #554F43 are triadic colors.

2 #434F55 and #4F5543 with #554F43 are triadic colors.