COLOR #554533

HEX: #554533
RGB: (85,69,51)

Color info

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

RGB color model

#554533 color RGB value is (85,69,51).

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

RGB channels and saturation

R 85 of 255 = 33%
G 69 of 255 = 27%
B 51 of 255 = 20%

85
69
51

R + G + B ~ 27%. #554533 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 69 + 51 = 205 (100%)
R 85 of 205 ~ 41.46%
G 69 of 205 ~ 33.66%
B 51 of 205 ~ 24.88%

%41.46
%33.66
%24.88

CMYK color model

#554533 color CMYK value is (0,19,40,67).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 40.00%
  • key color value is 66.67%
CMYK:
(0,19,40,67)
C0M19Y40K67 
(0%,19%,40%,67%)
(0.00/0.19/0.40/0.67)	

CMYK percentages

%0
%18.82
%40
%66.67

Codes

Color #554533 in popluar color models

554533
RGB856951
HSL32°25.00%26.67%
HSB/HSV32°40.00%33.33%
CMYK0.00%18.82%40.00%
66.67%

Color #554533 in popluar number systems.

HEX554533
Decimal856951
Binary10101011000101110011
Octal12510563

Shades and tints

Shades of #554533

#554533
(85,69,51)
#4E3F2F
(78,63,47)
#47392B
(71,57,43)
#403327
(64,51,39)
#392D23
(57,45,35)
#32271F
(50,39,31)
#2B211B
(43,33,27)
#241B17
(36,27,23)
#1D1513
(29,21,19)
#160F0F
(22,15,15)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #554533

#554533
(85,69,51)
#645545
(100,85,69)
#736557
(115,101,87)
#827569
(130,117,105)
#91857B
(145,133,123)
#A0958D
(160,149,141)
#AFA59F
(175,165,159)
#BEB5B1
(190,181,177)
#CDC5C3
(205,197,195)
#DCD5D5
(220,213,213)
#EBE5E7
(235,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #554533; }

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

This text font color is #554533.


Background Color

.myBgColor { background-color: #554533; }

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

This div background color is #554533.


Border color

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

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

This div border color is #554533.


Opacity

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

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

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

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

This text has shadow with #554533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554533 on black background.


Color preview on white background

This text has color #554533 on white background.



Black color preview on #554533 background

This text has black color on #554533 background.


White color preview on #554533 background

This text has white color on #554533 background.