COLOR #95A45D

HEX: #95A45D
RGB: (149,164,93)

Color info

#95A45D contains mainly red and green colors. Web safe color of #95A45D is #999966 (or #996).

RGB color model

#95A45D color RGB value is (149,164,93).

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

RGB channels and saturation

R 149 of 255 = 58%
G 164 of 255 = 64%
B 93 of 255 = 36%

149
164
93

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

Portions of RGB colors in percentages

R + G + B =
149 + 164 + 93 = 406 (100%)
R 149 of 406 ~ 36.7%
G 164 of 406 ~ 40.39%
B 93 of 406 ~ 22.91%

%36.7
%40.39
%22.91

CMYK color model

#95A45D color CMYK value is (9,0,43,36).

  • cyan value is 9.15%
  • magenta value is 0.00%
  • yellow value is 43.29%
  • key color value is 35.69%
CMYK: (9,0,43,36) C9M0Y43K36 (9%,0%,43%,36%) (0.09/0.00/0.43/0.36)

CMYK percentages

%9.15
%0
%43.29
%35.69

Codes

Color #95A45D in popluar color models

95A45D
RGB14916493
HSL73°28.06%50.39%
HSB/HSV73°43.29%64.31%
CMYK9.15%0.00%43.29%
35.69%

Color #95A45D in popluar number systems.

HEX95A45D
Decimal14916493
Binary10010101101001001011101
Octal225244135

Shades and tints

Shades of #95A45D

#95A45D
(149,164,93)
#889655
(136,150,85)
#7B884D
(123,136,77)
#6E7A45
(110,122,69)
#616C3D
(97,108,61)
#545E35
(84,94,53)
#47502D
(71,80,45)
#3A4225
(58,66,37)
#2D341D
(45,52,29)
#202615
(32,38,21)
#13180D
(19,24,13)
#000000
(0,0,0)

Tints of #95A45D

#95A45D
(149,164,93)
#9EAC6B
(158,172,107)
#A7B479
(167,180,121)
#B0BC87
(176,188,135)
#B9C495
(185,196,149)
#C2CCA3
(194,204,163)
#CBD4B1
(203,212,177)
#D4DCBF
(212,220,191)
#DDE4CD
(221,228,205)
#E6ECDB
(230,236,219)
#EFF4E9
(239,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A45D; }

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

This text font color is #95A45D.


Background Color

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

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

This div background color is #95A45D.


Border color

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

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

This div border color is #95A45D.


Opacity

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

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

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

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

This text has shadow with #95A45D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #95A45D on black background.


Color preview on white background

This text has color #95A45D on white background.



Black color preview on #95A45D background

This text has black color on #95A45D background.


White color preview on #95A45D background

This text has white color on #95A45D background.