COLOR #95503F

HEX: #95503F
RGB: (149,80,63)

Color info

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

RGB color model

#95503F color RGB value is (149,80,63).

  • red value is 149;
  • green value is 80;
  • blue value is 63.
RGB:
(149,80,63)
(58%,31%,25%)

RGB channels and saturation

R 149 of 255 = 58%
G 80 of 255 = 31%
B 63 of 255 = 25%

149
80
63

R + G + B ~ 38%. #95503F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 80 + 63 = 292 (100%)
R 149 of 292 ~ 51.03%
G 80 of 292 ~ 27.4%
B 63 of 292 ~ 21.58%

%51.03
%27.4
%21.58

CMYK color model

#95503F color CMYK value is (0,46,58,42).

  • cyan value is 0.00%
  • magenta value is 46.31%
  • yellow value is 57.72%
  • key color value is 41.57%
CMYK:
(0,46,58,42)
C0M46Y58K42 
(0%,46%,58%,42%)
(0.00/0.46/0.58/0.42)	

CMYK percentages

%0
%46.31
%57.72
%41.57

Codes

Color #95503F in popluar color models

95503F
RGB1498063
HSL12°40.57%41.57%
HSB/HSV12°57.72%58.43%
CMYK0.00%46.31%57.72%
41.57%

Color #95503F in popluar number systems.

HEX95503F
Decimal1498063
Binary100101011010000111111
Octal22512077

Shades and tints

Shades of #95503F

#95503F
(149,80,63)
#88493A
(136,73,58)
#7B4235
(123,66,53)
#6E3B30
(110,59,48)
#61342B
(97,52,43)
#542D26
(84,45,38)
#472621
(71,38,33)
#3A1F1C
(58,31,28)
#2D1817
(45,24,23)
#201112
(32,17,18)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #95503F

#95503F
(149,80,63)
#9E5F50
(158,95,80)
#A76E61
(167,110,97)
#B07D72
(176,125,114)
#B98C83
(185,140,131)
#C29B94
(194,155,148)
#CBAAA5
(203,170,165)
#D4B9B6
(212,185,182)
#DDC8C7
(221,200,199)
#E6D7D8
(230,215,216)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95503F color. Also use rgb(149,80,63) instead hex code.

Text Font Color

.myTextColor { color: #95503F; }

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

This text font color is #95503F.


Background Color

.myBgColor { background-color: #95503F; }

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

This div background color is #95503F.


Border color

.myBorderColor { border: 1px solid #95503F; }

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

This div border color is #95503F.


Opacity

.myOpacity80 { color: #95503F; opacity: 0.8; }

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

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

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

This text has shadow with #95503F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95503F on black background.


Color preview on white background

This text has color #95503F on white background.



Black color preview on #95503F background

This text has black color on #95503F background.


White color preview on #95503F background

This text has white color on #95503F background.