COLOR #065940

HEX: #065940
RGB: (6,89,64)

Color info

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

RGB color model

#065940 color RGB value is (6,89,64).

  • red value is 6;
  • green value is 89;
  • blue value is 64.
RGB:
(6,89,64)
(2%,35%,25%)

RGB channels and saturation

R 6 of 255 = 2%
G 89 of 255 = 35%
B 64 of 255 = 25%

6
89
64

R + G + B ~ 21%. #065940 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 89 + 64 = 159 (100%)
R 6 of 159 ~ 3.77%
G 89 of 159 ~ 55.97%
B 64 of 159 ~ 40.25%

%55.97
%40.25

CMYK color model

#065940 color CMYK value is (93,0,28,65).

  • cyan value is 93.26%
  • magenta value is 0.00%
  • yellow value is 28.09%
  • key color value is 65.10%
CMYK:
(93,0,28,65)
C93M0Y28K65 
(93%,0%,28%,65%)
(0.93/0.00/0.28/0.65)	

CMYK percentages

%93.26
%0
%28.09
%65.1

Codes

Color #065940 in popluar color models

065940
RGB68964
HSL162°87.37%18.63%
HSB/HSV162°93.26%34.90%
CMYK93.26%0.00%28.09%
65.10%

Color #065940 in popluar number systems.

HEX065940
Decimal68964
Binary11010110011000000
Octal6131100

Shades and tints

Shades of #065940

#065940
(6,89,64)
#06513B
(6,81,59)
#064936
(6,73,54)
#064131
(6,65,49)
#06392C
(6,57,44)
#063127
(6,49,39)
#062922
(6,41,34)
#06211D
(6,33,29)
#061918
(6,25,24)
#061113
(6,17,19)
#06090E
(6,9,14)
#000000
(0,0,0)

Tints of #065940

#065940
(6,89,64)
#1C6851
(28,104,81)
#327762
(50,119,98)
#488673
(72,134,115)
#5E9584
(94,149,132)
#74A495
(116,164,149)
#8AB3A6
(138,179,166)
#A0C2B7
(160,194,183)
#B6D1C8
(182,209,200)
#CCE0D9
(204,224,217)
#E2EFEA
(226,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #065940 color. Also use rgb(6,89,64) instead hex code.

Text Font Color

.myTextColor { color: #065940; }

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

This text font color is #065940.


Background Color

.myBgColor { background-color: #065940; }

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

This div background color is #065940.


Border color

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

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

This div border color is #065940.


Opacity

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

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

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

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

This text has shadow with #065940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065940 on black background.


Color preview on white background

This text has color #065940 on white background.



Black color preview on #065940 background

This text has black color on #065940 background.


White color preview on #065940 background

This text has white color on #065940 background.