COLOR #957548

HEX: #957548
RGB: (149,117,72)

Color info

#957548 contains mainly red and green colors. Web safe color of #957548 is #996633 (or #963).

RGB color model

#957548 color RGB value is (149,117,72).

  • red value is 149;
  • green value is 117;
  • blue value is 72.
RGB:
(149,117,72)
(58%,46%,28%)

RGB channels and saturation

R 149 of 255 = 58%
G 117 of 255 = 46%
B 72 of 255 = 28%

149
117
72

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

Portions of RGB colors in percentages

R + G + B =
149 + 117 + 72 = 338 (100%)
R 149 of 338 ~ 44.08%
G 117 of 338 ~ 34.62%
B 72 of 338 ~ 21.3%

%44.08
%34.62
%21.3

CMYK color model

#957548 color CMYK value is (0,21,52,42).

  • cyan value is 0.00%
  • magenta value is 21.48%
  • yellow value is 51.68%
  • key color value is 41.57%
CMYK:
(0,21,52,42)
C0M21Y52K42 
(0%,21%,52%,42%)
(0.00/0.21/0.52/0.42)	

CMYK percentages

%0
%21.48
%51.68
%41.57

Codes

Color #957548 in popluar color models

957548
RGB14911772
HSL35°34.84%43.33%
HSB/HSV35°51.68%58.43%
CMYK0.00%21.48%51.68%
41.57%

Color #957548 in popluar number systems.

HEX957548
Decimal14911772
Binary1001010111101011001000
Octal225165110

Shades and tints

Shades of #957548

#957548
(149,117,72)
#886B42
(136,107,66)
#7B613C
(123,97,60)
#6E5736
(110,87,54)
#614D30
(97,77,48)
#54432A
(84,67,42)
#473924
(71,57,36)
#3A2F1E
(58,47,30)
#2D2518
(45,37,24)
#201B12
(32,27,18)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #957548

#957548
(149,117,72)
#9E8158
(158,129,88)
#A78D68
(167,141,104)
#B09978
(176,153,120)
#B9A588
(185,165,136)
#C2B198
(194,177,152)
#CBBDA8
(203,189,168)
#D4C9B8
(212,201,184)
#DDD5C8
(221,213,200)
#E6E1D8
(230,225,216)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957548 color. Also use rgb(149,117,72) instead hex code.

Text Font Color

.myTextColor { color: #957548; }

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

This text font color is #957548.


Background Color

.myBgColor { background-color: #957548; }

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

This div background color is #957548.


Border color

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

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

This div border color is #957548.


Opacity

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

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

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

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

This text has shadow with #957548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957548 on black background.


Color preview on white background

This text has color #957548 on white background.



Black color preview on #957548 background

This text has black color on #957548 background.


White color preview on #957548 background

This text has white color on #957548 background.