COLOR #9C5828

HEX: #9C5828
RGB: (156,88,40)

Color info

#9C5828 contains mainly red color. Web safe color of #9C5828 is #996633 (or #963).

RGB color model

#9C5828 color RGB value is (156,88,40).

  • red value is 156;
  • green value is 88;
  • blue value is 40.
RGB:
(156,88,40)
(61%,35%,16%)

RGB channels and saturation

R 156 of 255 = 61%
G 88 of 255 = 35%
B 40 of 255 = 16%

156
88
40

R + G + B ~ 37%. #9C5828 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
156 + 88 + 40 = 284 (100%)
R 156 of 284 ~ 54.93%
G 88 of 284 ~ 30.99%
B 40 of 284 ~ 14.08%

%54.93
%30.99
%14.08

CMYK color model

#9C5828 color CMYK value is (0,44,74,39).

  • cyan value is 0.00%
  • magenta value is 43.59%
  • yellow value is 74.36%
  • key color value is 38.82%
CMYK:
(0,44,74,39)
C0M44Y74K39 
(0%,44%,74%,39%)
(0.00/0.44/0.74/0.39)	

CMYK percentages

%0
%43.59
%74.36
%38.82

Codes

Color #9C5828 in popluar color models

9C5828
RGB1568840
HSL25°59.18%38.43%
HSB/HSV25°74.36%61.18%
CMYK0.00%43.59%74.36%
38.82%

Color #9C5828 in popluar number systems.

HEX9C5828
Decimal1568840
Binary100111001011000101000
Octal23413050

Shades and tints

Shades of #9C5828

#9C5828
(156,88,40)
#8E5025
(142,80,37)
#804822
(128,72,34)
#72401F
(114,64,31)
#64381C
(100,56,28)
#563019
(86,48,25)
#482816
(72,40,22)
#3A2013
(58,32,19)
#2C1810
(44,24,16)
#1E100D
(30,16,13)
#10080A
(16,8,10)
#000000
(0,0,0)

Tints of #9C5828

#9C5828
(156,88,40)
#A5673B
(165,103,59)
#AE764E
(174,118,78)
#B78561
(183,133,97)
#C09474
(192,148,116)
#C9A387
(201,163,135)
#D2B29A
(210,178,154)
#DBC1AD
(219,193,173)
#E4D0C0
(228,208,192)
#EDDFD3
(237,223,211)
#F6EEE6
(246,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C5828 color. Also use rgb(156,88,40) instead hex code.

Text Font Color

.myTextColor { color: #9C5828; }

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

This text font color is #9C5828.


Background Color

.myBgColor { background-color: #9C5828; }

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

This div background color is #9C5828.


Border color

.myBorderColor { border: 1px solid #9C5828; }

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

This div border color is #9C5828.


Opacity

.myOpacity80 { color: #9C5828; opacity: 0.8; }

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

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

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

This text has shadow with #9C5828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5828 on black background.


Color preview on white background

This text has color #9C5828 on white background.



Black color preview on #9C5828 background

This text has black color on #9C5828 background.


White color preview on #9C5828 background

This text has white color on #9C5828 background.