COLOR #958607

HEX: #958607
RGB: (149,134,7)

Color info

#958607 contains mainly red and green colors. Web safe color of #958607 is #999900 (or #990).

RGB color model

#958607 color RGB value is (149,134,7).

  • red value is 149;
  • green value is 134;
  • blue value is 7.
RGB:
(149,134,7)
(58%,53%,3%)

RGB channels and saturation

R 149 of 255 = 58%
G 134 of 255 = 53%
B 7 of 255 = 3%

149
134
7

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

Portions of RGB colors in percentages

R + G + B =
149 + 134 + 7 = 290 (100%)
R 149 of 290 ~ 51.38%
G 134 of 290 ~ 46.21%
B 7 of 290 ~ 2.41%

%51.38
%46.21

CMYK color model

#958607 color CMYK value is (0,10,95,42).

  • cyan value is 0.00%
  • magenta value is 10.07%
  • yellow value is 95.30%
  • key color value is 41.57%
CMYK:
(0,10,95,42)
C0M10Y95K42 
(0%,10%,95%,42%)
(0.00/0.10/0.95/0.42)	

CMYK percentages

%0
%10.07
%95.3
%41.57

Codes

Color #958607 in popluar color models

958607
RGB1491347
HSL54°91.03%30.59%
HSB/HSV54°95.30%58.43%
CMYK0.00%10.07%95.30%
41.57%

Color #958607 in popluar number systems.

HEX958607
Decimal1491347
Binary1001010110000110111
Octal2252067

Shades and tints

Shades of #958607

#958607
(149,134,7)
#887A07
(136,122,7)
#7B6E07
(123,110,7)
#6E6207
(110,98,7)
#615607
(97,86,7)
#544A07
(84,74,7)
#473E07
(71,62,7)
#3A3207
(58,50,7)
#2D2607
(45,38,7)
#201A07
(32,26,7)
#130E07
(19,14,7)
#000000
(0,0,0)

Tints of #958607

#958607
(149,134,7)
#9E911D
(158,145,29)
#A79C33
(167,156,51)
#B0A749
(176,167,73)
#B9B25F
(185,178,95)
#C2BD75
(194,189,117)
#CBC88B
(203,200,139)
#D4D3A1
(212,211,161)
#DDDEB7
(221,222,183)
#E6E9CD
(230,233,205)
#EFF4E3
(239,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958607 color. Also use rgb(149,134,7) instead hex code.

Text Font Color

.myTextColor { color: #958607; }

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

This text font color is #958607.


Background Color

.myBgColor { background-color: #958607; }

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

This div background color is #958607.


Border color

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

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

This div border color is #958607.


Opacity

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

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

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

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

This text has shadow with #958607 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958607 on black background.


Color preview on white background

This text has color #958607 on white background.



Black color preview on #958607 background

This text has black color on #958607 background.


White color preview on #958607 background

This text has white color on #958607 background.