COLOR #95B45D

HEX: #95B45D
RGB: (149,180,93)

Color info

#95B45D contains mainly red and green colors. Web safe color of #95B45D is #99CC66 (or #9C6).

RGB color model

#95B45D color RGB value is (149,180,93).

  • red value is 149;
  • green value is 180;
  • blue value is 93.
RGB:
(149,180,93)
(58%,71%,36%)

RGB channels and saturation

R 149 of 255 = 58%
G 180 of 255 = 71%
B 93 of 255 = 36%

149
180
93

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

Portions of RGB colors in percentages

R + G + B =
149 + 180 + 93 = 422 (100%)
R 149 of 422 ~ 35.31%
G 180 of 422 ~ 42.65%
B 93 of 422 ~ 22.04%

%35.31
%42.65
%22.04

CMYK color model

#95B45D color CMYK value is (17,0,48,29).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 48.33%
  • key color value is 29.41%
CMYK:
(17,0,48,29)
C17M0Y48K29 
(17%,0%,48%,29%)
(0.17/0.00/0.48/0.29)	

CMYK percentages

%17.22
%0
%48.33
%29.41

Codes

Color #95B45D in popluar color models

95B45D
RGB14918093
HSL81°36.71%53.53%
HSB/HSV81°48.33%70.59%
CMYK17.22%0.00%48.33%
29.41%

Color #95B45D in popluar number systems.

HEX95B45D
Decimal14918093
Binary10010101101101001011101
Octal225264135

Shades and tints

Shades of #95B45D

#95B45D
(149,180,93)
#88A455
(136,164,85)
#7B944D
(123,148,77)
#6E8445
(110,132,69)
#61743D
(97,116,61)
#546435
(84,100,53)
#47542D
(71,84,45)
#3A4425
(58,68,37)
#2D341D
(45,52,29)
#202415
(32,36,21)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #95B45D

#95B45D
(149,180,93)
#9EBA6B
(158,186,107)
#A7C079
(167,192,121)
#B0C687
(176,198,135)
#B9CC95
(185,204,149)
#C2D2A3
(194,210,163)
#CBD8B1
(203,216,177)
#D4DEBF
(212,222,191)
#DDE4CD
(221,228,205)
#E6EADB
(230,234,219)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B45D color. Also use rgb(149,180,93) instead hex code.

Text Font Color

.myTextColor { color: #95B45D; }

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

This text font color is #95B45D.


Background Color

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

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

This div background color is #95B45D.


Border color

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

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

This div border color is #95B45D.


Opacity

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

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

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

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

This text has shadow with #95B45D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B45D on black background.


Color preview on white background

This text has color #95B45D on white background.



Black color preview on #95B45D background

This text has black color on #95B45D background.


White color preview on #95B45D background

This text has white color on #95B45D background.