COLOR #5D490B

HEX: #5D490B
RGB: (93,73,11)

Color info

#5D490B contains mainly red and green colors. Web safe color of #5D490B is #663300 (or #630).

RGB color model

#5D490B color RGB value is (93,73,11).

  • red value is 93;
  • green value is 73;
  • blue value is 11.
RGB:
(93,73,11)
(36%,29%,4%)

RGB channels and saturation

R 93 of 255 = 36%
G 73 of 255 = 29%
B 11 of 255 = 4%

93
73
11

R + G + B ~ 23%. #5D490B is dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 73 + 11 = 177 (100%)
R 93 of 177 ~ 52.54%
G 73 of 177 ~ 41.24%
B 11 of 177 ~ 6.21%

%52.54
%41.24

CMYK color model

#5D490B color CMYK value is (0,22,88,64).

  • cyan value is 0.00%
  • magenta value is 21.51%
  • yellow value is 88.17%
  • key color value is 63.53%
CMYK:
(0,22,88,64)
C0M22Y88K64 
(0%,22%,88%,64%)
(0.00/0.22/0.88/0.64)	

CMYK percentages

%0
%21.51
%88.17
%63.53

Codes

Color #5D490B in popluar color models

5D490B
RGB937311
HSL45°78.85%20.39%
HSB/HSV45°88.17%36.47%
CMYK0.00%21.51%88.17%
63.53%

Color #5D490B in popluar number systems.

HEX5D490B
Decimal937311
Binary101110110010011011
Octal13511113

Shades and tints

Shades of #5D490B

#5D490B
(93,73,11)
#55430A
(85,67,10)
#4D3D09
(77,61,9)
#453708
(69,55,8)
#3D3107
(61,49,7)
#352B06
(53,43,6)
#2D2505
(45,37,5)
#251F04
(37,31,4)
#1D1903
(29,25,3)
#151302
(21,19,2)
#0D0D01
(13,13,1)
#000000
(0,0,0)

Tints of #5D490B

#5D490B
(93,73,11)
#6B5921
(107,89,33)
#796937
(121,105,55)
#87794D
(135,121,77)
#958963
(149,137,99)
#A39979
(163,153,121)
#B1A98F
(177,169,143)
#BFB9A5
(191,185,165)
#CDC9BB
(205,201,187)
#DBD9D1
(219,217,209)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D490B color. Also use rgb(93,73,11) instead hex code.

Text Font Color

.myTextColor { color: #5D490B; }

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

This text font color is #5D490B.


Background Color

.myBgColor { background-color: #5D490B; }

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

This div background color is #5D490B.


Border color

.myBorderColor { border: 1px solid #5D490B; }

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

This div border color is #5D490B.


Opacity

.myOpacity80 { color: #5D490B; opacity: 0.8; }

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

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

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

This text has shadow with #5D490B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D490B on black background.


Color preview on white background

This text has color #5D490B on white background.



Black color preview on #5D490B background

This text has black color on #5D490B background.


White color preview on #5D490B background

This text has white color on #5D490B background.