COLOR #957252

HEX: #957252
RGB: (149,114,82)

Color info

#957252 contains mainly red and green colors. Web safe color of #957252 is #996666 (or #966).

RGB color model

#957252 color RGB value is (149,114,82).

  • red value is 149;
  • green value is 114;
  • blue value is 82.
RGB:
(149,114,82)
(58%,45%,32%)

RGB channels and saturation

R 149 of 255 = 58%
G 114 of 255 = 45%
B 82 of 255 = 32%

149
114
82

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

Portions of RGB colors in percentages

R + G + B =
149 + 114 + 82 = 345 (100%)
R 149 of 345 ~ 43.19%
G 114 of 345 ~ 33.04%
B 82 of 345 ~ 23.77%

%43.19
%33.04
%23.77

CMYK color model

#957252 color CMYK value is (0,23,45,42).

  • cyan value is 0.00%
  • magenta value is 23.49%
  • yellow value is 44.97%
  • key color value is 41.57%
CMYK:
(0,23,45,42)
C0M23Y45K42 
(0%,23%,45%,42%)
(0.00/0.23/0.45/0.42)	

CMYK percentages

%0
%23.49
%44.97
%41.57

Codes

Color #957252 in popluar color models

957252
RGB14911482
HSL29°29.00%45.29%
HSB/HSV29°44.97%58.43%
CMYK0.00%23.49%44.97%
41.57%

Color #957252 in popluar number systems.

HEX957252
Decimal14911482
Binary1001010111100101010010
Octal225162122

Shades and tints

Shades of #957252

#957252
(149,114,82)
#88684B
(136,104,75)
#7B5E44
(123,94,68)
#6E543D
(110,84,61)
#614A36
(97,74,54)
#54402F
(84,64,47)
#473628
(71,54,40)
#3A2C21
(58,44,33)
#2D221A
(45,34,26)
#201813
(32,24,19)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #957252

#957252
(149,114,82)
#9E7E61
(158,126,97)
#A78A70
(167,138,112)
#B0967F
(176,150,127)
#B9A28E
(185,162,142)
#C2AE9D
(194,174,157)
#CBBAAC
(203,186,172)
#D4C6BB
(212,198,187)
#DDD2CA
(221,210,202)
#E6DED9
(230,222,217)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957252 color. Also use rgb(149,114,82) instead hex code.

Text Font Color

.myTextColor { color: #957252; }

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

This text font color is #957252.


Background Color

.myBgColor { background-color: #957252; }

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

This div background color is #957252.


Border color

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

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

This div border color is #957252.


Opacity

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

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

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

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

This text has shadow with #957252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957252 on black background.


Color preview on white background

This text has color #957252 on white background.



Black color preview on #957252 background

This text has black color on #957252 background.


White color preview on #957252 background

This text has white color on #957252 background.