COLOR #065303

HEX: #065303
RGB: (6,83,3)

Color info

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

RGB color model

#065303 color RGB value is (6,83,3).

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

RGB channels and saturation

R 6 of 255 = 2%
G 83 of 255 = 33%
B 3 of 255 = 1%

6
83
3

R + G + B ~ 12%. #065303 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 83 + 3 = 92 (100%)
R 6 of 92 ~ 6.52%
G 83 of 92 ~ 90.22%
B 3 of 92 ~ 3.26%

%90.22

CMYK color model

#065303 color CMYK value is (93,0,96,67).

  • cyan value is 92.77%
  • magenta value is 0.00%
  • yellow value is 96.39%
  • key color value is 67.45%
CMYK:
(93,0,96,67)
C93M0Y96K67 
(93%,0%,96%,67%)
(0.93/0.00/0.96/0.67)	

CMYK percentages

%92.77
%0
%96.39
%67.45

Codes

Color #065303 in popluar color models

065303
RGB6833
HSL118°93.02%16.86%
HSB/HSV118°96.39%32.55%
CMYK92.77%0.00%96.39%
67.45%

Color #065303 in popluar number systems.

HEX065303
Decimal6833
Binary110101001111
Octal61233

Shades and tints

Shades of #065303

#065303
(6,83,3)
#064C03
(6,76,3)
#064503
(6,69,3)
#063E03
(6,62,3)
#063703
(6,55,3)
#063003
(6,48,3)
#062903
(6,41,3)
#062203
(6,34,3)
#061B03
(6,27,3)
#061403
(6,20,3)
#060D03
(6,13,3)
#000000
(0,0,0)

Tints of #065303

#065303
(6,83,3)
#1C6219
(28,98,25)
#32712F
(50,113,47)
#488045
(72,128,69)
#5E8F5B
(94,143,91)
#749E71
(116,158,113)
#8AAD87
(138,173,135)
#A0BC9D
(160,188,157)
#B6CBB3
(182,203,179)
#CCDAC9
(204,218,201)
#E2E9DF
(226,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #065303; }

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

This text font color is #065303.


Background Color

.myBgColor { background-color: #065303; }

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

This div background color is #065303.


Border color

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

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

This div border color is #065303.


Opacity

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

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

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

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

This text has shadow with #065303 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065303 on black background.


Color preview on white background

This text has color #065303 on white background.



Black color preview on #065303 background

This text has black color on #065303 background.


White color preview on #065303 background

This text has white color on #065303 background.