COLOR #95982C

HEX: #95982C
RGB: (149,152,44)

Color info

#95982C contains mainly red and green colors. Web safe color of #95982C is #999933 (or #993).

RGB color model

#95982C color RGB value is (149,152,44).

  • red value is 149;
  • green value is 152;
  • blue value is 44.
RGB:
(149,152,44)
(58%,60%,17%)

RGB channels and saturation

R 149 of 255 = 58%
G 152 of 255 = 60%
B 44 of 255 = 17%

149
152
44

R + G + B ~ 45%. #95982C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 152 + 44 = 345 (100%)
R 149 of 345 ~ 43.19%
G 152 of 345 ~ 44.06%
B 44 of 345 ~ 12.75%

%43.19
%44.06
%12.75

CMYK color model

#95982C color CMYK value is (2,0,71,40).

  • cyan value is 1.97%
  • magenta value is 0.00%
  • yellow value is 71.05%
  • key color value is 40.39%
CMYK:
(2,0,71,40)
C2M0Y71K40 
(2%,0%,71%,40%)
(0.02/0.00/0.71/0.40)	

CMYK percentages

%1.97
%0
%71.05
%40.39

Codes

Color #95982C in popluar color models

95982C
RGB14915244
HSL62°55.10%38.43%
HSB/HSV62°71.05%59.61%
CMYK1.97%0.00%71.05%
40.39%

Color #95982C in popluar number systems.

HEX95982C
Decimal14915244
Binary1001010110011000101100
Octal22523054

Shades and tints

Shades of #95982C

#95982C
(149,152,44)
#888B28
(136,139,40)
#7B7E24
(123,126,36)
#6E7120
(110,113,32)
#61641C
(97,100,28)
#545718
(84,87,24)
#474A14
(71,74,20)
#3A3D10
(58,61,16)
#2D300C
(45,48,12)
#202308
(32,35,8)
#131604
(19,22,4)
#000000
(0,0,0)

Tints of #95982C

#95982C
(149,152,44)
#9EA13F
(158,161,63)
#A7AA52
(167,170,82)
#B0B365
(176,179,101)
#B9BC78
(185,188,120)
#C2C58B
(194,197,139)
#CBCE9E
(203,206,158)
#D4D7B1
(212,215,177)
#DDE0C4
(221,224,196)
#E6E9D7
(230,233,215)
#EFF2EA
(239,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95982C color. Also use rgb(149,152,44) instead hex code.

Text Font Color

.myTextColor { color: #95982C; }

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

This text font color is #95982C.


Background Color

.myBgColor { background-color: #95982C; }

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

This div background color is #95982C.


Border color

.myBorderColor { border: 1px solid #95982C; }

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

This div border color is #95982C.


Opacity

.myOpacity80 { color: #95982C; opacity: 0.8; }

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

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

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

This text has shadow with #95982C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95982C on black background.


Color preview on white background

This text has color #95982C on white background.



Black color preview on #95982C background

This text has black color on #95982C background.


White color preview on #95982C background

This text has white color on #95982C background.