COLOR #955C02

HEX: #955C02
RGB: (149,92,2)

Color info

#955C02 contains mainly red and green colors. Web safe color of #955C02 is #996600 (or #960).

RGB color model

#955C02 color RGB value is (149,92,2).

  • red value is 149;
  • green value is 92;
  • blue value is 2.
RGB:
(149,92,2)
(58%,36%,1%)

RGB channels and saturation

R 149 of 255 = 58%
G 92 of 255 = 36%
B 2 of 255 = 1%

149
92
2

R + G + B ~ 32%. #955C02 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 92 + 2 = 243 (100%)
R 149 of 243 ~ 61.32%
G 92 of 243 ~ 37.86%
B 2 of 243 ~ 0.82%

%61.32
%37.86

CMYK color model

#955C02 color CMYK value is (0,38,99,42).

  • cyan value is 0.00%
  • magenta value is 38.26%
  • yellow value is 98.66%
  • key color value is 41.57%
CMYK:
(0,38,99,42)
C0M38Y99K42 
(0%,38%,99%,42%)
(0.00/0.38/0.99/0.42)	

CMYK percentages

%0
%38.26
%98.66
%41.57

Codes

Color #955C02 in popluar color models

955C02
RGB149922
HSL37°97.35%29.61%
HSB/HSV37°98.66%58.43%
CMYK0.00%38.26%98.66%
41.57%

Color #955C02 in popluar number systems.

HEX955C02
Decimal149922
Binary10010101101110010
Octal2251342

Shades and tints

Shades of #955C02

#955C02
(149,92,2)
#885402
(136,84,2)
#7B4C02
(123,76,2)
#6E4402
(110,68,2)
#613C02
(97,60,2)
#543402
(84,52,2)
#472C02
(71,44,2)
#3A2402
(58,36,2)
#2D1C02
(45,28,2)
#201402
(32,20,2)
#130C02
(19,12,2)
#000000
(0,0,0)

Tints of #955C02

#955C02
(149,92,2)
#9E6A19
(158,106,25)
#A77830
(167,120,48)
#B08647
(176,134,71)
#B9945E
(185,148,94)
#C2A275
(194,162,117)
#CBB08C
(203,176,140)
#D4BEA3
(212,190,163)
#DDCCBA
(221,204,186)
#E6DAD1
(230,218,209)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955C02 color. Also use rgb(149,92,2) instead hex code.

Text Font Color

.myTextColor { color: #955C02; }

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

This text font color is #955C02.


Background Color

.myBgColor { background-color: #955C02; }

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

This div background color is #955C02.


Border color

.myBorderColor { border: 1px solid #955C02; }

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

This div border color is #955C02.


Opacity

.myOpacity80 { color: #955C02; opacity: 0.8; }

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

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

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

This text has shadow with #955C02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955C02 on black background.


Color preview on white background

This text has color #955C02 on white background.



Black color preview on #955C02 background

This text has black color on #955C02 background.


White color preview on #955C02 background

This text has white color on #955C02 background.