COLOR #554B36

HEX: #554B36
RGB: (85,75,54)

Color info

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

RGB color model

#554B36 color RGB value is (85,75,54).

  • red value is 85;
  • green value is 75;
  • blue value is 54.
RGB:
(85,75,54)
(33%,29%,21%)

RGB channels and saturation

R 85 of 255 = 33%
G 75 of 255 = 29%
B 54 of 255 = 21%

85
75
54

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

Portions of RGB colors in percentages

R + G + B =
85 + 75 + 54 = 214 (100%)
R 85 of 214 ~ 39.72%
G 75 of 214 ~ 35.05%
B 54 of 214 ~ 25.23%

%39.72
%35.05
%25.23

CMYK color model

#554B36 color CMYK value is (0,12,36,67).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 36.47%
  • key color value is 66.67%
CMYK:
(0,12,36,67)
C0M12Y36K67 
(0%,12%,36%,67%)
(0.00/0.12/0.36/0.67)	

CMYK percentages

%0
%11.76
%36.47
%66.67

Codes

Color #554B36 in popluar color models

554B36
RGB857554
HSL41°22.30%27.25%
HSB/HSV41°36.47%33.33%
CMYK0.00%11.76%36.47%
66.67%

Color #554B36 in popluar number systems.

HEX554B36
Decimal857554
Binary10101011001011110110
Octal12511366

Shades and tints

Shades of #554B36

#554B36
(85,75,54)
#4E4532
(78,69,50)
#473F2E
(71,63,46)
#40392A
(64,57,42)
#393326
(57,51,38)
#322D22
(50,45,34)
#2B271E
(43,39,30)
#24211A
(36,33,26)
#1D1B16
(29,27,22)
#161512
(22,21,18)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #554B36

#554B36
(85,75,54)
#645B48
(100,91,72)
#736B5A
(115,107,90)
#827B6C
(130,123,108)
#918B7E
(145,139,126)
#A09B90
(160,155,144)
#AFABA2
(175,171,162)
#BEBBB4
(190,187,180)
#CDCBC6
(205,203,198)
#DCDBD8
(220,219,216)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554B36; }

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

This text font color is #554B36.


Background Color

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

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

This div background color is #554B36.


Border color

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

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

This div border color is #554B36.


Opacity

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

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

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

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

This text has shadow with #554B36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554B36 on black background.


Color preview on white background

This text has color #554B36 on white background.



Black color preview on #554B36 background

This text has black color on #554B36 background.


White color preview on #554B36 background

This text has white color on #554B36 background.