COLOR #955F4A

HEX: #955F4A
RGB: (149,95,74)

Color info

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

RGB color model

#955F4A color RGB value is (149,95,74).

  • red value is 149;
  • green value is 95;
  • blue value is 74.
RGB:
(149,95,74)
(58%,37%,29%)

RGB channels and saturation

R 149 of 255 = 58%
G 95 of 255 = 37%
B 74 of 255 = 29%

149
95
74

R + G + B ~ 41%. #955F4A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 95 + 74 = 318 (100%)
R 149 of 318 ~ 46.86%
G 95 of 318 ~ 29.87%
B 74 of 318 ~ 23.27%

%46.86
%29.87
%23.27

CMYK color model

#955F4A color CMYK value is (0,36,50,42).

  • cyan value is 0.00%
  • magenta value is 36.24%
  • yellow value is 50.34%
  • key color value is 41.57%
CMYK:
(0,36,50,42)
C0M36Y50K42 
(0%,36%,50%,42%)
(0.00/0.36/0.50/0.42)	

CMYK percentages

%0
%36.24
%50.34
%41.57

Codes

Color #955F4A in popluar color models

955F4A
RGB1499574
HSL17°33.63%43.73%
HSB/HSV17°50.34%58.43%
CMYK0.00%36.24%50.34%
41.57%

Color #955F4A in popluar number systems.

HEX955F4A
Decimal1499574
Binary1001010110111111001010
Octal225137112

Shades and tints

Shades of #955F4A

#955F4A
(149,95,74)
#885744
(136,87,68)
#7B4F3E
(123,79,62)
#6E4738
(110,71,56)
#613F32
(97,63,50)
#54372C
(84,55,44)
#472F26
(71,47,38)
#3A2720
(58,39,32)
#2D1F1A
(45,31,26)
#201714
(32,23,20)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #955F4A

#955F4A
(149,95,74)
#9E6D5A
(158,109,90)
#A77B6A
(167,123,106)
#B0897A
(176,137,122)
#B9978A
(185,151,138)
#C2A59A
(194,165,154)
#CBB3AA
(203,179,170)
#D4C1BA
(212,193,186)
#DDCFCA
(221,207,202)
#E6DDDA
(230,221,218)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955F4A color. Also use rgb(149,95,74) instead hex code.

Text Font Color

.myTextColor { color: #955F4A; }

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

This text font color is #955F4A.


Background Color

.myBgColor { background-color: #955F4A; }

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

This div background color is #955F4A.


Border color

.myBorderColor { border: 1px solid #955F4A; }

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

This div border color is #955F4A.


Opacity

.myOpacity80 { color: #955F4A; opacity: 0.8; }

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

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

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

This text has shadow with #955F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955F4A on black background.


Color preview on white background

This text has color #955F4A on white background.



Black color preview on #955F4A background

This text has black color on #955F4A background.


White color preview on #955F4A background

This text has white color on #955F4A background.