COLOR #93551D

HEX: #93551D
RGB: (147,85,29)

Color info

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

RGB color model

#93551D color RGB value is (147,85,29).

  • red value is 147;
  • green value is 85;
  • blue value is 29.
RGB:
(147,85,29)
(58%,33%,11%)

RGB channels and saturation

R 147 of 255 = 58%
G 85 of 255 = 33%
B 29 of 255 = 11%

147
85
29

R + G + B ~ 34%. #93551D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
147 + 85 + 29 = 261 (100%)
R 147 of 261 ~ 56.32%
G 85 of 261 ~ 32.57%
B 29 of 261 ~ 11.11%

%56.32
%32.57
%11.11

CMYK color model

#93551D color CMYK value is (0,42,80,42).

  • cyan value is 0.00%
  • magenta value is 42.18%
  • yellow value is 80.27%
  • key color value is 42.35%
CMYK:
(0,42,80,42)
C0M42Y80K42 
(0%,42%,80%,42%)
(0.00/0.42/0.80/0.42)	

CMYK percentages

%0
%42.18
%80.27
%42.35

Codes

Color #93551D in popluar color models

93551D
RGB1478529
HSL28°67.05%34.51%
HSB/HSV28°80.27%57.65%
CMYK0.00%42.18%80.27%
42.35%

Color #93551D in popluar number systems.

HEX93551D
Decimal1478529
Binary10010011101010111101
Octal22312535

Shades and tints

Shades of #93551D

#93551D
(147,85,29)
#864E1B
(134,78,27)
#794719
(121,71,25)
#6C4017
(108,64,23)
#5F3915
(95,57,21)
#523213
(82,50,19)
#452B11
(69,43,17)
#38240F
(56,36,15)
#2B1D0D
(43,29,13)
#1E160B
(30,22,11)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #93551D

#93551D
(147,85,29)
#9C6431
(156,100,49)
#A57345
(165,115,69)
#AE8259
(174,130,89)
#B7916D
(183,145,109)
#C0A081
(192,160,129)
#C9AF95
(201,175,149)
#D2BEA9
(210,190,169)
#DBCDBD
(219,205,189)
#E4DCD1
(228,220,209)
#EDEBE5
(237,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93551D color. Also use rgb(147,85,29) instead hex code.

Text Font Color

.myTextColor { color: #93551D; }

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

This text font color is #93551D.


Background Color

.myBgColor { background-color: #93551D; }

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

This div background color is #93551D.


Border color

.myBorderColor { border: 1px solid #93551D; }

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

This div border color is #93551D.


Opacity

.myOpacity80 { color: #93551D; opacity: 0.8; }

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

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

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

This text has shadow with #93551D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93551D on black background.


Color preview on white background

This text has color #93551D on white background.



Black color preview on #93551D background

This text has black color on #93551D background.


White color preview on #93551D background

This text has white color on #93551D background.