COLOR #957B00

HEX: #957B00
RGB: (149,123,0)

Color info

#957B00 contains only red and green colors. Web safe color of #957B00 is #996600 (or #960).

RGB color model

#957B00 color RGB value is (149,123,0).

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

RGB channels and saturation

R 149 of 255 = 58%
G 123 of 255 = 48%
B 0 of 255 = 0%

149
123
0

R + G + B ~ 35%. #957B00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 123 + 0 = 272 (100%)
R 149 of 272 ~ 54.78%
G 123 of 272 ~ 45.22%
B 0 of 272 ~ 0%

%54.78
%45.22

CMYK color model

#957B00 color CMYK value is (0,17,100,42).

  • cyan value is 0.00%
  • magenta value is 17.45%
  • yellow value is 100.00%
  • key color value is 41.57%
CMYK:
(0,17,100,42)
C0M17Y100K42 
(0%,17%,100%,42%)
(0.00/0.17/1.00/0.42)	

CMYK percentages

%0
%17.45
%100
%41.57

Codes

Color #957B00 in popluar color models

957B00
RGB1491230
HSL50°100.00%29.22%
HSB/HSV50°100.00%58.43%
CMYK0.00%17.45%100.00%
41.57%

Color #957B00 in popluar number systems.

HEX957B00
Decimal1491230
Binary1001010111110110
Octal2251730

Shades and tints

Shades of #957B00

#957B00
(149,123,0)
#887000
(136,112,0)
#7B6500
(123,101,0)
#6E5A00
(110,90,0)
#614F00
(97,79,0)
#544400
(84,68,0)
#473900
(71,57,0)
#3A2E00
(58,46,0)
#2D2300
(45,35,0)
#201800
(32,24,0)
#130D00
(19,13,0)
#000000
(0,0,0)

Tints of #957B00

#957B00
(149,123,0)
#9E8717
(158,135,23)
#A7932E
(167,147,46)
#B09F45
(176,159,69)
#B9AB5C
(185,171,92)
#C2B773
(194,183,115)
#CBC38A
(203,195,138)
#D4CFA1
(212,207,161)
#DDDBB8
(221,219,184)
#E6E7CF
(230,231,207)
#EFF3E6
(239,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957B00 color. Also use rgb(149,123,0) instead hex code.

Text Font Color

.myTextColor { color: #957B00; }

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

This text font color is #957B00.


Background Color

.myBgColor { background-color: #957B00; }

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

This div background color is #957B00.


Border color

.myBorderColor { border: 1px solid #957B00; }

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

This div border color is #957B00.


Opacity

.myOpacity80 { color: #957B00; opacity: 0.8; }

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

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

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

This text has shadow with #957B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957B00 on black background.


Color preview on white background

This text has color #957B00 on white background.



Black color preview on #957B00 background

This text has black color on #957B00 background.


White color preview on #957B00 background

This text has white color on #957B00 background.