COLOR #5A382A

HEX: #5A382A
RGB: (90,56,42)

Color info

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

RGB color model

#5A382A color RGB value is (90,56,42).

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

RGB channels and saturation

R 90 of 255 = 35%
G 56 of 255 = 22%
B 42 of 255 = 16%

90
56
42

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

Portions of RGB colors in percentages

R + G + B =
90 + 56 + 42 = 188 (100%)
R 90 of 188 ~ 47.87%
G 56 of 188 ~ 29.79%
B 42 of 188 ~ 22.34%

%47.87
%29.79
%22.34

CMYK color model

#5A382A color CMYK value is (0,38,53,65).

  • cyan value is 0.00%
  • magenta value is 37.78%
  • yellow value is 53.33%
  • key color value is 64.71%
CMYK:
(0,38,53,65)
C0M38Y53K65 
(0%,38%,53%,65%)
(0.00/0.38/0.53/0.65)	

CMYK percentages

%0
%37.78
%53.33
%64.71

Codes

Color #5A382A in popluar color models

5A382A
RGB905642
HSL18°36.36%25.88%
HSB/HSV18°53.33%35.29%
CMYK0.00%37.78%53.33%
64.71%

Color #5A382A in popluar number systems.

HEX5A382A
Decimal905642
Binary1011010111000101010
Octal1327052

Shades and tints

Shades of #5A382A

#5A382A
(90,56,42)
#523327
(82,51,39)
#4A2E24
(74,46,36)
#422921
(66,41,33)
#3A241E
(58,36,30)
#321F1B
(50,31,27)
#2A1A18
(42,26,24)
#221515
(34,21,21)
#1A1012
(26,16,18)
#120B0F
(18,11,15)
#0A060C
(10,6,12)
#000000
(0,0,0)

Tints of #5A382A

#5A382A
(90,56,42)
#694A3D
(105,74,61)
#785C50
(120,92,80)
#876E63
(135,110,99)
#968076
(150,128,118)
#A59289
(165,146,137)
#B4A49C
(180,164,156)
#C3B6AF
(195,182,175)
#D2C8C2
(210,200,194)
#E1DAD5
(225,218,213)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A382A; }

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

This text font color is #5A382A.


Background Color

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

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

This div background color is #5A382A.


Border color

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

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

This div border color is #5A382A.


Opacity

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

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

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

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

This text has shadow with #5A382A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A382A on black background.


Color preview on white background

This text has color #5A382A on white background.



Black color preview on #5A382A background

This text has black color on #5A382A background.


White color preview on #5A382A background

This text has white color on #5A382A background.