COLOR #5A433F

HEX: #5A433F
RGB: (90,67,63)

Color info

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

RGB color model

#5A433F color RGB value is (90,67,63).

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

RGB channels and saturation

R 90 of 255 = 35%
G 67 of 255 = 26%
B 63 of 255 = 25%

90
67
63

R + G + B ~ 29%. #5A433F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 67 + 63 = 220 (100%)
R 90 of 220 ~ 40.91%
G 67 of 220 ~ 30.45%
B 63 of 220 ~ 28.64%

%40.91
%30.45
%28.64

CMYK color model

#5A433F color CMYK value is (0,26,30,65).

  • cyan value is 0.00%
  • magenta value is 25.56%
  • yellow value is 30.00%
  • key color value is 64.71%
CMYK:
(0,26,30,65)
C0M26Y30K65 
(0%,26%,30%,65%)
(0.00/0.26/0.30/0.65)	

CMYK percentages

%0
%25.56
%30
%64.71

Codes

Color #5A433F in popluar color models

5A433F
RGB906763
HSL17.65%30.00%
HSB/HSV30.00%35.29%
CMYK0.00%25.56%30.00%
64.71%

Color #5A433F in popluar number systems.

HEX5A433F
Decimal906763
Binary10110101000011111111
Octal13210377

Shades and tints

Shades of #5A433F

#5A433F
(90,67,63)
#523D3A
(82,61,58)
#4A3735
(74,55,53)
#423130
(66,49,48)
#3A2B2B
(58,43,43)
#322526
(50,37,38)
#2A1F21
(42,31,33)
#22191C
(34,25,28)
#1A1317
(26,19,23)
#120D12
(18,13,18)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #5A433F

#5A433F
(90,67,63)
#695450
(105,84,80)
#786561
(120,101,97)
#877672
(135,118,114)
#968783
(150,135,131)
#A59894
(165,152,148)
#B4A9A5
(180,169,165)
#C3BAB6
(195,186,182)
#D2CBC7
(210,203,199)
#E1DCD8
(225,220,216)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A433F; }

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

This text font color is #5A433F.


Background Color

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

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

This div background color is #5A433F.


Border color

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

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

This div border color is #5A433F.


Opacity

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

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

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

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

This text has shadow with #5A433F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A433F on black background.


Color preview on white background

This text has color #5A433F on white background.



Black color preview on #5A433F background

This text has black color on #5A433F background.


White color preview on #5A433F background

This text has white color on #5A433F background.