COLOR #554F3B

HEX: #554F3B
RGB: (85,79,59)

Color info

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

RGB color model

#554F3B color RGB value is (85,79,59).

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

RGB channels and saturation

R 85 of 255 = 33%
G 79 of 255 = 31%
B 59 of 255 = 23%

85
79
59

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

Portions of RGB colors in percentages

R + G + B =
85 + 79 + 59 = 223 (100%)
R 85 of 223 ~ 38.12%
G 79 of 223 ~ 35.43%
B 59 of 223 ~ 26.46%

%38.12
%35.43
%26.46

CMYK color model

#554F3B color CMYK value is (0,7,31,67).

  • cyan value is 0.00%
  • magenta value is 7.06%
  • yellow value is 30.59%
  • key color value is 66.67%
CMYK:
(0,7,31,67)
C0M7Y31K67 
(0%,7%,31%,67%)
(0.00/0.07/0.31/0.67)	

CMYK percentages

%0
%7.06
%30.59
%66.67

Codes

Color #554F3B in popluar color models

554F3B
RGB857959
HSL46°18.06%28.24%
HSB/HSV46°30.59%33.33%
CMYK0.00%7.06%30.59%
66.67%

Color #554F3B in popluar number systems.

HEX554F3B
Decimal857959
Binary10101011001111111011
Octal12511773

Shades and tints

Shades of #554F3B

#554F3B
(85,79,59)
#4E4836
(78,72,54)
#474131
(71,65,49)
#403A2C
(64,58,44)
#393327
(57,51,39)
#322C22
(50,44,34)
#2B251D
(43,37,29)
#241E18
(36,30,24)
#1D1713
(29,23,19)
#16100E
(22,16,14)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #554F3B

#554F3B
(85,79,59)
#645F4C
(100,95,76)
#736F5D
(115,111,93)
#827F6E
(130,127,110)
#918F7F
(145,143,127)
#A09F90
(160,159,144)
#AFAFA1
(175,175,161)
#BEBFB2
(190,191,178)
#CDCFC3
(205,207,195)
#DCDFD4
(220,223,212)
#EBEFE5
(235,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554F3B; }

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

This text font color is #554F3B.


Background Color

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

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

This div background color is #554F3B.


Border color

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

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

This div border color is #554F3B.


Opacity

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

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

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

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

This text has shadow with #554F3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554F3B on black background.


Color preview on white background

This text has color #554F3B on white background.



Black color preview on #554F3B background

This text has black color on #554F3B background.


White color preview on #554F3B background

This text has white color on #554F3B background.