COLOR #995F04

HEX: #995F04
RGB: (153,95,4)

Color info

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

RGB color model

#995F04 color RGB value is (153,95,4).

  • red value is 153;
  • green value is 95;
  • blue value is 4.
RGB:
(153,95,4)
(60%,37%,2%)

RGB channels and saturation

R 153 of 255 = 60%
G 95 of 255 = 37%
B 4 of 255 = 2%

153
95
4

R + G + B ~ 33%. #995F04 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 95 + 4 = 252 (100%)
R 153 of 252 ~ 60.71%
G 95 of 252 ~ 37.7%
B 4 of 252 ~ 1.59%

%60.71
%37.7

CMYK color model

#995F04 color CMYK value is (0,38,97,40).

  • cyan value is 0.00%
  • magenta value is 37.91%
  • yellow value is 97.39%
  • key color value is 40.00%
CMYK:
(0,38,97,40)
C0M38Y97K40 
(0%,38%,97%,40%)
(0.00/0.38/0.97/0.40)	

CMYK percentages

%0
%37.91
%97.39
%40

Codes

Color #995F04 in popluar color models

995F04
RGB153954
HSL37°94.90%30.78%
HSB/HSV37°97.39%60.00%
CMYK0.00%37.91%97.39%
40.00%

Color #995F04 in popluar number systems.

HEX995F04
Decimal153954
Binary100110011011111100
Octal2311374

Shades and tints

Shades of #995F04

#995F04
(153,95,4)
#8C5704
(140,87,4)
#7F4F04
(127,79,4)
#724704
(114,71,4)
#653F04
(101,63,4)
#583704
(88,55,4)
#4B2F04
(75,47,4)
#3E2704
(62,39,4)
#311F04
(49,31,4)
#241704
(36,23,4)
#170F04
(23,15,4)
#000000
(0,0,0)

Tints of #995F04

#995F04
(153,95,4)
#A26D1A
(162,109,26)
#AB7B30
(171,123,48)
#B48946
(180,137,70)
#BD975C
(189,151,92)
#C6A572
(198,165,114)
#CFB388
(207,179,136)
#D8C19E
(216,193,158)
#E1CFB4
(225,207,180)
#EADDCA
(234,221,202)
#F3EBE0
(243,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995F04 color. Also use rgb(153,95,4) instead hex code.

Text Font Color

.myTextColor { color: #995F04; }

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

This text font color is #995F04.


Background Color

.myBgColor { background-color: #995F04; }

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

This div background color is #995F04.


Border color

.myBorderColor { border: 1px solid #995F04; }

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

This div border color is #995F04.


Opacity

.myOpacity80 { color: #995F04; opacity: 0.8; }

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

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

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

This text has shadow with #995F04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995F04 on black background.


Color preview on white background

This text has color #995F04 on white background.



Black color preview on #995F04 background

This text has black color on #995F04 background.


White color preview on #995F04 background

This text has white color on #995F04 background.