COLOR #949307

HEX: #949307
RGB: (148,147,7)

Color info

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

RGB color model

#949307 color RGB value is (148,147,7).

  • red value is 148;
  • green value is 147;
  • blue value is 7.
RGB:
(148,147,7)
(58%,58%,3%)

RGB channels and saturation

R 148 of 255 = 58%
G 147 of 255 = 58%
B 7 of 255 = 3%

148
147
7

R + G + B ~ 40%. #949307 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 147 + 7 = 302 (100%)
R 148 of 302 ~ 49.01%
G 147 of 302 ~ 48.68%
B 7 of 302 ~ 2.32%

%49.01
%48.68

CMYK color model

#949307 color CMYK value is (0,1,95,42).

  • cyan value is 0.00%
  • magenta value is 0.68%
  • yellow value is 95.27%
  • key color value is 41.96%
CMYK:
(0,1,95,42)
C0M1Y95K42 
(0%,1%,95%,42%)
(0.00/0.01/0.95/0.42)	

CMYK percentages

%0
%0.68
%95.27
%41.96

Codes

Color #949307 in popluar color models

949307
RGB1481477
HSL60°90.97%30.39%
HSB/HSV60°95.27%58.04%
CMYK0.00%0.68%95.27%
41.96%

Color #949307 in popluar number systems.

HEX949307
Decimal1481477
Binary1001010010010011111
Octal2242237

Shades and tints

Shades of #949307

#949307
(148,147,7)
#878607
(135,134,7)
#7A7907
(122,121,7)
#6D6C07
(109,108,7)
#605F07
(96,95,7)
#535207
(83,82,7)
#464507
(70,69,7)
#393807
(57,56,7)
#2C2B07
(44,43,7)
#1F1E07
(31,30,7)
#121107
(18,17,7)
#000000
(0,0,0)

Tints of #949307

#949307
(148,147,7)
#9D9C1D
(157,156,29)
#A6A533
(166,165,51)
#AFAE49
(175,174,73)
#B8B75F
(184,183,95)
#C1C075
(193,192,117)
#CAC98B
(202,201,139)
#D3D2A1
(211,210,161)
#DCDBB7
(220,219,183)
#E5E4CD
(229,228,205)
#EEEDE3
(238,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949307 color. Also use rgb(148,147,7) instead hex code.

Text Font Color

.myTextColor { color: #949307; }

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

This text font color is #949307.


Background Color

.myBgColor { background-color: #949307; }

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

This div background color is #949307.


Border color

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

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

This div border color is #949307.


Opacity

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

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

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

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

This text has shadow with #949307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949307 on black background.


Color preview on white background

This text has color #949307 on white background.



Black color preview on #949307 background

This text has black color on #949307 background.


White color preview on #949307 background

This text has white color on #949307 background.