COLOR #5A4B13

HEX: #5A4B13
RGB: (90,75,19)

Color info

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

RGB color model

#5A4B13 color RGB value is (90,75,19).

  • red value is 90;
  • green value is 75;
  • blue value is 19.
RGB:
(90,75,19)
(35%,29%,7%)

RGB channels and saturation

R 90 of 255 = 35%
G 75 of 255 = 29%
B 19 of 255 = 7%

90
75
19

R + G + B ~ 24%. #5A4B13 is dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 75 + 19 = 184 (100%)
R 90 of 184 ~ 48.91%
G 75 of 184 ~ 40.76%
B 19 of 184 ~ 10.33%

%48.91
%40.76
%10.33

CMYK color model

#5A4B13 color CMYK value is (0,17,79,65).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 78.89%
  • key color value is 64.71%
CMYK:
(0,17,79,65)
C0M17Y79K65 
(0%,17%,79%,65%)
(0.00/0.17/0.79/0.65)	

CMYK percentages

%0
%16.67
%78.89
%64.71

Codes

Color #5A4B13 in popluar color models

5A4B13
RGB907519
HSL47°65.14%21.37%
HSB/HSV47°78.89%35.29%
CMYK0.00%16.67%78.89%
64.71%

Color #5A4B13 in popluar number systems.

HEX5A4B13
Decimal907519
Binary1011010100101110011
Octal13211323

Shades and tints

Shades of #5A4B13

#5A4B13
(90,75,19)
#524512
(82,69,18)
#4A3F11
(74,63,17)
#423910
(66,57,16)
#3A330F
(58,51,15)
#322D0E
(50,45,14)
#2A270D
(42,39,13)
#22210C
(34,33,12)
#1A1B0B
(26,27,11)
#12150A
(18,21,10)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #5A4B13

#5A4B13
(90,75,19)
#695B28
(105,91,40)
#786B3D
(120,107,61)
#877B52
(135,123,82)
#968B67
(150,139,103)
#A59B7C
(165,155,124)
#B4AB91
(180,171,145)
#C3BBA6
(195,187,166)
#D2CBBB
(210,203,187)
#E1DBD0
(225,219,208)
#F0EBE5
(240,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4B13 color. Also use rgb(90,75,19) instead hex code.

Text Font Color

.myTextColor { color: #5A4B13; }

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

This text font color is #5A4B13.


Background Color

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

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

This div background color is #5A4B13.


Border color

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

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

This div border color is #5A4B13.


Opacity

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

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

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

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

This text has shadow with #5A4B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4B13 on black background.


Color preview on white background

This text has color #5A4B13 on white background.



Black color preview on #5A4B13 background

This text has black color on #5A4B13 background.


White color preview on #5A4B13 background

This text has white color on #5A4B13 background.