COLOR #065003

HEX: #065003 RGB: (6,80,3)

Color info

#065003 contains mainly green color. Web safe color of #065003 is #006600 (or #060).

RGB color model

#065003 color RGB value is (6,80,3).

RGB: (6,80,3) (2%, 31%, 1%)

RGB channels and saturation

R 6 of 255 = 2%
G 80 of 255 = 31%
B 3 of 255 = 1%

6
80
3

R + G + B ~ 11%. #065003 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 80 + 3 = 89 (100%)
R 6 of 89 ~ 6.74%
G 80 of 89 ~ 89.89%
B 3 of 89 ~ 3.37'%

%89.89

CMYK color model

#065003 color CMYK value is (93,0,96,69).

  • cyan value is 92.50%
  • magenta value is 0.00%
  • yellow value is 96.25%
  • key color value is 68.63%

CMYK: (93,0,96,69)
C93M0Y96K69 (93%, 0%, 96%, 69%)
(0.93 / 0.00 / 0.96 / 0.69)

CMYK percentages

%92.5
%0
%96.25
%68.63

Codes

Color #065003 in popluar color models

06 50 03
RGB 6 80 3
HSL 118° 92.77% 16.27%
HSB/HSV 118° 96.25% 31.37%
CMYK 92.50% 0.00% 96.25%
68.63%

Color #065003 in popluar number systems.

HEX 06 50 03
Decimal 6 80 3
Binary 110 1010000 11
Octal 6 120 3

Shades and tints

Shades of #065003

#065003
(6,80,3)
#064903
(6,73,3)
#064203
(6,66,3)
#063B03
(6,59,3)
#063403
(6,52,3)
#062D03
(6,45,3)
#062603
(6,38,3)
#061F03
(6,31,3)
#061803
(6,24,3)
#061103
(6,17,3)
#060A03
(6,10,3)
#000000
(0,0,0)

Tints of #065003

#065003
(6,80,3)
#1C5F19
(28,95,25)
#326E2F
(50,110,47)
#487D45
(72,125,69)
#5E8C5B
(94,140,91)
#749B71
(116,155,113)
#8AAA87
(138,170,135)
#A0B99D
(160,185,157)
#B6C8B3
(182,200,179)
#CCD7C9
(204,215,201)
#E2E6DF
(226,230,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #065003; }

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

This text font color is #065003.

Background Color

.myBgColor { background-color: #065003; }

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

This div background color is #065003.

Border color

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

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

This div border color is #065003.

Opacity

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

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

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

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

This text has shadow with #065003 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #065003.

Preview

Color preview on black background

This text has color #065003 on black background.


Color preview on white background

This text has color #065003 on white background.


Black color preview on #065003 background

This text has black color on #065003 background.


White color preview on #065003 background

This text has white color on #065003 background.


Related colors

Complementary color

Complementary color for #hex is #F9AFFC.


I love getcolorcode.com

Triadic colors

1 #030650 and #500306 with #065003 are triadic colors.

2 #035006 and #500603 with #065003 are triadic colors.