COLOR #95C583

HEX: #95C583
RGB: (149,197,131)

Color info

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

RGB color model

#95C583 color RGB value is (149,197,131).

  • red value is 149;
  • green value is 197;
  • blue value is 131.
RGB:
(149,197,131)
(58%,77%,51%)

RGB channels and saturation

R 149 of 255 = 58%
G 197 of 255 = 77%
B 131 of 255 = 51%

149
197
131

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

Portions of RGB colors in percentages

R + G + B =
149 + 197 + 131 = 477 (100%)
R 149 of 477 ~ 31.24%
G 197 of 477 ~ 41.3%
B 131 of 477 ~ 27.46%

%31.24
%41.3
%27.46

CMYK color model

#95C583 color CMYK value is (24,0,34,23).

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 33.50%
  • key color value is 22.75%
CMYK:
(24,0,34,23)
C24M0Y34K23 
(24%,0%,34%,23%)
(0.24/0.00/0.34/0.23)	

CMYK percentages

%24.37
%0
%33.5
%22.75

Codes

Color #95C583 in popluar color models

95C583
RGB149197131
HSL104°36.26%64.31%
HSB/HSV104°33.50%77.25%
CMYK24.37%0.00%33.50%
22.75%

Color #95C583 in popluar number systems.

HEX95C583
Decimal149197131
Binary100101011100010110000011
Octal225305203

Shades and tints

Shades of #95C583

#95C583
(149,197,131)
#88B478
(136,180,120)
#7BA36D
(123,163,109)
#6E9262
(110,146,98)
#618157
(97,129,87)
#54704C
(84,112,76)
#475F41
(71,95,65)
#3A4E36
(58,78,54)
#2D3D2B
(45,61,43)
#202C20
(32,44,32)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #95C583

#95C583
(149,197,131)
#9ECA8E
(158,202,142)
#A7CF99
(167,207,153)
#B0D4A4
(176,212,164)
#B9D9AF
(185,217,175)
#C2DEBA
(194,222,186)
#CBE3C5
(203,227,197)
#D4E8D0
(212,232,208)
#DDEDDB
(221,237,219)
#E6F2E6
(230,242,230)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95C583; }

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

This text font color is #95C583.


Background Color

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

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

This div background color is #95C583.


Border color

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

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

This div border color is #95C583.


Opacity

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

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

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

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

This text has shadow with #95C583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C583 on black background.


Color preview on white background

This text has color #95C583 on white background.



Black color preview on #95C583 background

This text has black color on #95C583 background.


White color preview on #95C583 background

This text has white color on #95C583 background.