COLOR #5A3339

HEX: #5A3339 RGB: (90,51,57)

Color info

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

RGB color model

#5A3339 color RGB value is (90,51,57).

RGB: (90,51,57) (35%, 20%, 22%)

RGB channels and saturation

R 90 of 255 = 35%
G 51 of 255 = 20%
B 57 of 255 = 22%

90
51
57

R + G + B ~ 26%. #5A3339 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 51 + 57 = 198 (100%)
R 90 of 198 ~ 45.45%
G 51 of 198 ~ 25.76%
B 57 of 198 ~ 28.79'%

%45.45
%25.76
%28.79

CMYK color model

#5A3339 color CMYK value is (0,43,37,65).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 36.67%
  • key color value is 64.71%

CMYK: (0,43,37,65)
C0M43Y37K65 (0%, 43%, 37%, 65%)
(0.00 / 0.43 / 0.37 / 0.65)

CMYK percentages

%0
%43.33
%36.67
%64.71

Codes

Color #5A3339 in popluar color models

5A 33 39
RGB 90 51 57
HSL 351° 27.66% 27.65%
HSB/HSV 351° 43.33% 35.29%
CMYK 0.00% 43.33% 36.67%
64.71%

Color #5A3339 in popluar number systems.

HEX 5A 33 39
Decimal 90 51 57
Binary 1011010 110011 111001
Octal 132 63 71

Shades and tints

Shades of #5A3339

#5A3339
(90,51,57)
#522F34
(82,47,52)
#4A2B2F
(74,43,47)
#42272A
(66,39,42)
#3A2325
(58,35,37)
#321F20
(50,31,32)
#2A1B1B
(42,27,27)
#221716
(34,23,22)
#1A1311
(26,19,17)
#120F0C
(18,15,12)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #5A3339

#5A3339
(90,51,57)
#69454B
(105,69,75)
#78575D
(120,87,93)
#87696F
(135,105,111)
#967B81
(150,123,129)
#A58D93
(165,141,147)
#B49FA5
(180,159,165)
#C3B1B7
(195,177,183)
#D2C3C9
(210,195,201)
#E1D5DB
(225,213,219)
#F0E7ED
(240,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3339; }

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

This text font color is #5A3339.

Background Color

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

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

This div background color is #5A3339.

Border color

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

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

This div border color is #5A3339.

Opacity

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

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

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

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

This text has shadow with #5A3339 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A3339.

Preview

Color preview on black background

This text has color #5A3339 on black background.


Color preview on white background

This text has color #5A3339 on white background.


Black color preview on #5A3339 background

This text has black color on #5A3339 background.


White color preview on #5A3339 background

This text has white color on #5A3339 background.


Related colors

Complementary color

Complementary color for #hex is #A5CCC6.


I love getcolorcode.com

Triadic colors

1 #395A33 and #33395A with #5A3339 are triadic colors.

2 #39335A and #335A39 with #5A3339 are triadic colors.