COLOR #554B22

HEX: #554B22
RGB: (85,75,34)

Color info

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

RGB color model

#554B22 color RGB value is (85,75,34).

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

RGB channels and saturation

R 85 of 255 = 33%
G 75 of 255 = 29%
B 34 of 255 = 13%

85
75
34

R + G + B ~ 25%. #554B22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 75 + 34 = 194 (100%)
R 85 of 194 ~ 43.81%
G 75 of 194 ~ 38.66%
B 34 of 194 ~ 17.53%

%43.81
%38.66
%17.53

CMYK color model

#554B22 color CMYK value is (0,12,60,67).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 60.00%
  • key color value is 66.67%
CMYK:
(0,12,60,67)
C0M12Y60K67 
(0%,12%,60%,67%)
(0.00/0.12/0.60/0.67)	

CMYK percentages

%0
%11.76
%60
%66.67

Codes

Color #554B22 in popluar color models

554B22
RGB857534
HSL48°42.86%23.33%
HSB/HSV48°60.00%33.33%
CMYK0.00%11.76%60.00%
66.67%

Color #554B22 in popluar number systems.

HEX554B22
Decimal857534
Binary10101011001011100010
Octal12511342

Shades and tints

Shades of #554B22

#554B22
(85,75,34)
#4E451F
(78,69,31)
#473F1C
(71,63,28)
#403919
(64,57,25)
#393316
(57,51,22)
#322D13
(50,45,19)
#2B2710
(43,39,16)
#24210D
(36,33,13)
#1D1B0A
(29,27,10)
#161507
(22,21,7)
#0F0F04
(15,15,4)
#000000
(0,0,0)

Tints of #554B22

#554B22
(85,75,34)
#645B36
(100,91,54)
#736B4A
(115,107,74)
#827B5E
(130,123,94)
#918B72
(145,139,114)
#A09B86
(160,155,134)
#AFAB9A
(175,171,154)
#BEBBAE
(190,187,174)
#CDCBC2
(205,203,194)
#DCDBD6
(220,219,214)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554B22; }

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

This text font color is #554B22.


Background Color

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

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

This div background color is #554B22.


Border color

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

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

This div border color is #554B22.


Opacity

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

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

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

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

This text has shadow with #554B22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554B22 on black background.


Color preview on white background

This text has color #554B22 on white background.



Black color preview on #554B22 background

This text has black color on #554B22 background.


White color preview on #554B22 background

This text has white color on #554B22 background.