COLOR #554938

HEX: #554938
RGB: (85,73,56)

Color info

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

RGB color model

#554938 color RGB value is (85,73,56).

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

RGB channels and saturation

R 85 of 255 = 33%
G 73 of 255 = 29%
B 56 of 255 = 22%

85
73
56

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

Portions of RGB colors in percentages

R + G + B =
85 + 73 + 56 = 214 (100%)
R 85 of 214 ~ 39.72%
G 73 of 214 ~ 34.11%
B 56 of 214 ~ 26.17%

%39.72
%34.11
%26.17

CMYK color model

#554938 color CMYK value is (0,14,34,67).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 34.12%
  • key color value is 66.67%
CMYK:
(0,14,34,67)
C0M14Y34K67 
(0%,14%,34%,67%)
(0.00/0.14/0.34/0.67)	

CMYK percentages

%0
%14.12
%34.12
%66.67

Codes

Color #554938 in popluar color models

554938
RGB857356
HSL35°20.57%27.65%
HSB/HSV35°34.12%33.33%
CMYK0.00%14.12%34.12%
66.67%

Color #554938 in popluar number systems.

HEX554938
Decimal857356
Binary10101011001001111000
Octal12511170

Shades and tints

Shades of #554938

#554938
(85,73,56)
#4E4333
(78,67,51)
#473D2E
(71,61,46)
#403729
(64,55,41)
#393124
(57,49,36)
#322B1F
(50,43,31)
#2B251A
(43,37,26)
#241F15
(36,31,21)
#1D1910
(29,25,16)
#16130B
(22,19,11)
#0F0D06
(15,13,6)
#000000
(0,0,0)

Tints of #554938

#554938
(85,73,56)
#64594A
(100,89,74)
#73695C
(115,105,92)
#82796E
(130,121,110)
#918980
(145,137,128)
#A09992
(160,153,146)
#AFA9A4
(175,169,164)
#BEB9B6
(190,185,182)
#CDC9C8
(205,201,200)
#DCD9DA
(220,217,218)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554938; }

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

This text font color is #554938.


Background Color

.myBgColor { background-color: #554938; }

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

This div background color is #554938.


Border color

.myBorderColor { border: 1px solid #554938; }

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

This div border color is #554938.


Opacity

.myOpacity80 { color: #554938; opacity: 0.8; }

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

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

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

This text has shadow with #554938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554938 on black background.


Color preview on white background

This text has color #554938 on white background.



Black color preview on #554938 background

This text has black color on #554938 background.


White color preview on #554938 background

This text has white color on #554938 background.