COLOR #95B773

HEX: #95B773 RGB: (149,183,115)

Color info

#95B773 contains mainly red and green colors. Web safe color of #95B773 is #99CC66 (or #9C6).

RGB color model

#95B773 color RGB value is (149,183,115).

RGB: (149,183,115) (58%, 72%, 45%)

RGB channels and saturation

R 149 of 255 = 58%
G 183 of 255 = 72%
B 115 of 255 = 45%

149
183
115

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

Portions of RGB colors in percentages

R + G + B = 149 + 183 + 115 = 447 (100%)
R 149 of 447 ~ 33.33%
G 183 of 447 ~ 40.94%
B 115 of 447 ~ 25.73'%

%33.33
%40.94
%25.73

CMYK color model

#95B773 color CMYK value is (19,0,37,28).

  • cyan value is 18.58%
  • magenta value is 0.00%
  • yellow value is 37.16%
  • key color value is 28.24%

CMYK: (19,0,37,28)
C19M0Y37K28 (19%, 0%, 37%, 28%)
(0.19 / 0.00 / 0.37 / 0.28)

CMYK percentages

%18.58
%0
%37.16
%28.24

Codes

Color #95B773 in popluar color models

95 B7 73
RGB 149 183 115
HSL 90° 32.08% 58.43%
HSB/HSV 90° 37.16% 71.76%
CMYK 18.58% 0.00% 37.16%
28.24%

Color #95B773 in popluar number systems.

HEX 95 B7 73
Decimal 149 183 115
Binary 10010101 10110111 1110011
Octal 225 267 163

Shades and tints

Shades of #95B773

#95B773
(149,183,115)
#88A769
(136,167,105)
#7B975F
(123,151,95)
#6E8755
(110,135,85)
#61774B
(97,119,75)
#546741
(84,103,65)
#475737
(71,87,55)
#3A472D
(58,71,45)
#2D3723
(45,55,35)
#202719
(32,39,25)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #95B773

#95B773
(149,183,115)
#9EBD7F
(158,189,127)
#A7C38B
(167,195,139)
#B0C997
(176,201,151)
#B9CFA3
(185,207,163)
#C2D5AF
(194,213,175)
#CBDBBB
(203,219,187)
#D4E1C7
(212,225,199)
#DDE7D3
(221,231,211)
#E6EDDF
(230,237,223)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B773 color. Also use rgb(149,183,115) instead hex code.

Text Font Color

.myTextColor { color: #95B773; }

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

This text font color is #95B773.

Background Color

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

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

This div background color is #95B773.

Border color

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

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

This div border color is #95B773.

Opacity

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

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

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

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

This text has shadow with #95B773 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B773.

Preview

Color preview on black background

This text has color #95B773 on black background.


Color preview on white background

This text has color #95B773 on white background.


Black color preview on #95B773 background

This text has black color on #95B773 background.


White color preview on #95B773 background

This text has white color on #95B773 background.


Related colors

Complementary color

Complementary color for #hex is #6A488C.


I love getcolorcode.com

Triadic colors

1 #7395B7 and #B77395 with #95B773 are triadic colors.

2 #73B795 and #B79573 with #95B773 are triadic colors.