COLOR #5A333F

HEX: #5A333F
RGB: (90,51,63)

Color info

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

RGB color model

#5A333F color RGB value is (90,51,63).

  • red value is 90;
  • green value is 51;
  • blue value is 63.
RGB:
(90,51,63)
(35%,20%,25%)

RGB channels and saturation

R 90 of 255 = 35%
G 51 of 255 = 20%
B 63 of 255 = 25%

90
51
63

R + G + B ~ 27%. #5A333F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 51 + 63 = 204 (100%)
R 90 of 204 ~ 44.12%
G 51 of 204 ~ 25%
B 63 of 204 ~ 30.88%

%44.12
%25
%30.88

CMYK color model

#5A333F color CMYK value is (0,43,30,65).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 30.00%
  • key color value is 64.71%
CMYK:
(0,43,30,65)
C0M43Y30K65 
(0%,43%,30%,65%)
(0.00/0.43/0.30/0.65)	

CMYK percentages

%0
%43.33
%30
%64.71

Codes

Color #5A333F in popluar color models

5A333F
RGB905163
HSL342°27.66%27.65%
HSB/HSV342°43.33%35.29%
CMYK0.00%43.33%30.00%
64.71%

Color #5A333F in popluar number systems.

HEX5A333F
Decimal905163
Binary1011010110011111111
Octal1326377

Shades and tints

Shades of #5A333F

#5A333F
(90,51,63)
#522F3A
(82,47,58)
#4A2B35
(74,43,53)
#422730
(66,39,48)
#3A232B
(58,35,43)
#321F26
(50,31,38)
#2A1B21
(42,27,33)
#22171C
(34,23,28)
#1A1317
(26,19,23)
#120F12
(18,15,18)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #5A333F

#5A333F
(90,51,63)
#694550
(105,69,80)
#785761
(120,87,97)
#876972
(135,105,114)
#967B83
(150,123,131)
#A58D94
(165,141,148)
#B49FA5
(180,159,165)
#C3B1B6
(195,177,182)
#D2C3C7
(210,195,199)
#E1D5D8
(225,213,216)
#F0E7E9
(240,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A333F; }

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

This text font color is #5A333F.


Background Color

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

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

This div background color is #5A333F.


Border color

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

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

This div border color is #5A333F.


Opacity

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

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

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

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

This text has shadow with #5A333F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A333F on black background.


Color preview on white background

This text has color #5A333F on white background.



Black color preview on #5A333F background

This text has black color on #5A333F background.


White color preview on #5A333F background

This text has white color on #5A333F background.