COLOR #95B38F

HEX: #95B38F RGB: (149,179,143)

Color info

#95B38F contains red, green and blue colors in about the same proportion. Web safe color of #95B38F is #999999 (or #999).

RGB color model

#95B38F color RGB value is (149,179,143).

RGB: (149,179,143) (58%, 70%, 56%)

RGB channels and saturation

R 149 of 255 = 58%
G 179 of 255 = 70%
B 143 of 255 = 56%

149
179
143

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

Portions of RGB colors in percentages

R + G + B = 149 + 179 + 143 = 471 (100%)
R 149 of 471 ~ 31.63%
G 179 of 471 ~ 38%
B 143 of 471 ~ 30.36'%

%31.63
%38
%30.36

CMYK color model

#95B38F color CMYK value is (17,0,20,30).

  • cyan value is 16.76%
  • magenta value is 0.00%
  • yellow value is 20.11%
  • key color value is 29.80%
CMYK: (17,0,20,30) C17M0Y20K30 (17%,0%,20%,30%) (0.17/0.00/0.20/0.30) 

CMYK percentages

%16.76
%0
%20.11
%29.8

Codes

Color #95B38F in popluar color models

95 B3 8F
RGB 149 179 143
HSL 110° 19.15% 63.14%
HSB/HSV 110° 20.11% 70.20%
CMYK 16.76% 0.00% 20.11%
29.80%

Color #95B38F in popluar number systems.

HEX 95 B3 8F
Decimal 149 179 143
Binary 10010101 10110011 10001111
Octal 225 263 217

Shades and tints

Shades of #95B38F

#95B38F
(149,179,143)
#88A382
(136,163,130)
#7B9375
(123,147,117)
#6E8368
(110,131,104)
#61735B
(97,115,91)
#54634E
(84,99,78)
#475341
(71,83,65)
#3A4334
(58,67,52)
#2D3327
(45,51,39)
#20231A
(32,35,26)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #95B38F

#95B38F
(149,179,143)
#9EB999
(158,185,153)
#A7BFA3
(167,191,163)
#B0C5AD
(176,197,173)
#B9CBB7
(185,203,183)
#C2D1C1
(194,209,193)
#CBD7CB
(203,215,203)
#D4DDD5
(212,221,213)
#DDE3DF
(221,227,223)
#E6E9E9
(230,233,233)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B38F color. Also use rgb(149,179,143) instead hex code.

Text Font Color

.myTextColor { color: #95B38F; }

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

This text font color is #95B38F.

Background Color

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

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

This div background color is #95B38F.

Border color

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

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

This div border color is #95B38F.

Opacity

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

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

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

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

This text has shadow with #95B38F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B38F.

Preview

Color preview on black background

This text has color #95B38F on black background.


Color preview on white background

This text has color #95B38F on white background.


Black color preview on #95B38F background

This text has black color on #95B38F background.


White color preview on #95B38F background

This text has white color on #95B38F background.


Related colors

Complementary color

Complementary color for #hex is #6A4C70.


I love getcolorcode.com

Triadic colors

1 #8F95B3 and #B38F95 with #95B38F are triadic colors.

2 #8FB395 and #B3958F with #95B38F are triadic colors.