COLOR #5A3438

HEX: #5A3438
RGB: (90,52,56)

Color info

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

RGB color model

#5A3438 color RGB value is (90,52,56).

  • red value is 90;
  • green value is 52;
  • blue value is 56.
RGB:
(90,52,56)
(35%,20%,22%)

RGB channels and saturation

R 90 of 255 = 35%
G 52 of 255 = 20%
B 56 of 255 = 22%

90
52
56

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

Portions of RGB colors in percentages

R + G + B =
90 + 52 + 56 = 198 (100%)
R 90 of 198 ~ 45.45%
G 52 of 198 ~ 26.26%
B 56 of 198 ~ 28.28%

%45.45
%26.26
%28.28

CMYK color model

#5A3438 color CMYK value is (0,42,38,65).

  • cyan value is 0.00%
  • magenta value is 42.22%
  • yellow value is 37.78%
  • key color value is 64.71%
CMYK:
(0,42,38,65)
C0M42Y38K65 
(0%,42%,38%,65%)
(0.00/0.42/0.38/0.65)	

CMYK percentages

%0
%42.22
%37.78
%64.71

Codes

Color #5A3438 in popluar color models

5A3438
RGB905256
HSL354°26.76%27.84%
HSB/HSV354°42.22%35.29%
CMYK0.00%42.22%37.78%
64.71%

Color #5A3438 in popluar number systems.

HEX5A3438
Decimal905256
Binary1011010110100111000
Octal1326470

Shades and tints

Shades of #5A3438

#5A3438
(90,52,56)
#523033
(82,48,51)
#4A2C2E
(74,44,46)
#422829
(66,40,41)
#3A2424
(58,36,36)
#32201F
(50,32,31)
#2A1C1A
(42,28,26)
#221815
(34,24,21)
#1A1410
(26,20,16)
#12100B
(18,16,11)
#0A0C06
(10,12,6)
#000000
(0,0,0)

Tints of #5A3438

#5A3438
(90,52,56)
#69464A
(105,70,74)
#78585C
(120,88,92)
#876A6E
(135,106,110)
#967C80
(150,124,128)
#A58E92
(165,142,146)
#B4A0A4
(180,160,164)
#C3B2B6
(195,178,182)
#D2C4C8
(210,196,200)
#E1D6DA
(225,214,218)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3438; }

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

This text font color is #5A3438.


Background Color

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

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

This div background color is #5A3438.


Border color

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

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

This div border color is #5A3438.


Opacity

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

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

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

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

This text has shadow with #5A3438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3438 on black background.


Color preview on white background

This text has color #5A3438 on white background.



Black color preview on #5A3438 background

This text has black color on #5A3438 background.


White color preview on #5A3438 background

This text has white color on #5A3438 background.