COLOR #5A2727

HEX: #5A2727
RGB: (90,39,39)

Color info

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

RGB color model

#5A2727 color RGB value is (90,39,39).

  • red value is 90;
  • green value is 39;
  • blue value is 39.
RGB:
(90,39,39)
(35%,15%,15%)

RGB channels and saturation

R 90 of 255 = 35%
G 39 of 255 = 15%
B 39 of 255 = 15%

90
39
39

R + G + B ~ 22%. #5A2727 is dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 39 + 39 = 168 (100%)
R 90 of 168 ~ 53.57%
G 39 of 168 ~ 23.21%
B 39 of 168 ~ 23.21%

%53.57
%23.21
%23.21

CMYK color model

#5A2727 color CMYK value is (0,57,57,65).

  • cyan value is 0.00%
  • magenta value is 56.67%
  • yellow value is 56.67%
  • key color value is 64.71%
CMYK:
(0,57,57,65)
C0M57Y57K65 
(0%,57%,57%,65%)
(0.00/0.57/0.57/0.65)	

CMYK percentages

%0
%56.67
%56.67
%64.71

Codes

Color #5A2727 in popluar color models

5A2727
RGB903939
HSL39.53%25.29%
HSB/HSV56.67%35.29%
CMYK0.00%56.67%56.67%
64.71%

Color #5A2727 in popluar number systems.

HEX5A2727
Decimal903939
Binary1011010100111100111
Octal1324747

Shades and tints

Shades of #5A2727

#5A2727
(90,39,39)
#522424
(82,36,36)
#4A2121
(74,33,33)
#421E1E
(66,30,30)
#3A1B1B
(58,27,27)
#321818
(50,24,24)
#2A1515
(42,21,21)
#221212
(34,18,18)
#1A0F0F
(26,15,15)
#120C0C
(18,12,12)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #5A2727

#5A2727
(90,39,39)
#693A3A
(105,58,58)
#784D4D
(120,77,77)
#876060
(135,96,96)
#967373
(150,115,115)
#A58686
(165,134,134)
#B49999
(180,153,153)
#C3ACAC
(195,172,172)
#D2BFBF
(210,191,191)
#E1D2D2
(225,210,210)
#F0E5E5
(240,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A2727; }

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

This text font color is #5A2727.


Background Color

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

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

This div background color is #5A2727.


Border color

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

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

This div border color is #5A2727.


Opacity

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

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

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

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

This text has shadow with #5A2727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A2727 on black background.


Color preview on white background

This text has color #5A2727 on white background.



Black color preview on #5A2727 background

This text has black color on #5A2727 background.


White color preview on #5A2727 background

This text has white color on #5A2727 background.