COLOR #95973B

HEX: #95973B RGB: (149,151,59)

Color info

#95973B contains mainly red and green colors. Web safe color of #95973B is #999933 (or #993).

RGB color model

#95973B color RGB value is (149,151,59).

RGB: (149,151,59) (58%, 59%, 23%)

RGB channels and saturation

R 149 of 255 = 58%
G 151 of 255 = 59%
B 59 of 255 = 23%

149
151
59

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

Portions of RGB colors in percentages

R + G + B = 149 + 151 + 59 = 359 (100%)
R 149 of 359 ~ 41.5%
G 151 of 359 ~ 42.06%
B 59 of 359 ~ 16.43'%

%41.5
%42.06
%16.43

CMYK color model

#95973B color CMYK value is (1,0,61,41).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 60.93%
  • key color value is 40.78%

CMYK: (1,0,61,41)
C1M0Y61K41 (1%, 0%, 61%, 41%)
(0.01 / 0.00 / 0.61 / 0.41)

CMYK percentages

%1.32
%0
%60.93
%40.78

Codes

Color #95973B in popluar color models

95 97 3B
RGB 149 151 59
HSL 61° 43.81% 41.18%
HSB/HSV 61° 60.93% 59.22%
CMYK 1.32% 0.00% 60.93%
40.78%

Color #95973B in popluar number systems.

HEX 95 97 3B
Decimal 149 151 59
Binary 10010101 10010111 111011
Octal 225 227 73

Shades and tints

Shades of #95973B

#95973B
(149,151,59)
#888A36
(136,138,54)
#7B7D31
(123,125,49)
#6E702C
(110,112,44)
#616327
(97,99,39)
#545622
(84,86,34)
#47491D
(71,73,29)
#3A3C18
(58,60,24)
#2D2F13
(45,47,19)
#20220E
(32,34,14)
#131509
(19,21,9)
#000000
(0,0,0)

Tints of #95973B

#95973B
(149,151,59)
#9EA04C
(158,160,76)
#A7A95D
(167,169,93)
#B0B26E
(176,178,110)
#B9BB7F
(185,187,127)
#C2C490
(194,196,144)
#CBCDA1
(203,205,161)
#D4D6B2
(212,214,178)
#DDDFC3
(221,223,195)
#E6E8D4
(230,232,212)
#EFF1E5
(239,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95973B color. Also use rgb(149,151,59) instead hex code.

Text Font Color

.myTextColor { color: #95973B; }

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

This text font color is #95973B.

Background Color

.myBgColor { background-color: #95973B; }

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

This div background color is #95973B.

Border color

.myBorderColor { border: 1px solid #95973B; }

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

This div border color is #95973B.

Opacity

.myOpacity80 { color: #95973B; opacity: 0.8; }

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

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

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

This text has shadow with #95973B color.


.textShadow {text-shadow: 3px 3px 1px #95973B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95973B; -webkit-box-shadow: 1px 1px 3px 2px #95973B; box-shadow:1px 1px 3px 2px #95973B;">
Div content here
</div>

This div box has shadow with color #95973B.

Preview

Color preview on black background

This text has color #95973B on black background.


Color preview on white background

This text has color #95973B on white background.


Black color preview on #95973B background

This text has black color on #95973B background.


White color preview on #95973B background

This text has white color on #95973B background.


Related colors

Complementary color

Complementary color for #hex is #6A68C4.


I love getcolorcode.com

Triadic colors

1 #3B9597 and #973B95 with #95973B are triadic colors.

2 #3B9795 and #97953B with #95973B are triadic colors.