COLOR #554F30

HEX: #554F30 RGB: (85,79,48)

Color info

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

RGB color model

#554F30 color RGB value is (85,79,48).

RGB: (85,79,48) (33%, 31%, 19%)

RGB channels and saturation

R 85 of 255 = 33%
G 79 of 255 = 31%
B 48 of 255 = 19%

85
79
48

R + G + B ~ 28%. #554F30 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 79 + 48 = 212 (100%)
R 85 of 212 ~ 40.09%
G 79 of 212 ~ 37.26%
B 48 of 212 ~ 22.64'%

%40.09
%37.26
%22.64

CMYK color model

#554F30 color CMYK value is (0,7,44,67).

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

CMYK: (0,7,44,67)
C0M7Y44K67 (0%, 7%, 44%, 67%)
(0.00 / 0.07 / 0.44 / 0.67)

CMYK percentages

%0
%7.06
%43.53
%66.67

Codes

Color #554F30 in popluar color models

55 4F 30
RGB 85 79 48
HSL 50° 27.82% 26.08%
HSB/HSV 50° 43.53% 33.33%
CMYK 0.00% 7.06% 43.53%
66.67%

Color #554F30 in popluar number systems.

HEX 55 4F 30
Decimal 85 79 48
Binary 1010101 1001111 110000
Octal 125 117 60

Shades and tints

Shades of #554F30

#554F30
(85,79,48)
#4E482C
(78,72,44)
#474128
(71,65,40)
#403A24
(64,58,36)
#393320
(57,51,32)
#322C1C
(50,44,28)
#2B2518
(43,37,24)
#241E14
(36,30,20)
#1D1710
(29,23,16)
#16100C
(22,16,12)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #554F30

#554F30
(85,79,48)
#645F42
(100,95,66)
#736F54
(115,111,84)
#827F66
(130,127,102)
#918F78
(145,143,120)
#A09F8A
(160,159,138)
#AFAF9C
(175,175,156)
#BEBFAE
(190,191,174)
#CDCFC0
(205,207,192)
#DCDFD2
(220,223,210)
#EBEFE4
(235,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554F30; }

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

This text font color is #554F30.

Background Color

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

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

This div background color is #554F30.

Border color

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

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

This div border color is #554F30.

Opacity

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

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

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

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

This text has shadow with #554F30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #554F30.

Preview

Color preview on black background

This text has color #554F30 on black background.


Color preview on white background

This text has color #554F30 on white background.


Black color preview on #554F30 background

This text has black color on #554F30 background.


White color preview on #554F30 background

This text has white color on #554F30 background.


Related colors

Complementary color

Complementary color for #hex is #AAB0CF.


I love getcolorcode.com

Triadic colors

1 #30554F and #4F3055 with #554F30 are triadic colors.

2 #304F55 and #4F5530 with #554F30 are triadic colors.