COLOR #95731E

HEX: #95731E
RGB: (149,115,30)

Color info

#95731E contains mainly red and green colors. Web safe color of #95731E is #996633 (or #963).

RGB color model

#95731E color RGB value is (149,115,30).

  • red value is 149;
  • green value is 115;
  • blue value is 30.
RGB:
(149,115,30)
(58%,45%,12%)

RGB channels and saturation

R 149 of 255 = 58%
G 115 of 255 = 45%
B 30 of 255 = 12%

149
115
30

R + G + B ~ 38%. #95731E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 115 + 30 = 294 (100%)
R 149 of 294 ~ 50.68%
G 115 of 294 ~ 39.12%
B 30 of 294 ~ 10.2%

%50.68
%39.12
%10.2

CMYK color model

#95731E color CMYK value is (0,23,80,42).

  • cyan value is 0.00%
  • magenta value is 22.82%
  • yellow value is 79.87%
  • key color value is 41.57%
CMYK:
(0,23,80,42)
C0M23Y80K42 
(0%,23%,80%,42%)
(0.00/0.23/0.80/0.42)	

CMYK percentages

%0
%22.82
%79.87
%41.57

Codes

Color #95731E in popluar color models

95731E
RGB14911530
HSL43°66.48%35.10%
HSB/HSV43°79.87%58.43%
CMYK0.00%22.82%79.87%
41.57%

Color #95731E in popluar number systems.

HEX95731E
Decimal14911530
Binary10010101111001111110
Octal22516336

Shades and tints

Shades of #95731E

#95731E
(149,115,30)
#88691C
(136,105,28)
#7B5F1A
(123,95,26)
#6E5518
(110,85,24)
#614B16
(97,75,22)
#544114
(84,65,20)
#473712
(71,55,18)
#3A2D10
(58,45,16)
#2D230E
(45,35,14)
#20190C
(32,25,12)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #95731E

#95731E
(149,115,30)
#9E7F32
(158,127,50)
#A78B46
(167,139,70)
#B0975A
(176,151,90)
#B9A36E
(185,163,110)
#C2AF82
(194,175,130)
#CBBB96
(203,187,150)
#D4C7AA
(212,199,170)
#DDD3BE
(221,211,190)
#E6DFD2
(230,223,210)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95731E color. Also use rgb(149,115,30) instead hex code.

Text Font Color

.myTextColor { color: #95731E; }

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

This text font color is #95731E.


Background Color

.myBgColor { background-color: #95731E; }

<div style="background-color:#95731E">Inner text</div>

This div background color is #95731E.


Border color

.myBorderColor { border: 1px solid #95731E; }

<div style="border:3px solid #95731E">Div</div>

This div border color is #95731E.


Opacity

.myOpacity80 { color: #95731E; opacity: 0.8; }

<p style="color:#95731E;opacity:0.8;">80%</p>

Text with #95731E 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 #95731E;}

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

This text has shadow with #95731E color.

.textShadow {text-shadow: 3px 3px 1px #95731E, 3px 3px 1px red;}

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

This text has shadow with #95731E primary color and red secondary color.


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

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

This text has shadow with #95731E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95731E on black background.


Color preview on white background

This text has color #95731E on white background.



Black color preview on #95731E background

This text has black color on #95731E background.


White color preview on #95731E background

This text has white color on #95731E background.