COLOR #9D5E1B

HEX: #9D5E1B
RGB: (157,94,27)

Color info

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

RGB color model

#9D5E1B color RGB value is (157,94,27).

  • red value is 157;
  • green value is 94;
  • blue value is 27.
RGB:
(157,94,27)
(62%,37%,11%)

RGB channels and saturation

R 157 of 255 = 62%
G 94 of 255 = 37%
B 27 of 255 = 11%

157
94
27

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

Portions of RGB colors in percentages

R + G + B =
157 + 94 + 27 = 278 (100%)
R 157 of 278 ~ 56.47%
G 94 of 278 ~ 33.81%
B 27 of 278 ~ 9.71%

%56.47
%33.81
%9.71

CMYK color model

#9D5E1B color CMYK value is (0,40,83,38).

  • cyan value is 0.00%
  • magenta value is 40.13%
  • yellow value is 82.80%
  • key color value is 38.43%
CMYK:
(0,40,83,38)
C0M40Y83K38 
(0%,40%,83%,38%)
(0.00/0.40/0.83/0.38)	

CMYK percentages

%0
%40.13
%82.8
%38.43

Codes

Color #9D5E1B in popluar color models

9D5E1B
RGB1579427
HSL31°70.65%36.08%
HSB/HSV31°82.80%61.57%
CMYK0.00%40.13%82.80%
38.43%

Color #9D5E1B in popluar number systems.

HEX9D5E1B
Decimal1579427
Binary10011101101111011011
Octal23513633

Shades and tints

Shades of #9D5E1B

#9D5E1B
(157,94,27)
#8F5619
(143,86,25)
#814E17
(129,78,23)
#734615
(115,70,21)
#653E13
(101,62,19)
#573611
(87,54,17)
#492E0F
(73,46,15)
#3B260D
(59,38,13)
#2D1E0B
(45,30,11)
#1F1609
(31,22,9)
#110E07
(17,14,7)
#000000
(0,0,0)

Tints of #9D5E1B

#9D5E1B
(157,94,27)
#A56C2F
(165,108,47)
#AD7A43
(173,122,67)
#B58857
(181,136,87)
#BD966B
(189,150,107)
#C5A47F
(197,164,127)
#CDB293
(205,178,147)
#D5C0A7
(213,192,167)
#DDCEBB
(221,206,187)
#E5DCCF
(229,220,207)
#EDEAE3
(237,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5E1B color. Also use rgb(157,94,27) instead hex code.

Text Font Color

.myTextColor { color: #9D5E1B; }

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

This text font color is #9D5E1B.


Background Color

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

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

This div background color is #9D5E1B.


Border color

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

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

This div border color is #9D5E1B.


Opacity

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

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

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

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

This text has shadow with #9D5E1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5E1B on black background.


Color preview on white background

This text has color #9D5E1B on white background.



Black color preview on #9D5E1B background

This text has black color on #9D5E1B background.


White color preview on #9D5E1B background

This text has white color on #9D5E1B background.