COLOR #955528

HEX: #955528
RGB: (149,85,40)

Color info

#955528 contains mainly red color. Web safe color of #955528 is #996633 (or #963).

RGB color model

#955528 color RGB value is (149,85,40).

  • red value is 149;
  • green value is 85;
  • blue value is 40.
RGB:
(149,85,40)
(58%,33%,16%)

RGB channels and saturation

R 149 of 255 = 58%
G 85 of 255 = 33%
B 40 of 255 = 16%

149
85
40

R + G + B ~ 36%. #955528 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 85 + 40 = 274 (100%)
R 149 of 274 ~ 54.38%
G 85 of 274 ~ 31.02%
B 40 of 274 ~ 14.6%

%54.38
%31.02
%14.6

CMYK color model

#955528 color CMYK value is (0,43,73,42).

  • cyan value is 0.00%
  • magenta value is 42.95%
  • yellow value is 73.15%
  • key color value is 41.57%
CMYK:
(0,43,73,42)
C0M43Y73K42 
(0%,43%,73%,42%)
(0.00/0.43/0.73/0.42)	

CMYK percentages

%0
%42.95
%73.15
%41.57

Codes

Color #955528 in popluar color models

955528
RGB1498540
HSL25°57.67%37.06%
HSB/HSV25°73.15%58.43%
CMYK0.00%42.95%73.15%
41.57%

Color #955528 in popluar number systems.

HEX955528
Decimal1498540
Binary100101011010101101000
Octal22512550

Shades and tints

Shades of #955528

#955528
(149,85,40)
#884E25
(136,78,37)
#7B4722
(123,71,34)
#6E401F
(110,64,31)
#61391C
(97,57,28)
#543219
(84,50,25)
#472B16
(71,43,22)
#3A2413
(58,36,19)
#2D1D10
(45,29,16)
#20160D
(32,22,13)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #955528

#955528
(149,85,40)
#9E643B
(158,100,59)
#A7734E
(167,115,78)
#B08261
(176,130,97)
#B99174
(185,145,116)
#C2A087
(194,160,135)
#CBAF9A
(203,175,154)
#D4BEAD
(212,190,173)
#DDCDC0
(221,205,192)
#E6DCD3
(230,220,211)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955528 color. Also use rgb(149,85,40) instead hex code.

Text Font Color

.myTextColor { color: #955528; }

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

This text font color is #955528.


Background Color

.myBgColor { background-color: #955528; }

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

This div background color is #955528.


Border color

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

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

This div border color is #955528.


Opacity

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

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

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

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

This text has shadow with #955528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955528 on black background.


Color preview on white background

This text has color #955528 on white background.



Black color preview on #955528 background

This text has black color on #955528 background.


White color preview on #955528 background

This text has white color on #955528 background.