COLOR #958F00

HEX: #958F00
RGB: (149,143,0)

Color info

#958F00 contains only red and green colors. Web safe color of #958F00 is #999900 (or #990).

RGB color model

#958F00 color RGB value is (149,143,0).

  • red value is 149;
  • green value is 143;
  • blue value is 0.
RGB:
(149,143,0)
(58%,56%,0%)

RGB channels and saturation

R 149 of 255 = 58%
G 143 of 255 = 56%
B 0 of 255 = 0%

149
143
0

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

Portions of RGB colors in percentages

R + G + B =
149 + 143 + 0 = 292 (100%)
R 149 of 292 ~ 51.03%
G 143 of 292 ~ 48.97%
B 0 of 292 ~ 0%

%51.03
%48.97

CMYK color model

#958F00 color CMYK value is (0,4,100,42).

  • cyan value is 0.00%
  • magenta value is 4.03%
  • yellow value is 100.00%
  • key color value is 41.57%
CMYK:
(0,4,100,42)
C0M4Y100K42 
(0%,4%,100%,42%)
(0.00/0.04/1.00/0.42)	

CMYK percentages

%0
%4.03
%100
%41.57

Codes

Color #958F00 in popluar color models

958F00
RGB1491430
HSL58°100.00%29.22%
HSB/HSV58°100.00%58.43%
CMYK0.00%4.03%100.00%
41.57%

Color #958F00 in popluar number systems.

HEX958F00
Decimal1491430
Binary10010101100011110
Octal2252170

Shades and tints

Shades of #958F00

#958F00
(149,143,0)
#888200
(136,130,0)
#7B7500
(123,117,0)
#6E6800
(110,104,0)
#615B00
(97,91,0)
#544E00
(84,78,0)
#474100
(71,65,0)
#3A3400
(58,52,0)
#2D2700
(45,39,0)
#201A00
(32,26,0)
#130D00
(19,13,0)
#000000
(0,0,0)

Tints of #958F00

#958F00
(149,143,0)
#9E9917
(158,153,23)
#A7A32E
(167,163,46)
#B0AD45
(176,173,69)
#B9B75C
(185,183,92)
#C2C173
(194,193,115)
#CBCB8A
(203,203,138)
#D4D5A1
(212,213,161)
#DDDFB8
(221,223,184)
#E6E9CF
(230,233,207)
#EFF3E6
(239,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958F00 color. Also use rgb(149,143,0) instead hex code.

Text Font Color

.myTextColor { color: #958F00; }

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

This text font color is #958F00.


Background Color

.myBgColor { background-color: #958F00; }

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

This div background color is #958F00.


Border color

.myBorderColor { border: 1px solid #958F00; }

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

This div border color is #958F00.


Opacity

.myOpacity80 { color: #958F00; opacity: 0.8; }

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

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

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

This text has shadow with #958F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958F00 on black background.


Color preview on white background

This text has color #958F00 on white background.



Black color preview on #958F00 background

This text has black color on #958F00 background.


White color preview on #958F00 background

This text has white color on #958F00 background.