COLOR #947275

HEX: #947275
RGB: (148,114,117)

Color info

#947275 contains red, green and blue colors in about the same proportion. Web safe color of #947275 is #996666 (or #966).

RGB color model

#947275 color RGB value is (148,114,117).

  • red value is 148;
  • green value is 114;
  • blue value is 117.
RGB:
(148,114,117)
(58%,45%,46%)

RGB channels and saturation

R 148 of 255 = 58%
G 114 of 255 = 45%
B 117 of 255 = 46%

148
114
117

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

Portions of RGB colors in percentages

R + G + B =
148 + 114 + 117 = 379 (100%)
R 148 of 379 ~ 39.05%
G 114 of 379 ~ 30.08%
B 117 of 379 ~ 30.87%

%39.05
%30.08
%30.87

CMYK color model

#947275 color CMYK value is (0,23,21,42).

  • cyan value is 0.00%
  • magenta value is 22.97%
  • yellow value is 20.95%
  • key color value is 41.96%
CMYK:
(0,23,21,42)
C0M23Y21K42 
(0%,23%,21%,42%)
(0.00/0.23/0.21/0.42)	

CMYK percentages

%0
%22.97
%20.95
%41.96

Codes

Color #947275 in popluar color models

947275
RGB148114117
HSL355°13.71%51.37%
HSB/HSV355°22.97%58.04%
CMYK0.00%22.97%20.95%
41.96%

Color #947275 in popluar number systems.

HEX947275
Decimal148114117
Binary1001010011100101110101
Octal224162165

Shades and tints

Shades of #947275

#947275
(148,114,117)
#87686B
(135,104,107)
#7A5E61
(122,94,97)
#6D5457
(109,84,87)
#604A4D
(96,74,77)
#534043
(83,64,67)
#463639
(70,54,57)
#392C2F
(57,44,47)
#2C2225
(44,34,37)
#1F181B
(31,24,27)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #947275

#947275
(148,114,117)
#9D7E81
(157,126,129)
#A68A8D
(166,138,141)
#AF9699
(175,150,153)
#B8A2A5
(184,162,165)
#C1AEB1
(193,174,177)
#CABABD
(202,186,189)
#D3C6C9
(211,198,201)
#DCD2D5
(220,210,213)
#E5DEE1
(229,222,225)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947275 color. Also use rgb(148,114,117) instead hex code.

Text Font Color

.myTextColor { color: #947275; }

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

This text font color is #947275.


Background Color

.myBgColor { background-color: #947275; }

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

This div background color is #947275.


Border color

.myBorderColor { border: 1px solid #947275; }

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

This div border color is #947275.


Opacity

.myOpacity80 { color: #947275; opacity: 0.8; }

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

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

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

This text has shadow with #947275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947275 on black background.


Color preview on white background

This text has color #947275 on white background.



Black color preview on #947275 background

This text has black color on #947275 background.


White color preview on #947275 background

This text has white color on #947275 background.