COLOR #062F03

HEX: #062F03
RGB: (6,47,3)

Color info

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

RGB color model

#062F03 color RGB value is (6,47,3).

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

RGB channels and saturation

R 6 of 255 = 2%
G 47 of 255 = 18%
B 3 of 255 = 1%

6
47
3

R + G + B ~ 7%. #062F03 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 47 + 3 = 56 (100%)
R 6 of 56 ~ 10.71%
G 47 of 56 ~ 83.93%
B 3 of 56 ~ 5.36%

%10.71
%83.93

CMYK color model

#062F03 color CMYK value is (87,0,94,82).

  • cyan value is 87.23%
  • magenta value is 0.00%
  • yellow value is 93.62%
  • key color value is 81.57%
CMYK:
(87,0,94,82)
C87M0Y94K82 
(87%,0%,94%,82%)
(0.87/0.00/0.94/0.82)	

CMYK percentages

%87.23
%0
%93.62
%81.57

Codes

Color #062F03 in popluar color models

062F03
RGB6473
HSL116°88.00%9.80%
HSB/HSV116°93.62%18.43%
CMYK87.23%0.00%93.62%
81.57%

Color #062F03 in popluar number systems.

HEX062F03
Decimal6473
Binary11010111111
Octal6573

Shades and tints

Shades of #062F03

#062F03
(6,47,3)
#062B03
(6,43,3)
#062703
(6,39,3)
#062303
(6,35,3)
#061F03
(6,31,3)
#061B03
(6,27,3)
#061703
(6,23,3)
#061303
(6,19,3)
#060F03
(6,15,3)
#060B03
(6,11,3)
#060703
(6,7,3)
#000000
(0,0,0)

Tints of #062F03

#062F03
(6,47,3)
#1C4119
(28,65,25)
#32532F
(50,83,47)
#486545
(72,101,69)
#5E775B
(94,119,91)
#748971
(116,137,113)
#8A9B87
(138,155,135)
#A0AD9D
(160,173,157)
#B6BFB3
(182,191,179)
#CCD1C9
(204,209,201)
#E2E3DF
(226,227,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062F03 color. Also use rgb(6,47,3) instead hex code.

Text Font Color

.myTextColor { color: #062F03; }

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

This text font color is #062F03.


Background Color

.myBgColor { background-color: #062F03; }

<div style="background-color:#062F03">Inner text</div>

This div background color is #062F03.


Border color

.myBorderColor { border: 1px solid #062F03; }

<div style="border:3px solid #062F03">Div</div>

This div border color is #062F03.


Opacity

.myOpacity80 { color: #062F03; opacity: 0.8; }

<p style="color:#062F03;opacity:0.8;">80%</p>

Text with #062F03 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 #062F03;}

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

This text has shadow with #062F03 color.

.textShadow {text-shadow: 3px 3px 1px #062F03, 3px 3px 1px red;}

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

This text has shadow with #062F03 primary color and red secondary color.


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

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

This text has shadow with #062F03 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062F03 on black background.


Color preview on white background

This text has color #062F03 on white background.



Black color preview on #062F03 background

This text has black color on #062F03 background.


White color preview on #062F03 background

This text has white color on #062F03 background.