COLOR #063B02

HEX: #063B02 RGB: (6,59,2)

Color info

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

RGB color model

#063B02 color RGB value is (6,59,2).

RGB: (6,59,2) (2%, 23%, 1%)

RGB channels and saturation

R 6 of 255 = 2%
G 59 of 255 = 23%
B 2 of 255 = 1%

6
59
2

R + G + B ~ 9%. #063B02 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 59 + 2 = 67 (100%)
R 6 of 67 ~ 8.96%
G 59 of 67 ~ 88.06%
B 2 of 67 ~ 2.99'%

%88.06

CMYK color model

#063B02 color CMYK value is (90,0,97,77).

  • cyan value is 89.83%
  • magenta value is 0.00%
  • yellow value is 96.61%
  • key color value is 76.86%

CMYK: (90,0,97,77)
C90M0Y97K77 (90%, 0%, 97%, 77%)
(0.90 / 0.00 / 0.97 / 0.77)

CMYK percentages

%89.83
%0
%96.61
%76.86

Codes

Color #063B02 in popluar color models

06 3B 02
RGB 6 59 2
HSL 116° 93.44% 11.96%
HSB/HSV 116° 96.61% 23.14%
CMYK 89.83% 0.00% 96.61%
76.86%

Color #063B02 in popluar number systems.

HEX 06 3B 02
Decimal 6 59 2
Binary 110 111011 10
Octal 6 73 2

Shades and tints

Shades of #063B02

#063B02
(6,59,2)
#063602
(6,54,2)
#063102
(6,49,2)
#062C02
(6,44,2)
#062702
(6,39,2)
#062202
(6,34,2)
#061D02
(6,29,2)
#061802
(6,24,2)
#061302
(6,19,2)
#060E02
(6,14,2)
#060902
(6,9,2)
#000000
(0,0,0)

Tints of #063B02

#063B02
(6,59,2)
#1C4C19
(28,76,25)
#325D30
(50,93,48)
#486E47
(72,110,71)
#5E7F5E
(94,127,94)
#749075
(116,144,117)
#8AA18C
(138,161,140)
#A0B2A3
(160,178,163)
#B6C3BA
(182,195,186)
#CCD4D1
(204,212,209)
#E2E5E8
(226,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063B02 color. Also use rgb(6,59,2) instead hex code.

Text Font Color

.myTextColor { color: #063B02; }

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

This text font color is #063B02.

Background Color

.myBgColor { background-color: #063B02; }

<div style="background-color:#063B02">Inner text</div>

This div background color is #063B02.

Border color

.myBorderColor { border: 1px solid #063B02; }

<div style="border:3px solid #063B02">Div</div>

This div border color is #063B02.

Opacity

.myOpacity80 { color: #063B02; opacity: 0.8; }

<p style="color:#063B02;opacity:0.8;">80%</p>

Text with #063B02 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 #063B02;}

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

This text has shadow with #063B02 color.


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

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

This text has shadow with #063B02 primary color and red secondary color.


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

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

This text has shadow with #063B02 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #063B02.

Preview

Color preview on black background

This text has color #063B02 on black background.


Color preview on white background

This text has color #063B02 on white background.


Black color preview on #063B02 background

This text has black color on #063B02 background.


White color preview on #063B02 background

This text has white color on #063B02 background.


Related colors

Complementary color

Complementary color for #hex is #F9C4FD.


I love getcolorcode.com

Triadic colors

1 #02063B and #3B0206 with #063B02 are triadic colors.

2 #023B06 and #3B0602 with #063B02 are triadic colors.