COLOR #95B591

HEX: #95B591 RGB: (149,181,145)

Color info

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

RGB color model

#95B591 color RGB value is (149,181,145).

RGB: (149,181,145) (58%, 71%, 57%)

RGB channels and saturation

R 149 of 255 = 58%
G 181 of 255 = 71%
B 145 of 255 = 57%

149
181
145

R + G + B ~ 62%. #95B591 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 181 + 145 = 475 (100%)
R 149 of 475 ~ 31.37%
G 181 of 475 ~ 38.11%
B 145 of 475 ~ 30.53'%

%31.37
%38.11
%30.53

CMYK color model

#95B591 color CMYK value is (18,0,20,29).

  • cyan value is 17.68%
  • magenta value is 0.00%
  • yellow value is 19.89%
  • key color value is 29.02%

CMYK: (18,0,20,29)
C18M0Y20K29 (18%, 0%, 20%, 29%)
(0.18 / 0.00 / 0.20 / 0.29)

CMYK percentages

%17.68
%0
%19.89
%29.02

Codes

Color #95B591 in popluar color models

95 B5 91
RGB 149 181 145
HSL 113° 19.57% 63.92%
HSB/HSV 113° 19.89% 70.98%
CMYK 17.68% 0.00% 19.89%
29.02%

Color #95B591 in popluar number systems.

HEX 95 B5 91
Decimal 149 181 145
Binary 10010101 10110101 10010001
Octal 225 265 221

Shades and tints

Shades of #95B591

#95B591
(149,181,145)
#88A584
(136,165,132)
#7B9577
(123,149,119)
#6E856A
(110,133,106)
#61755D
(97,117,93)
#546550
(84,101,80)
#475543
(71,85,67)
#3A4536
(58,69,54)
#2D3529
(45,53,41)
#20251C
(32,37,28)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #95B591

#95B591
(149,181,145)
#9EBB9B
(158,187,155)
#A7C1A5
(167,193,165)
#B0C7AF
(176,199,175)
#B9CDB9
(185,205,185)
#C2D3C3
(194,211,195)
#CBD9CD
(203,217,205)
#D4DFD7
(212,223,215)
#DDE5E1
(221,229,225)
#E6EBEB
(230,235,235)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B591 color. Also use rgb(149,181,145) instead hex code.

Text Font Color

.myTextColor { color: #95B591; }

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

This text font color is #95B591.

Background Color

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

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

This div background color is #95B591.

Border color

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

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

This div border color is #95B591.

Opacity

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

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

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

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

This text has shadow with #95B591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B591.

Preview

Color preview on black background

This text has color #95B591 on black background.


Color preview on white background

This text has color #95B591 on white background.


Black color preview on #95B591 background

This text has black color on #95B591 background.


White color preview on #95B591 background

This text has white color on #95B591 background.


Related colors

Complementary color

Complementary color for #hex is #6A4A6E.


I love getcolorcode.com

Triadic colors

1 #9195B5 and #B59195 with #95B591 are triadic colors.

2 #91B595 and #B59591 with #95B591 are triadic colors.