COLOR #9D5033

HEX: #9D5033
RGB: (157,80,51)

Color info

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

RGB color model

#9D5033 color RGB value is (157,80,51).

  • red value is 157;
  • green value is 80;
  • blue value is 51.
RGB:
(157,80,51)
(62%,31%,20%)

RGB channels and saturation

R 157 of 255 = 62%
G 80 of 255 = 31%
B 51 of 255 = 20%

157
80
51

R + G + B ~ 38%. #9D5033 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
157 + 80 + 51 = 288 (100%)
R 157 of 288 ~ 54.51%
G 80 of 288 ~ 27.78%
B 51 of 288 ~ 17.71%

%54.51
%27.78
%17.71

CMYK color model

#9D5033 color CMYK value is (0,49,68,38).

  • cyan value is 0.00%
  • magenta value is 49.04%
  • yellow value is 67.52%
  • key color value is 38.43%
CMYK:
(0,49,68,38)
C0M49Y68K38 
(0%,49%,68%,38%)
(0.00/0.49/0.68/0.38)	

CMYK percentages

%0
%49.04
%67.52
%38.43

Codes

Color #9D5033 in popluar color models

9D5033
RGB1578051
HSL16°50.96%40.78%
HSB/HSV16°67.52%61.57%
CMYK0.00%49.04%67.52%
38.43%

Color #9D5033 in popluar number systems.

HEX9D5033
Decimal1578051
Binary100111011010000110011
Octal23512063

Shades and tints

Shades of #9D5033

#9D5033
(157,80,51)
#8F492F
(143,73,47)
#81422B
(129,66,43)
#733B27
(115,59,39)
#653423
(101,52,35)
#572D1F
(87,45,31)
#49261B
(73,38,27)
#3B1F17
(59,31,23)
#2D1813
(45,24,19)
#1F110F
(31,17,15)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #9D5033

#9D5033
(157,80,51)
#A55F45
(165,95,69)
#AD6E57
(173,110,87)
#B57D69
(181,125,105)
#BD8C7B
(189,140,123)
#C59B8D
(197,155,141)
#CDAA9F
(205,170,159)
#D5B9B1
(213,185,177)
#DDC8C3
(221,200,195)
#E5D7D5
(229,215,213)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5033 color. Also use rgb(157,80,51) instead hex code.

Text Font Color

.myTextColor { color: #9D5033; }

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

This text font color is #9D5033.


Background Color

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

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

This div background color is #9D5033.


Border color

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

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

This div border color is #9D5033.


Opacity

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

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

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

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

This text has shadow with #9D5033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5033 on black background.


Color preview on white background

This text has color #9D5033 on white background.



Black color preview on #9D5033 background

This text has black color on #9D5033 background.


White color preview on #9D5033 background

This text has white color on #9D5033 background.