COLOR #955625

HEX: #955625
RGB: (149,86,37)

Color info

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

RGB color model

#955625 color RGB value is (149,86,37).

  • red value is 149;
  • green value is 86;
  • blue value is 37.
RGB:
(149,86,37)
(58%,34%,15%)

RGB channels and saturation

R 149 of 255 = 58%
G 86 of 255 = 34%
B 37 of 255 = 15%

149
86
37

R + G + B ~ 36%. #955625 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 86 + 37 = 272 (100%)
R 149 of 272 ~ 54.78%
G 86 of 272 ~ 31.62%
B 37 of 272 ~ 13.6%

%54.78
%31.62
%13.6

CMYK color model

#955625 color CMYK value is (0,42,75,42).

  • cyan value is 0.00%
  • magenta value is 42.28%
  • yellow value is 75.17%
  • key color value is 41.57%
CMYK:
(0,42,75,42)
C0M42Y75K42 
(0%,42%,75%,42%)
(0.00/0.42/0.75/0.42)	

CMYK percentages

%0
%42.28
%75.17
%41.57

Codes

Color #955625 in popluar color models

955625
RGB1498637
HSL26°60.22%36.47%
HSB/HSV26°75.17%58.43%
CMYK0.00%42.28%75.17%
41.57%

Color #955625 in popluar number systems.

HEX955625
Decimal1498637
Binary100101011010110100101
Octal22512645

Shades and tints

Shades of #955625

#955625
(149,86,37)
#884F22
(136,79,34)
#7B481F
(123,72,31)
#6E411C
(110,65,28)
#613A19
(97,58,25)
#543316
(84,51,22)
#472C13
(71,44,19)
#3A2510
(58,37,16)
#2D1E0D
(45,30,13)
#20170A
(32,23,10)
#131007
(19,16,7)
#000000
(0,0,0)

Tints of #955625

#955625
(149,86,37)
#9E6538
(158,101,56)
#A7744B
(167,116,75)
#B0835E
(176,131,94)
#B99271
(185,146,113)
#C2A184
(194,161,132)
#CBB097
(203,176,151)
#D4BFAA
(212,191,170)
#DDCEBD
(221,206,189)
#E6DDD0
(230,221,208)
#EFECE3
(239,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955625 color. Also use rgb(149,86,37) instead hex code.

Text Font Color

.myTextColor { color: #955625; }

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

This text font color is #955625.


Background Color

.myBgColor { background-color: #955625; }

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

This div background color is #955625.


Border color

.myBorderColor { border: 1px solid #955625; }

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

This div border color is #955625.


Opacity

.myOpacity80 { color: #955625; opacity: 0.8; }

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

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

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

This text has shadow with #955625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955625 on black background.


Color preview on white background

This text has color #955625 on white background.



Black color preview on #955625 background

This text has black color on #955625 background.


White color preview on #955625 background

This text has white color on #955625 background.