COLOR #95B785

HEX: #95B785
RGB: (149,183,133)

Color info

#95B785 contains red, green and blue colors in about the same proportion. Web safe color of #95B785 is #99CC99 (or #9C9).

RGB color model

#95B785 color RGB value is (149,183,133).

  • red value is 149;
  • green value is 183;
  • blue value is 133.
RGB:
(149,183,133)
(58%,72%,52%)

RGB channels and saturation

R 149 of 255 = 58%
G 183 of 255 = 72%
B 133 of 255 = 52%

149
183
133

R + G + B ~ 61%. #95B785 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 183 + 133 = 465 (100%)
R 149 of 465 ~ 32.04%
G 183 of 465 ~ 39.35%
B 133 of 465 ~ 28.6%

%32.04
%39.35
%28.6

CMYK color model

#95B785 color CMYK value is (19,0,27,28).

  • cyan value is 18.58%
  • magenta value is 0.00%
  • yellow value is 27.32%
  • key color value is 28.24%
CMYK:
(19,0,27,28)
C19M0Y27K28 
(19%,0%,27%,28%)
(0.19/0.00/0.27/0.28)	

CMYK percentages

%18.58
%0
%27.32
%28.24

Codes

Color #95B785 in popluar color models

95B785
RGB149183133
HSL101°25.77%61.96%
HSB/HSV101°27.32%71.76%
CMYK18.58%0.00%27.32%
28.24%

Color #95B785 in popluar number systems.

HEX95B785
Decimal149183133
Binary100101011011011110000101
Octal225267205

Shades and tints

Shades of #95B785

#95B785
(149,183,133)
#88A779
(136,167,121)
#7B976D
(123,151,109)
#6E8761
(110,135,97)
#617755
(97,119,85)
#546749
(84,103,73)
#47573D
(71,87,61)
#3A4731
(58,71,49)
#2D3725
(45,55,37)
#202719
(32,39,25)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #95B785

#95B785
(149,183,133)
#9EBD90
(158,189,144)
#A7C39B
(167,195,155)
#B0C9A6
(176,201,166)
#B9CFB1
(185,207,177)
#C2D5BC
(194,213,188)
#CBDBC7
(203,219,199)
#D4E1D2
(212,225,210)
#DDE7DD
(221,231,221)
#E6EDE8
(230,237,232)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B785 color. Also use rgb(149,183,133) instead hex code.

Text Font Color

.myTextColor { color: #95B785; }

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

This text font color is #95B785.


Background Color

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

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

This div background color is #95B785.


Border color

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

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

This div border color is #95B785.


Opacity

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

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

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

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

This text has shadow with #95B785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B785 on black background.


Color preview on white background

This text has color #95B785 on white background.



Black color preview on #95B785 background

This text has black color on #95B785 background.


White color preview on #95B785 background

This text has white color on #95B785 background.