COLOR #5A3741

HEX: #5A3741
RGB: (90,55,65)

Color info

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

RGB color model

#5A3741 color RGB value is (90,55,65).

  • red value is 90;
  • green value is 55;
  • blue value is 65.
RGB:
(90,55,65)
(35%,22%,25%)

RGB channels and saturation

R 90 of 255 = 35%
G 55 of 255 = 22%
B 65 of 255 = 25%

90
55
65

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

Portions of RGB colors in percentages

R + G + B =
90 + 55 + 65 = 210 (100%)
R 90 of 210 ~ 42.86%
G 55 of 210 ~ 26.19%
B 65 of 210 ~ 30.95%

%42.86
%26.19
%30.95

CMYK color model

#5A3741 color CMYK value is (0,39,28,65).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 27.78%
  • key color value is 64.71%
CMYK:
(0,39,28,65)
C0M39Y28K65 
(0%,39%,28%,65%)
(0.00/0.39/0.28/0.65)	

CMYK percentages

%0
%38.89
%27.78
%64.71

Codes

Color #5A3741 in popluar color models

5A3741
RGB905565
HSL343°24.14%28.43%
HSB/HSV343°38.89%35.29%
CMYK0.00%38.89%27.78%
64.71%

Color #5A3741 in popluar number systems.

HEX5A3741
Decimal905565
Binary10110101101111000001
Octal13267101

Shades and tints

Shades of #5A3741

#5A3741
(90,55,65)
#52323C
(82,50,60)
#4A2D37
(74,45,55)
#422832
(66,40,50)
#3A232D
(58,35,45)
#321E28
(50,30,40)
#2A1923
(42,25,35)
#22141E
(34,20,30)
#1A0F19
(26,15,25)
#120A14
(18,10,20)
#0A050F
(10,5,15)
#000000
(0,0,0)

Tints of #5A3741

#5A3741
(90,55,65)
#694952
(105,73,82)
#785B63
(120,91,99)
#876D74
(135,109,116)
#967F85
(150,127,133)
#A59196
(165,145,150)
#B4A3A7
(180,163,167)
#C3B5B8
(195,181,184)
#D2C7C9
(210,199,201)
#E1D9DA
(225,217,218)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3741; }

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

This text font color is #5A3741.


Background Color

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

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

This div background color is #5A3741.


Border color

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

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

This div border color is #5A3741.


Opacity

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

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

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

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

This text has shadow with #5A3741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3741 on black background.


Color preview on white background

This text has color #5A3741 on white background.



Black color preview on #5A3741 background

This text has black color on #5A3741 background.


White color preview on #5A3741 background

This text has white color on #5A3741 background.