COLOR #9D4838

HEX: #9D4838
RGB: (157,72,56)

Color info

#9D4838 contains mainly red color. Web safe color of #9D4838 is #993333 (or #933).

RGB color model

#9D4838 color RGB value is (157,72,56).

  • red value is 157;
  • green value is 72;
  • blue value is 56.
RGB:
(157,72,56)
(62%,28%,22%)

RGB channels and saturation

R 157 of 255 = 62%
G 72 of 255 = 28%
B 56 of 255 = 22%

157
72
56

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

Portions of RGB colors in percentages

R + G + B =
157 + 72 + 56 = 285 (100%)
R 157 of 285 ~ 55.09%
G 72 of 285 ~ 25.26%
B 56 of 285 ~ 19.65%

%55.09
%25.26
%19.65

CMYK color model

#9D4838 color CMYK value is (0,54,64,38).

  • cyan value is 0.00%
  • magenta value is 54.14%
  • yellow value is 64.33%
  • key color value is 38.43%
CMYK:
(0,54,64,38)
C0M54Y64K38 
(0%,54%,64%,38%)
(0.00/0.54/0.64/0.38)	

CMYK percentages

%0
%54.14
%64.33
%38.43

Codes

Color #9D4838 in popluar color models

9D4838
RGB1577256
HSL10°47.42%41.76%
HSB/HSV10°64.33%61.57%
CMYK0.00%54.14%64.33%
38.43%

Color #9D4838 in popluar number systems.

HEX9D4838
Decimal1577256
Binary100111011001000111000
Octal23511070

Shades and tints

Shades of #9D4838

#9D4838
(157,72,56)
#8F4233
(143,66,51)
#813C2E
(129,60,46)
#733629
(115,54,41)
#653024
(101,48,36)
#572A1F
(87,42,31)
#49241A
(73,36,26)
#3B1E15
(59,30,21)
#2D1810
(45,24,16)
#1F120B
(31,18,11)
#110C06
(17,12,6)
#000000
(0,0,0)

Tints of #9D4838

#9D4838
(157,72,56)
#A5584A
(165,88,74)
#AD685C
(173,104,92)
#B5786E
(181,120,110)
#BD8880
(189,136,128)
#C59892
(197,152,146)
#CDA8A4
(205,168,164)
#D5B8B6
(213,184,182)
#DDC8C8
(221,200,200)
#E5D8DA
(229,216,218)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D4838 color. Also use rgb(157,72,56) instead hex code.

Text Font Color

.myTextColor { color: #9D4838; }

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

This text font color is #9D4838.


Background Color

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

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

This div background color is #9D4838.


Border color

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

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

This div border color is #9D4838.


Opacity

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

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

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

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

This text has shadow with #9D4838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D4838 on black background.


Color preview on white background

This text has color #9D4838 on white background.



Black color preview on #9D4838 background

This text has black color on #9D4838 background.


White color preview on #9D4838 background

This text has white color on #9D4838 background.