COLOR #053A01

HEX: #053A01 RGB: (5,58,1)

Color info

#053A01 contains red, green and blue colors in about the same proportion. Web safe color of #053A01 is #003300 (or #030).

RGB color model

#053A01 color RGB value is (5,58,1).

RGB: (5,58,1) (2%, 23%, 0%)

RGB channels and saturation

R 5 of 255 = 2%
G 58 of 255 = 23%
B 1 of 255 = 0%

5
58
1

R + G + B ~ 8%. #053A01 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 58 + 1 = 64 (100%)
R 5 of 64 ~ 7.81%
G 58 of 64 ~ 90.63%
B 1 of 64 ~ 1.56'%

%90.63

CMYK color model

#053A01 color CMYK value is (91,0,98,77).

  • cyan value is 91.38%
  • magenta value is 0.00%
  • yellow value is 98.28%
  • key color value is 77.25%

CMYK: (91,0,98,77)
C91M0Y98K77 (91%, 0%, 98%, 77%)
(0.91 / 0.00 / 0.98 / 0.77)

CMYK percentages

%91.38
%0
%98.28
%77.25

Codes

Color #053A01 in popluar color models

05 3A 01
RGB 5 58 1
HSL 116° 96.61% 11.57%
HSB/HSV 116° 98.28% 22.75%
CMYK 91.38% 0.00% 98.28%
77.25%

Color #053A01 in popluar number systems.

HEX 05 3A 01
Decimal 5 58 1
Binary 101 111010 1
Octal 5 72 1

Shades and tints

Shades of #053A01

#053A01
(5,58,1)
#053501
(5,53,1)
#053001
(5,48,1)
#052B01
(5,43,1)
#052601
(5,38,1)
#052101
(5,33,1)
#051C01
(5,28,1)
#051701
(5,23,1)
#051201
(5,18,1)
#050D01
(5,13,1)
#050801
(5,8,1)
#000000
(0,0,0)

Tints of #053A01

#053A01
(5,58,1)
#1B4B18
(27,75,24)
#315C2F
(49,92,47)
#476D46
(71,109,70)
#5D7E5D
(93,126,93)
#738F74
(115,143,116)
#89A08B
(137,160,139)
#9FB1A2
(159,177,162)
#B5C2B9
(181,194,185)
#CBD3D0
(203,211,208)
#E1E4E7
(225,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053A01 color. Also use rgb(5,58,1) instead hex code.

Text Font Color

.myTextColor { color: #053A01; }

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

This text font color is #053A01.

Background Color

.myBgColor { background-color: #053A01; }

<div style="background-color:#053A01">Inner text</div>

This div background color is #053A01.

Border color

.myBorderColor { border: 1px solid #053A01; }

<div style="border:3px solid #053A01">Div</div>

This div border color is #053A01.

Opacity

.myOpacity80 { color: #053A01; opacity: 0.8; }

<p style="color:#053A01;opacity:0.8;">80%</p>

Text with #053A01 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 #053A01;}

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

This text has shadow with #053A01 color.


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

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

This text has shadow with #053A01 primary color and red secondary color.


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

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

This text has shadow with #053A01 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #053A01.

Preview

Color preview on black background

This text has color #053A01 on black background.


Color preview on white background

This text has color #053A01 on white background.


Black color preview on #053A01 background

This text has black color on #053A01 background.


White color preview on #053A01 background

This text has white color on #053A01 background.


Related colors

Complementary color

Complementary color for #hex is #FAC5FE.


I love getcolorcode.com

Triadic colors

1 #01053A and #3A0105 with #053A01 are triadic colors.

2 #013A05 and #3A0501 with #053A01 are triadic colors.