COLOR #5A361F

HEX: #5A361F
RGB: (90,54,31)

Color info

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

RGB color model

#5A361F color RGB value is (90,54,31).

  • red value is 90;
  • green value is 54;
  • blue value is 31.
RGB:
(90,54,31)
(35%,21%,12%)

RGB channels and saturation

R 90 of 255 = 35%
G 54 of 255 = 21%
B 31 of 255 = 12%

90
54
31

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

Portions of RGB colors in percentages

R + G + B =
90 + 54 + 31 = 175 (100%)
R 90 of 175 ~ 51.43%
G 54 of 175 ~ 30.86%
B 31 of 175 ~ 17.71%

%51.43
%30.86
%17.71

CMYK color model

#5A361F color CMYK value is (0,40,66,65).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 65.56%
  • key color value is 64.71%
CMYK:
(0,40,66,65)
C0M40Y66K65 
(0%,40%,66%,65%)
(0.00/0.40/0.66/0.65)	

CMYK percentages

%0
%40
%65.56
%64.71

Codes

Color #5A361F in popluar color models

5A361F
RGB905431
HSL23°48.76%23.73%
HSB/HSV23°65.56%35.29%
CMYK0.00%40.00%65.56%
64.71%

Color #5A361F in popluar number systems.

HEX5A361F
Decimal905431
Binary101101011011011111
Octal1326637

Shades and tints

Shades of #5A361F

#5A361F
(90,54,31)
#52321D
(82,50,29)
#4A2E1B
(74,46,27)
#422A19
(66,42,25)
#3A2617
(58,38,23)
#322215
(50,34,21)
#2A1E13
(42,30,19)
#221A11
(34,26,17)
#1A160F
(26,22,15)
#12120D
(18,18,13)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #5A361F

#5A361F
(90,54,31)
#694833
(105,72,51)
#785A47
(120,90,71)
#876C5B
(135,108,91)
#967E6F
(150,126,111)
#A59083
(165,144,131)
#B4A297
(180,162,151)
#C3B4AB
(195,180,171)
#D2C6BF
(210,198,191)
#E1D8D3
(225,216,211)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A361F color. Also use rgb(90,54,31) instead hex code.

Text Font Color

.myTextColor { color: #5A361F; }

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

This text font color is #5A361F.


Background Color

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

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

This div background color is #5A361F.


Border color

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

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

This div border color is #5A361F.


Opacity

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

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

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

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

This text has shadow with #5A361F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A361F on black background.


Color preview on white background

This text has color #5A361F on white background.



Black color preview on #5A361F background

This text has black color on #5A361F background.


White color preview on #5A361F background

This text has white color on #5A361F background.