COLOR #95907B

HEX: #95907B
RGB: (149,144,123)

Color info

#95907B contains red, green and blue colors in about the same proportion. Web safe color of #95907B is #999966 (or #996).

RGB color model

#95907B color RGB value is (149,144,123).

  • red value is 149;
  • green value is 144;
  • blue value is 123.
RGB:
(149,144,123)
(58%,56%,48%)

RGB channels and saturation

R 149 of 255 = 58%
G 144 of 255 = 56%
B 123 of 255 = 48%

149
144
123

R + G + B ~ 54%. #95907B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 144 + 123 = 416 (100%)
R 149 of 416 ~ 35.82%
G 144 of 416 ~ 34.62%
B 123 of 416 ~ 29.57%

%35.82
%34.62
%29.57

CMYK color model

#95907B color CMYK value is (0,3,17,42).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 17.45%
  • key color value is 41.57%
CMYK:
(0,3,17,42)
C0M3Y17K42 
(0%,3%,17%,42%)
(0.00/0.03/0.17/0.42)	

CMYK percentages

%0
%3.36
%17.45
%41.57

Codes

Color #95907B in popluar color models

95907B
RGB149144123
HSL48°10.92%53.33%
HSB/HSV48°17.45%58.43%
CMYK0.00%3.36%17.45%
41.57%

Color #95907B in popluar number systems.

HEX95907B
Decimal149144123
Binary10010101100100001111011
Octal225220173

Shades and tints

Shades of #95907B

#95907B
(149,144,123)
#888370
(136,131,112)
#7B7665
(123,118,101)
#6E695A
(110,105,90)
#615C4F
(97,92,79)
#544F44
(84,79,68)
#474239
(71,66,57)
#3A352E
(58,53,46)
#2D2823
(45,40,35)
#201B18
(32,27,24)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #95907B

#95907B
(149,144,123)
#9E9A87
(158,154,135)
#A7A493
(167,164,147)
#B0AE9F
(176,174,159)
#B9B8AB
(185,184,171)
#C2C2B7
(194,194,183)
#CBCCC3
(203,204,195)
#D4D6CF
(212,214,207)
#DDE0DB
(221,224,219)
#E6EAE7
(230,234,231)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95907B color. Also use rgb(149,144,123) instead hex code.

Text Font Color

.myTextColor { color: #95907B; }

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

This text font color is #95907B.


Background Color

.myBgColor { background-color: #95907B; }

<div style="background-color:#95907B">Inner text</div>

This div background color is #95907B.


Border color

.myBorderColor { border: 1px solid #95907B; }

<div style="border:3px solid #95907B">Div</div>

This div border color is #95907B.


Opacity

.myOpacity80 { color: #95907B; opacity: 0.8; }

<p style="color:#95907B;opacity:0.8;">80%</p>

Text with #95907B 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 #95907B;}

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

This text has shadow with #95907B color.

.textShadow {text-shadow: 3px 3px 1px #95907B, 3px 3px 1px red;}

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

This text has shadow with #95907B primary color and red secondary color.


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

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

This text has shadow with #95907B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95907B on black background.


Color preview on white background

This text has color #95907B on white background.



Black color preview on #95907B background

This text has black color on #95907B background.


White color preview on #95907B background

This text has white color on #95907B background.