COLOR #95B383

HEX: #95B383 RGB: (149,179,131)

Color info

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

RGB color model

#95B383 color RGB value is (149,179,131).

RGB: (149,179,131) (58%, 70%, 51%)

RGB channels and saturation

R 149 of 255 = 58%
G 179 of 255 = 70%
B 131 of 255 = 51%

149
179
131

R + G + B ~ 60%. #95B383 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 179 + 131 = 459 (100%)
R 149 of 459 ~ 32.46%
G 179 of 459 ~ 39%
B 131 of 459 ~ 28.54'%

%32.46
%39
%28.54

CMYK color model

#95B383 color CMYK value is (17,0,27,30).

  • cyan value is 16.76%
  • magenta value is 0.00%
  • yellow value is 26.82%
  • key color value is 29.80%

CMYK: (17,0,27,30)
C17M0Y27K30 (17%, 0%, 27%, 30%)
(0.17 / 0.00 / 0.27 / 0.30)

CMYK percentages

%16.76
%0
%26.82
%29.8

Codes

Color #95B383 in popluar color models

95 B3 83
RGB 149 179 131
HSL 98° 24.00% 60.78%
HSB/HSV 98° 26.82% 70.20%
CMYK 16.76% 0.00% 26.82%
29.80%

Color #95B383 in popluar number systems.

HEX 95 B3 83
Decimal 149 179 131
Binary 10010101 10110011 10000011
Octal 225 263 203

Shades and tints

Shades of #95B383

#95B383
(149,179,131)
#88A378
(136,163,120)
#7B936D
(123,147,109)
#6E8362
(110,131,98)
#617357
(97,115,87)
#54634C
(84,99,76)
#475341
(71,83,65)
#3A4336
(58,67,54)
#2D332B
(45,51,43)
#202320
(32,35,32)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #95B383

#95B383
(149,179,131)
#9EB98E
(158,185,142)
#A7BF99
(167,191,153)
#B0C5A4
(176,197,164)
#B9CBAF
(185,203,175)
#C2D1BA
(194,209,186)
#CBD7C5
(203,215,197)
#D4DDD0
(212,221,208)
#DDE3DB
(221,227,219)
#E6E9E6
(230,233,230)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B383; }

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

This text font color is #95B383.

Background Color

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

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

This div background color is #95B383.

Border color

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

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

This div border color is #95B383.

Opacity

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

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

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

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

This text has shadow with #95B383 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B383.

Preview

Color preview on black background

This text has color #95B383 on black background.


Color preview on white background

This text has color #95B383 on white background.


Black color preview on #95B383 background

This text has black color on #95B383 background.


White color preview on #95B383 background

This text has white color on #95B383 background.


Related colors

Complementary color

Complementary color for #hex is #6A4C7C.


I love getcolorcode.com

Triadic colors

1 #8395B3 and #B38395 with #95B383 are triadic colors.

2 #83B395 and #B39583 with #95B383 are triadic colors.