COLOR #554527

HEX: #554527
RGB: (85,69,39)

Color info

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

RGB color model

#554527 color RGB value is (85,69,39).

  • red value is 85;
  • green value is 69;
  • blue value is 39.
RGB:
(85,69,39)
(33%,27%,15%)

RGB channels and saturation

R 85 of 255 = 33%
G 69 of 255 = 27%
B 39 of 255 = 15%

85
69
39

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

Portions of RGB colors in percentages

R + G + B =
85 + 69 + 39 = 193 (100%)
R 85 of 193 ~ 44.04%
G 69 of 193 ~ 35.75%
B 39 of 193 ~ 20.21%

%44.04
%35.75
%20.21

CMYK color model

#554527 color CMYK value is (0,19,54,67).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 54.12%
  • key color value is 66.67%
CMYK:
(0,19,54,67)
C0M19Y54K67 
(0%,19%,54%,67%)
(0.00/0.19/0.54/0.67)	

CMYK percentages

%0
%18.82
%54.12
%66.67

Codes

Color #554527 in popluar color models

554527
RGB856939
HSL39°37.10%24.31%
HSB/HSV39°54.12%33.33%
CMYK0.00%18.82%54.12%
66.67%

Color #554527 in popluar number systems.

HEX554527
Decimal856939
Binary10101011000101100111
Octal12510547

Shades and tints

Shades of #554527

#554527
(85,69,39)
#4E3F24
(78,63,36)
#473921
(71,57,33)
#40331E
(64,51,30)
#392D1B
(57,45,27)
#322718
(50,39,24)
#2B2115
(43,33,21)
#241B12
(36,27,18)
#1D150F
(29,21,15)
#160F0C
(22,15,12)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #554527

#554527
(85,69,39)
#64553A
(100,85,58)
#73654D
(115,101,77)
#827560
(130,117,96)
#918573
(145,133,115)
#A09586
(160,149,134)
#AFA599
(175,165,153)
#BEB5AC
(190,181,172)
#CDC5BF
(205,197,191)
#DCD5D2
(220,213,210)
#EBE5E5
(235,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554527 color. Also use rgb(85,69,39) instead hex code.

Text Font Color

.myTextColor { color: #554527; }

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

This text font color is #554527.


Background Color

.myBgColor { background-color: #554527; }

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

This div background color is #554527.


Border color

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

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

This div border color is #554527.


Opacity

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

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

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

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

This text has shadow with #554527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554527 on black background.


Color preview on white background

This text has color #554527 on white background.



Black color preview on #554527 background

This text has black color on #554527 background.


White color preview on #554527 background

This text has white color on #554527 background.