COLOR #5A5303

HEX: #5A5303
RGB: (90,83,3)

Color info

#5A5303 contains mainly red and green colors. Web safe color of #5A5303 is #666600 (or #660).

RGB color model

#5A5303 color RGB value is (90,83,3).

  • red value is 90;
  • green value is 83;
  • blue value is 3.
RGB:
(90,83,3)
(35%,33%,1%)

RGB channels and saturation

R 90 of 255 = 35%
G 83 of 255 = 33%
B 3 of 255 = 1%

90
83
3

R + G + B ~ 23%. #5A5303 is dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 83 + 3 = 176 (100%)
R 90 of 176 ~ 51.14%
G 83 of 176 ~ 47.16%
B 3 of 176 ~ 1.7%

%51.14
%47.16

CMYK color model

#5A5303 color CMYK value is (0,8,97,65).

  • cyan value is 0.00%
  • magenta value is 7.78%
  • yellow value is 96.67%
  • key color value is 64.71%
CMYK:
(0,8,97,65)
C0M8Y97K65 
(0%,8%,97%,65%)
(0.00/0.08/0.97/0.65)	

CMYK percentages

%0
%7.78
%96.67
%64.71

Codes

Color #5A5303 in popluar color models

5A5303
RGB90833
HSL55°93.55%18.24%
HSB/HSV55°96.67%35.29%
CMYK0.00%7.78%96.67%
64.71%

Color #5A5303 in popluar number systems.

HEX5A5303
Decimal90833
Binary1011010101001111
Octal1321233

Shades and tints

Shades of #5A5303

#5A5303
(90,83,3)
#524C03
(82,76,3)
#4A4503
(74,69,3)
#423E03
(66,62,3)
#3A3703
(58,55,3)
#323003
(50,48,3)
#2A2903
(42,41,3)
#222203
(34,34,3)
#1A1B03
(26,27,3)
#121403
(18,20,3)
#0A0D03
(10,13,3)
#000000
(0,0,0)

Tints of #5A5303

#5A5303
(90,83,3)
#696219
(105,98,25)
#78712F
(120,113,47)
#878045
(135,128,69)
#968F5B
(150,143,91)
#A59E71
(165,158,113)
#B4AD87
(180,173,135)
#C3BC9D
(195,188,157)
#D2CBB3
(210,203,179)
#E1DAC9
(225,218,201)
#F0E9DF
(240,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5303 color. Also use rgb(90,83,3) instead hex code.

Text Font Color

.myTextColor { color: #5A5303; }

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

This text font color is #5A5303.


Background Color

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

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

This div background color is #5A5303.


Border color

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

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

This div border color is #5A5303.


Opacity

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

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

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

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

This text has shadow with #5A5303 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5303 on black background.


Color preview on white background

This text has color #5A5303 on white background.



Black color preview on #5A5303 background

This text has black color on #5A5303 background.


White color preview on #5A5303 background

This text has white color on #5A5303 background.