COLOR #95A033

HEX: #95A033 RGB: (149,160,51)

Color info

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

RGB color model

#95A033 color RGB value is (149,160,51).

RGB: (149,160,51) (58%, 63%, 20%)

RGB channels and saturation

R 149 of 255 = 58%
G 160 of 255 = 63%
B 51 of 255 = 20%

149
160
51

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

Portions of RGB colors in percentages

R + G + B = 149 + 160 + 51 = 360 (100%)
R 149 of 360 ~ 41.39%
G 160 of 360 ~ 44.44%
B 51 of 360 ~ 14.17'%

%41.39
%44.44
%14.17

CMYK color model

#95A033 color CMYK value is (7,0,68,37).

  • cyan value is 6.87%
  • magenta value is 0.00%
  • yellow value is 68.13%
  • key color value is 37.25%

CMYK: (7,0,68,37)
C7M0Y68K37 (7%, 0%, 68%, 37%)
(0.07 / 0.00 / 0.68 / 0.37)

CMYK percentages

%6.87
%0
%68.13
%37.25

Codes

Color #95A033 in popluar color models

95 A0 33
RGB 149 160 51
HSL 66° 51.66% 41.37%
HSB/HSV 66° 68.13% 62.75%
CMYK 6.87% 0.00% 68.13%
37.25%

Color #95A033 in popluar number systems.

HEX 95 A0 33
Decimal 149 160 51
Binary 10010101 10100000 110011
Octal 225 240 63

Shades and tints

Shades of #95A033

#95A033
(149,160,51)
#88922F
(136,146,47)
#7B842B
(123,132,43)
#6E7627
(110,118,39)
#616823
(97,104,35)
#545A1F
(84,90,31)
#474C1B
(71,76,27)
#3A3E17
(58,62,23)
#2D3013
(45,48,19)
#20220F
(32,34,15)
#13140B
(19,20,11)
#000000
(0,0,0)

Tints of #95A033

#95A033
(149,160,51)
#9EA845
(158,168,69)
#A7B057
(167,176,87)
#B0B869
(176,184,105)
#B9C07B
(185,192,123)
#C2C88D
(194,200,141)
#CBD09F
(203,208,159)
#D4D8B1
(212,216,177)
#DDE0C3
(221,224,195)
#E6E8D5
(230,232,213)
#EFF0E7
(239,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A033 color. Also use rgb(149,160,51) instead hex code.

Text Font Color

.myTextColor { color: #95A033; }

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

This text font color is #95A033.

Background Color

.myBgColor { background-color: #95A033; }

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

This div background color is #95A033.

Border color

.myBorderColor { border: 1px solid #95A033; }

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

This div border color is #95A033.

Opacity

.myOpacity80 { color: #95A033; opacity: 0.8; }

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

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

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

This text has shadow with #95A033 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A033.

Preview

Color preview on black background

This text has color #95A033 on black background.


Color preview on white background

This text has color #95A033 on white background.


Black color preview on #95A033 background

This text has black color on #95A033 background.


White color preview on #95A033 background

This text has white color on #95A033 background.


Related colors

Complementary color

Complementary color for #hex is #6A5FCC.


I love getcolorcode.com

Triadic colors

1 #3395A0 and #A03395 with #95A033 are triadic colors.

2 #33A095 and #A09533 with #95A033 are triadic colors.