COLOR #065022

HEX: #065022
RGB: (6,80,34)

Color info

#065022 contains mainly green and blue colors. Web safe color of #065022 is #006633 (or #063).

RGB color model

#065022 color RGB value is (6,80,34).

  • red value is 6;
  • green value is 80;
  • blue value is 34.
RGB:
(6,80,34)
(2%,31%,13%)

RGB channels and saturation

R 6 of 255 = 2%
G 80 of 255 = 31%
B 34 of 255 = 13%

6
80
34

R + G + B ~ 15%. #065022 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 80 + 34 = 120 (100%)
R 6 of 120 ~ 5%
G 80 of 120 ~ 66.67%
B 34 of 120 ~ 28.33%

%66.67
%28.33

CMYK color model

#065022 color CMYK value is (93,0,58,69).

  • cyan value is 92.50%
  • magenta value is 0.00%
  • yellow value is 57.50%
  • key color value is 68.63%
CMYK:
(93,0,58,69)
C93M0Y58K69 
(93%,0%,58%,69%)
(0.93/0.00/0.58/0.69)	

CMYK percentages

%92.5
%0
%57.5
%68.63

Codes

Color #065022 in popluar color models

065022
RGB68034
HSL143°86.05%16.86%
HSB/HSV143°92.50%31.37%
CMYK92.50%0.00%57.50%
68.63%

Color #065022 in popluar number systems.

HEX065022
Decimal68034
Binary1101010000100010
Octal612042

Shades and tints

Shades of #065022

#065022
(6,80,34)
#06491F
(6,73,31)
#06421C
(6,66,28)
#063B19
(6,59,25)
#063416
(6,52,22)
#062D13
(6,45,19)
#062610
(6,38,16)
#061F0D
(6,31,13)
#06180A
(6,24,10)
#061107
(6,17,7)
#060A04
(6,10,4)
#000000
(0,0,0)

Tints of #065022

#065022
(6,80,34)
#1C5F36
(28,95,54)
#326E4A
(50,110,74)
#487D5E
(72,125,94)
#5E8C72
(94,140,114)
#749B86
(116,155,134)
#8AAA9A
(138,170,154)
#A0B9AE
(160,185,174)
#B6C8C2
(182,200,194)
#CCD7D6
(204,215,214)
#E2E6EA
(226,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #065022; }

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

This text font color is #065022.


Background Color

.myBgColor { background-color: #065022; }

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

This div background color is #065022.


Border color

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

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

This div border color is #065022.


Opacity

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

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

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

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

This text has shadow with #065022 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065022 on black background.


Color preview on white background

This text has color #065022 on white background.



Black color preview on #065022 background

This text has black color on #065022 background.


White color preview on #065022 background

This text has white color on #065022 background.