COLOR #95C585

HEX: #95C585 RGB: (149,197,133)

Color info

#95C585 contains mainly red and green colors. Web safe color of #95C585 is #99CC99 (or #9C9).

RGB color model

#95C585 color RGB value is (149,197,133).

RGB: (149,197,133) (58%, 77%, 52%)

RGB channels and saturation

R 149 of 255 = 58%
G 197 of 255 = 77%
B 133 of 255 = 52%

149
197
133

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

Portions of RGB colors in percentages

R + G + B = 149 + 197 + 133 = 479 (100%)
R 149 of 479 ~ 31.11%
G 197 of 479 ~ 41.13%
B 133 of 479 ~ 27.77'%

%31.11
%41.13
%27.77

CMYK color model

#95C585 color CMYK value is (24,0,32,23).

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 32.49%
  • key color value is 22.75%

CMYK: (24,0,32,23)
C24M0Y32K23 (24%, 0%, 32%, 23%)
(0.24 / 0.00 / 0.32 / 0.23)

CMYK percentages

%24.37
%0
%32.49
%22.75

Codes

Color #95C585 in popluar color models

95 C5 85
RGB 149 197 133
HSL 105° 35.56% 64.71%
HSB/HSV 105° 32.49% 77.25%
CMYK 24.37% 0.00% 32.49%
22.75%

Color #95C585 in popluar number systems.

HEX 95 C5 85
Decimal 149 197 133
Binary 10010101 11000101 10000101
Octal 225 305 205

Shades and tints

Shades of #95C585

#95C585
(149,197,133)
#88B479
(136,180,121)
#7BA36D
(123,163,109)
#6E9261
(110,146,97)
#618155
(97,129,85)
#547049
(84,112,73)
#475F3D
(71,95,61)
#3A4E31
(58,78,49)
#2D3D25
(45,61,37)
#202C19
(32,44,25)
#131B0D
(19,27,13)
#000000
(0,0,0)

Tints of #95C585

#95C585
(149,197,133)
#9ECA90
(158,202,144)
#A7CF9B
(167,207,155)
#B0D4A6
(176,212,166)
#B9D9B1
(185,217,177)
#C2DEBC
(194,222,188)
#CBE3C7
(203,227,199)
#D4E8D2
(212,232,210)
#DDEDDD
(221,237,221)
#E6F2E8
(230,242,232)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95C585; }

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

This text font color is #95C585.

Background Color

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

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

This div background color is #95C585.

Border color

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

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

This div border color is #95C585.

Opacity

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

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

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

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

This text has shadow with #95C585 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95C585.

Preview

Color preview on black background

This text has color #95C585 on black background.


Color preview on white background

This text has color #95C585 on white background.


Black color preview on #95C585 background

This text has black color on #95C585 background.


White color preview on #95C585 background

This text has white color on #95C585 background.


Related colors

Complementary color

Complementary color for #hex is #6A3A7A.


I love getcolorcode.com

Triadic colors

1 #8595C5 and #C58595 with #95C585 are triadic colors.

2 #85C595 and #C59585 with #95C585 are triadic colors.