COLOR #554F38

HEX: #554F38
RGB: (85,79,56)

Color info

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

RGB color model

#554F38 color RGB value is (85,79,56).

  • red value is 85;
  • green value is 79;
  • blue value is 56.
RGB:
(85,79,56)
(33%,31%,22%)

RGB channels and saturation

R 85 of 255 = 33%
G 79 of 255 = 31%
B 56 of 255 = 22%

85
79
56

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

Portions of RGB colors in percentages

R + G + B =
85 + 79 + 56 = 220 (100%)
R 85 of 220 ~ 38.64%
G 79 of 220 ~ 35.91%
B 56 of 220 ~ 25.45%

%38.64
%35.91
%25.45

CMYK color model

#554F38 color CMYK value is (0,7,34,67).

  • cyan value is 0.00%
  • magenta value is 7.06%
  • yellow value is 34.12%
  • key color value is 66.67%
CMYK:
(0,7,34,67)
C0M7Y34K67 
(0%,7%,34%,67%)
(0.00/0.07/0.34/0.67)	

CMYK percentages

%0
%7.06
%34.12
%66.67

Codes

Color #554F38 in popluar color models

554F38
RGB857956
HSL48°20.57%27.65%
HSB/HSV48°34.12%33.33%
CMYK0.00%7.06%34.12%
66.67%

Color #554F38 in popluar number systems.

HEX554F38
Decimal857956
Binary10101011001111111000
Octal12511770

Shades and tints

Shades of #554F38

#554F38
(85,79,56)
#4E4833
(78,72,51)
#47412E
(71,65,46)
#403A29
(64,58,41)
#393324
(57,51,36)
#322C1F
(50,44,31)
#2B251A
(43,37,26)
#241E15
(36,30,21)
#1D1710
(29,23,16)
#16100B
(22,16,11)
#0F0906
(15,9,6)
#000000
(0,0,0)

Tints of #554F38

#554F38
(85,79,56)
#645F4A
(100,95,74)
#736F5C
(115,111,92)
#827F6E
(130,127,110)
#918F80
(145,143,128)
#A09F92
(160,159,146)
#AFAFA4
(175,175,164)
#BEBFB6
(190,191,182)
#CDCFC8
(205,207,200)
#DCDFDA
(220,223,218)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554F38; }

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

This text font color is #554F38.


Background Color

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

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

This div background color is #554F38.


Border color

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

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

This div border color is #554F38.


Opacity

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

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

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

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

This text has shadow with #554F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554F38 on black background.


Color preview on white background

This text has color #554F38 on white background.



Black color preview on #554F38 background

This text has black color on #554F38 background.


White color preview on #554F38 background

This text has white color on #554F38 background.