COLOR #95768F

HEX: #95768F RGB: (149,118,143)

Color info

#95768F contains red, green and blue colors in about the same proportion. Web safe color of #95768F is #996699 (or #969).

RGB color model

#95768F color RGB value is (149,118,143).

RGB: (149,118,143) (58%, 46%, 56%)

RGB channels and saturation

R 149 of 255 = 58%
G 118 of 255 = 46%
B 143 of 255 = 56%

149
118
143

R + G + B ~ 53%. #95768F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 118 + 143 = 410 (100%)
R 149 of 410 ~ 36.34%
G 118 of 410 ~ 28.78%
B 143 of 410 ~ 34.88'%

%36.34
%28.78
%34.88

CMYK color model

#95768F color CMYK value is (0,21,4,42).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 4.03%
  • key color value is 41.57%

CMYK: (0,21,4,42)
C0M21Y4K42 (0%, 21%, 4%, 42%)
(0.00 / 0.21 / 0.04 / 0.42)

CMYK percentages

%0
%20.81
%4.03
%41.57

Codes

Color #95768F in popluar color models

95 76 8F
RGB 149 118 143
HSL 312° 12.76% 52.35%
HSB/HSV 312° 20.81% 58.43%
CMYK 0.00% 20.81% 4.03%
41.57%

Color #95768F in popluar number systems.

HEX 95 76 8F
Decimal 149 118 143
Binary 10010101 1110110 10001111
Octal 225 166 217

Shades and tints

Shades of #95768F

#95768F
(149,118,143)
#886C82
(136,108,130)
#7B6275
(123,98,117)
#6E5868
(110,88,104)
#614E5B
(97,78,91)
#54444E
(84,68,78)
#473A41
(71,58,65)
#3A3034
(58,48,52)
#2D2627
(45,38,39)
#201C1A
(32,28,26)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #95768F

#95768F
(149,118,143)
#9E8299
(158,130,153)
#A78EA3
(167,142,163)
#B09AAD
(176,154,173)
#B9A6B7
(185,166,183)
#C2B2C1
(194,178,193)
#CBBECB
(203,190,203)
#D4CAD5
(212,202,213)
#DDD6DF
(221,214,223)
#E6E2E9
(230,226,233)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95768F color. Also use rgb(149,118,143) instead hex code.

Text Font Color

.myTextColor { color: #95768F; }

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

This text font color is #95768F.

Background Color

.myBgColor { background-color: #95768F; }

<div style="background-color:#95768F">Inner text</div>

This div background color is #95768F.

Border color

.myBorderColor { border: 1px solid #95768F; }

<div style="border:3px solid #95768F">Div</div>

This div border color is #95768F.

Opacity

.myOpacity80 { color: #95768F; opacity: 0.8; }

<p style="color:#95768F;opacity:0.8;">80%</p>

Text with #95768F 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 #95768F;}

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

This text has shadow with #95768F color.


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

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

This text has shadow with #95768F primary color and red secondary color.


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

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

This text has shadow with #95768F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95768F.

Preview

Color preview on black background

This text has color #95768F on black background.


Color preview on white background

This text has color #95768F on white background.


Black color preview on #95768F background

This text has black color on #95768F background.


White color preview on #95768F background

This text has white color on #95768F background.


Related colors

Complementary color

Complementary color for #hex is #6A8970.


I love getcolorcode.com

Triadic colors

1 #8F9576 and #768F95 with #95768F are triadic colors.

2 #8F7695 and #76958F with #95768F are triadic colors.