COLOR #5C550C

HEX: #5C550C
RGB: (92,85,12)

Color info

#5C550C contains mainly red and green colors. Web safe color of #5C550C is #666600 (or #660).

RGB color model

#5C550C color RGB value is (92,85,12).

  • red value is 92;
  • green value is 85;
  • blue value is 12.
RGB:
(92,85,12)
(36%,33%,5%)

RGB channels and saturation

R 92 of 255 = 36%
G 85 of 255 = 33%
B 12 of 255 = 5%

92
85
12

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

Portions of RGB colors in percentages

R + G + B =
92 + 85 + 12 = 189 (100%)
R 92 of 189 ~ 48.68%
G 85 of 189 ~ 44.97%
B 12 of 189 ~ 6.35%

%48.68
%44.97

CMYK color model

#5C550C color CMYK value is (0,8,87,64).

  • cyan value is 0.00%
  • magenta value is 7.61%
  • yellow value is 86.96%
  • key color value is 63.92%
CMYK:
(0,8,87,64)
C0M8Y87K64 
(0%,8%,87%,64%)
(0.00/0.08/0.87/0.64)	

CMYK percentages

%0
%7.61
%86.96
%63.92

Codes

Color #5C550C in popluar color models

5C550C
RGB928512
HSL55°76.92%20.39%
HSB/HSV55°86.96%36.08%
CMYK0.00%7.61%86.96%
63.92%

Color #5C550C in popluar number systems.

HEX5C550C
Decimal928512
Binary101110010101011100
Octal13412514

Shades and tints

Shades of #5C550C

#5C550C
(92,85,12)
#544E0B
(84,78,11)
#4C470A
(76,71,10)
#444009
(68,64,9)
#3C3908
(60,57,8)
#343207
(52,50,7)
#2C2B06
(44,43,6)
#242405
(36,36,5)
#1C1D04
(28,29,4)
#141603
(20,22,3)
#0C0F02
(12,15,2)
#000000
(0,0,0)

Tints of #5C550C

#5C550C
(92,85,12)
#6A6422
(106,100,34)
#787338
(120,115,56)
#86824E
(134,130,78)
#949164
(148,145,100)
#A2A07A
(162,160,122)
#B0AF90
(176,175,144)
#BEBEA6
(190,190,166)
#CCCDBC
(204,205,188)
#DADCD2
(218,220,210)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C550C color. Also use rgb(92,85,12) instead hex code.

Text Font Color

.myTextColor { color: #5C550C; }

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

This text font color is #5C550C.


Background Color

.myBgColor { background-color: #5C550C; }

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

This div background color is #5C550C.


Border color

.myBorderColor { border: 1px solid #5C550C; }

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

This div border color is #5C550C.


Opacity

.myOpacity80 { color: #5C550C; opacity: 0.8; }

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

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

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

This text has shadow with #5C550C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C550C on black background.


Color preview on white background

This text has color #5C550C on white background.



Black color preview on #5C550C background

This text has black color on #5C550C background.


White color preview on #5C550C background

This text has white color on #5C550C background.