COLOR #5A3830

HEX: #5A3830
RGB: (90,56,48)

Color info

#5A3830 contains red, green and blue colors in about the same proportion. Web safe color of #5A3830 is #663333 (or #633).

RGB color model

#5A3830 color RGB value is (90,56,48).

  • red value is 90;
  • green value is 56;
  • blue value is 48.
RGB:
(90,56,48)
(35%,22%,19%)

RGB channels and saturation

R 90 of 255 = 35%
G 56 of 255 = 22%
B 48 of 255 = 19%

90
56
48

R + G + B ~ 25%. #5A3830 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 56 + 48 = 194 (100%)
R 90 of 194 ~ 46.39%
G 56 of 194 ~ 28.87%
B 48 of 194 ~ 24.74%

%46.39
%28.87
%24.74

CMYK color model

#5A3830 color CMYK value is (0,38,47,65).

  • cyan value is 0.00%
  • magenta value is 37.78%
  • yellow value is 46.67%
  • key color value is 64.71%
CMYK:
(0,38,47,65)
C0M38Y47K65 
(0%,38%,47%,65%)
(0.00/0.38/0.47/0.65)	

CMYK percentages

%0
%37.78
%46.67
%64.71

Codes

Color #5A3830 in popluar color models

5A3830
RGB905648
HSL11°30.43%27.06%
HSB/HSV11°46.67%35.29%
CMYK0.00%37.78%46.67%
64.71%

Color #5A3830 in popluar number systems.

HEX5A3830
Decimal905648
Binary1011010111000110000
Octal1327060

Shades and tints

Shades of #5A3830

#5A3830
(90,56,48)
#52332C
(82,51,44)
#4A2E28
(74,46,40)
#422924
(66,41,36)
#3A2420
(58,36,32)
#321F1C
(50,31,28)
#2A1A18
(42,26,24)
#221514
(34,21,20)
#1A1010
(26,16,16)
#120B0C
(18,11,12)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #5A3830

#5A3830
(90,56,48)
#694A42
(105,74,66)
#785C54
(120,92,84)
#876E66
(135,110,102)
#968078
(150,128,120)
#A5928A
(165,146,138)
#B4A49C
(180,164,156)
#C3B6AE
(195,182,174)
#D2C8C0
(210,200,192)
#E1DAD2
(225,218,210)
#F0ECE4
(240,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3830 color. Also use rgb(90,56,48) instead hex code.

Text Font Color

.myTextColor { color: #5A3830; }

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

This text font color is #5A3830.


Background Color

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

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

This div background color is #5A3830.


Border color

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

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

This div border color is #5A3830.


Opacity

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

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

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

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

This text has shadow with #5A3830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3830 on black background.


Color preview on white background

This text has color #5A3830 on white background.



Black color preview on #5A3830 background

This text has black color on #5A3830 background.


White color preview on #5A3830 background

This text has white color on #5A3830 background.