COLOR #061E03

HEX: #061E03
RGB: (6,30,3)

Color info

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

RGB color model

#061E03 color RGB value is (6,30,3).

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

RGB channels and saturation

R 6 of 255 = 2%
G 30 of 255 = 12%
B 3 of 255 = 1%

6
30
3

R + G + B ~ 5%. #061E03 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 30 + 3 = 39 (100%)
R 6 of 39 ~ 15.38%
G 30 of 39 ~ 76.92%
B 3 of 39 ~ 7.69%

%15.38
%76.92

CMYK color model

#061E03 color CMYK value is (80,0,90,88).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 90.00%
  • key color value is 88.24%
CMYK:
(80,0,90,88)
C80M0Y90K88 
(80%,0%,90%,88%)
(0.80/0.00/0.90/0.88)	

CMYK percentages

%80
%0
%90
%88.24

Codes

Color #061E03 in popluar color models

061E03
RGB6303
HSL113°81.82%6.47%
HSB/HSV113°90.00%11.76%
CMYK80.00%0.00%90.00%
88.24%

Color #061E03 in popluar number systems.

HEX061E03
Decimal6303
Binary1101111011
Octal6363

Shades and tints

Shades of #061E03

#061E03
(6,30,3)
#061C03
(6,28,3)
#061A03
(6,26,3)
#061803
(6,24,3)
#061603
(6,22,3)
#061403
(6,20,3)
#061203
(6,18,3)
#061003
(6,16,3)
#060E03
(6,14,3)
#060C03
(6,12,3)
#060A03
(6,10,3)
#000000
(0,0,0)

Tints of #061E03

#061E03
(6,30,3)
#1C3219
(28,50,25)
#32462F
(50,70,47)
#485A45
(72,90,69)
#5E6E5B
(94,110,91)
#748271
(116,130,113)
#8A9687
(138,150,135)
#A0AA9D
(160,170,157)
#B6BEB3
(182,190,179)
#CCD2C9
(204,210,201)
#E2E6DF
(226,230,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061E03 color. Also use rgb(6,30,3) instead hex code.

Text Font Color

.myTextColor { color: #061E03; }

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

This text font color is #061E03.


Background Color

.myBgColor { background-color: #061E03; }

<div style="background-color:#061E03">Inner text</div>

This div background color is #061E03.


Border color

.myBorderColor { border: 1px solid #061E03; }

<div style="border:3px solid #061E03">Div</div>

This div border color is #061E03.


Opacity

.myOpacity80 { color: #061E03; opacity: 0.8; }

<p style="color:#061E03;opacity:0.8;">80%</p>

Text with #061E03 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 #061E03;}

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

This text has shadow with #061E03 color.

.textShadow {text-shadow: 3px 3px 1px #061E03, 3px 3px 1px red;}

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

This text has shadow with #061E03 primary color and red secondary color.


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

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

This text has shadow with #061E03 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061E03 on black background.


Color preview on white background

This text has color #061E03 on white background.



Black color preview on #061E03 background

This text has black color on #061E03 background.


White color preview on #061E03 background

This text has white color on #061E03 background.