COLOR #554838

HEX: #554838
RGB: (85,72,56)

Color info

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

RGB color model

#554838 color RGB value is (85,72,56).

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

RGB channels and saturation

R 85 of 255 = 33%
G 72 of 255 = 28%
B 56 of 255 = 22%

85
72
56

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

Portions of RGB colors in percentages

R + G + B =
85 + 72 + 56 = 213 (100%)
R 85 of 213 ~ 39.91%
G 72 of 213 ~ 33.8%
B 56 of 213 ~ 26.29%

%39.91
%33.8
%26.29

CMYK color model

#554838 color CMYK value is (0,15,34,67).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 34.12%
  • key color value is 66.67%
CMYK:
(0,15,34,67)
C0M15Y34K67 
(0%,15%,34%,67%)
(0.00/0.15/0.34/0.67)	

CMYK percentages

%0
%15.29
%34.12
%66.67

Codes

Color #554838 in popluar color models

554838
RGB857256
HSL33°20.57%27.65%
HSB/HSV33°34.12%33.33%
CMYK0.00%15.29%34.12%
66.67%

Color #554838 in popluar number systems.

HEX554838
Decimal857256
Binary10101011001000111000
Octal12511070

Shades and tints

Shades of #554838

#554838
(85,72,56)
#4E4233
(78,66,51)
#473C2E
(71,60,46)
#403629
(64,54,41)
#393024
(57,48,36)
#322A1F
(50,42,31)
#2B241A
(43,36,26)
#241E15
(36,30,21)
#1D1810
(29,24,16)
#16120B
(22,18,11)
#0F0C06
(15,12,6)
#000000
(0,0,0)

Tints of #554838

#554838
(85,72,56)
#64584A
(100,88,74)
#73685C
(115,104,92)
#82786E
(130,120,110)
#918880
(145,136,128)
#A09892
(160,152,146)
#AFA8A4
(175,168,164)
#BEB8B6
(190,184,182)
#CDC8C8
(205,200,200)
#DCD8DA
(220,216,218)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554838; }

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

This text font color is #554838.


Background Color

.myBgColor { background-color: #554838; }

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

This div background color is #554838.


Border color

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

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

This div border color is #554838.


Opacity

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

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

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

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

This text has shadow with #554838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554838 on black background.


Color preview on white background

This text has color #554838 on white background.



Black color preview on #554838 background

This text has black color on #554838 background.


White color preview on #554838 background

This text has white color on #554838 background.