COLOR #063002

HEX: #063002 RGB: (6,48,2)

Color info

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

RGB color model

#063002 color RGB value is (6,48,2).

RGB: (6,48,2) (2%, 19%, 1%)

RGB channels and saturation

R 6 of 255 = 2%
G 48 of 255 = 19%
B 2 of 255 = 1%

6
48
2

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

Portions of RGB colors in percentages

R + G + B = 6 + 48 + 2 = 56 (100%)
R 6 of 56 ~ 10.71%
G 48 of 56 ~ 85.71%
B 2 of 56 ~ 3.57'%

%10.71
%85.71

CMYK color model

#063002 color CMYK value is (88,0,96,81).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 95.83%
  • key color value is 81.18%
CMYK: (88,0,96,81) C88M0Y96K81 (88%,0%,96%,81%) (0.88/0.00/0.96/0.81) 

CMYK percentages

%87.5
%0
%95.83
%81.18

Codes

Color #063002 in popluar color models

06 30 02
RGB 6 48 2
HSL 115° 92.00% 9.80%
HSB/HSV 115° 95.83% 18.82%
CMYK 87.50% 0.00% 95.83%
81.18%

Color #063002 in popluar number systems.

HEX 06 30 02
Decimal 6 48 2
Binary 110 110000 10
Octal 6 60 2

Shades and tints

Shades of #063002

#063002
(6,48,2)
#062C02
(6,44,2)
#062802
(6,40,2)
#062402
(6,36,2)
#062002
(6,32,2)
#061C02
(6,28,2)
#061802
(6,24,2)
#061402
(6,20,2)
#061002
(6,16,2)
#060C02
(6,12,2)
#060802
(6,8,2)
#000000
(0,0,0)

Tints of #063002

#063002
(6,48,2)
#1C4219
(28,66,25)
#325430
(50,84,48)
#486647
(72,102,71)
#5E785E
(94,120,94)
#748A75
(116,138,117)
#8A9C8C
(138,156,140)
#A0AEA3
(160,174,163)
#B6C0BA
(182,192,186)
#CCD2D1
(204,210,209)
#E2E4E8
(226,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063002; }

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

This text font color is #063002.

Background Color

.myBgColor { background-color: #063002; }

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

This div background color is #063002.

Border color

.myBorderColor { border: 1px solid #063002; }

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

This div border color is #063002.

Opacity

.myOpacity80 { color: #063002; opacity: 0.8; }

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

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

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

This text has shadow with #063002 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #063002.

Preview

Color preview on black background

This text has color #063002 on black background.


Color preview on white background

This text has color #063002 on white background.


Black color preview on #063002 background

This text has black color on #063002 background.


White color preview on #063002 background

This text has white color on #063002 background.


Related colors

Complementary color

Complementary color for #hex is #F9CFFD.


I love getcolorcode.com

Triadic colors

1 #020630 and #300206 with #063002 are triadic colors.

2 #023006 and #300602 with #063002 are triadic colors.