COLOR #052F01

HEX: #052F01
RGB: (5,47,1)

Color info

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

RGB color model

#052F01 color RGB value is (5,47,1).

  • red value is 5;
  • green value is 47;
  • blue value is 1.
RGB:
(5,47,1)
(2%,18%,0%)

RGB channels and saturation

R 5 of 255 = 2%
G 47 of 255 = 18%
B 1 of 255 = 0%

5
47
1

R + G + B ~ 7%. #052F01 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 47 + 1 = 53 (100%)
R 5 of 53 ~ 9.43%
G 47 of 53 ~ 88.68%
B 1 of 53 ~ 1.89%

%88.68

CMYK color model

#052F01 color CMYK value is (89,0,98,82).

  • cyan value is 89.36%
  • magenta value is 0.00%
  • yellow value is 97.87%
  • key color value is 81.57%
CMYK:
(89,0,98,82)
C89M0Y98K82 
(89%,0%,98%,82%)
(0.89/0.00/0.98/0.82)	

CMYK percentages

%89.36
%0
%97.87
%81.57

Codes

Color #052F01 in popluar color models

052F01
RGB5471
HSL115°95.83%9.41%
HSB/HSV115°97.87%18.43%
CMYK89.36%0.00%97.87%
81.57%

Color #052F01 in popluar number systems.

HEX052F01
Decimal5471
Binary1011011111
Octal5571

Shades and tints

Shades of #052F01

#052F01
(5,47,1)
#052B01
(5,43,1)
#052701
(5,39,1)
#052301
(5,35,1)
#051F01
(5,31,1)
#051B01
(5,27,1)
#051701
(5,23,1)
#051301
(5,19,1)
#050F01
(5,15,1)
#050B01
(5,11,1)
#050701
(5,7,1)
#000000
(0,0,0)

Tints of #052F01

#052F01
(5,47,1)
#1B4118
(27,65,24)
#31532F
(49,83,47)
#476546
(71,101,70)
#5D775D
(93,119,93)
#738974
(115,137,116)
#899B8B
(137,155,139)
#9FADA2
(159,173,162)
#B5BFB9
(181,191,185)
#CBD1D0
(203,209,208)
#E1E3E7
(225,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052F01 color. Also use rgb(5,47,1) instead hex code.

Text Font Color

.myTextColor { color: #052F01; }

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

This text font color is #052F01.


Background Color

.myBgColor { background-color: #052F01; }

<div style="background-color:#052F01">Inner text</div>

This div background color is #052F01.


Border color

.myBorderColor { border: 1px solid #052F01; }

<div style="border:3px solid #052F01">Div</div>

This div border color is #052F01.


Opacity

.myOpacity80 { color: #052F01; opacity: 0.8; }

<p style="color:#052F01;opacity:0.8;">80%</p>

Text with #052F01 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 #052F01;}

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

This text has shadow with #052F01 color.

.textShadow {text-shadow: 3px 3px 1px #052F01, 3px 3px 1px red;}

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

This text has shadow with #052F01 primary color and red secondary color.


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

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

This text has shadow with #052F01 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052F01 on black background.


Color preview on white background

This text has color #052F01 on white background.



Black color preview on #052F01 background

This text has black color on #052F01 background.


White color preview on #052F01 background

This text has white color on #052F01 background.