COLOR #065A2C

HEX: #065A2C
RGB: (6,90,44)

Color info

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

RGB color model

#065A2C color RGB value is (6,90,44).

  • red value is 6;
  • green value is 90;
  • blue value is 44.
RGB:
(6,90,44)
(2%,35%,17%)

RGB channels and saturation

R 6 of 255 = 2%
G 90 of 255 = 35%
B 44 of 255 = 17%

6
90
44

R + G + B ~ 18%. #065A2C is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 90 + 44 = 140 (100%)
R 6 of 140 ~ 4.29%
G 90 of 140 ~ 64.29%
B 44 of 140 ~ 31.43%

%64.29
%31.43

CMYK color model

#065A2C color CMYK value is (93,0,51,65).

  • cyan value is 93.33%
  • magenta value is 0.00%
  • yellow value is 51.11%
  • key color value is 64.71%
CMYK:
(93,0,51,65)
C93M0Y51K65 
(93%,0%,51%,65%)
(0.93/0.00/0.51/0.65)	

CMYK percentages

%93.33
%0
%51.11
%64.71

Codes

Color #065A2C in popluar color models

065A2C
RGB69044
HSL147°87.50%18.82%
HSB/HSV147°93.33%35.29%
CMYK93.33%0.00%51.11%
64.71%

Color #065A2C in popluar number systems.

HEX065A2C
Decimal69044
Binary1101011010101100
Octal613254

Shades and tints

Shades of #065A2C

#065A2C
(6,90,44)
#065228
(6,82,40)
#064A24
(6,74,36)
#064220
(6,66,32)
#063A1C
(6,58,28)
#063218
(6,50,24)
#062A14
(6,42,20)
#062210
(6,34,16)
#061A0C
(6,26,12)
#061208
(6,18,8)
#060A04
(6,10,4)
#000000
(0,0,0)

Tints of #065A2C

#065A2C
(6,90,44)
#1C693F
(28,105,63)
#327852
(50,120,82)
#488765
(72,135,101)
#5E9678
(94,150,120)
#74A58B
(116,165,139)
#8AB49E
(138,180,158)
#A0C3B1
(160,195,177)
#B6D2C4
(182,210,196)
#CCE1D7
(204,225,215)
#E2F0EA
(226,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #065A2C color. Also use rgb(6,90,44) instead hex code.

Text Font Color

.myTextColor { color: #065A2C; }

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

This text font color is #065A2C.


Background Color

.myBgColor { background-color: #065A2C; }

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

This div background color is #065A2C.


Border color

.myBorderColor { border: 1px solid #065A2C; }

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

This div border color is #065A2C.


Opacity

.myOpacity80 { color: #065A2C; opacity: 0.8; }

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

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

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

This text has shadow with #065A2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065A2C on black background.


Color preview on white background

This text has color #065A2C on white background.



Black color preview on #065A2C background

This text has black color on #065A2C background.


White color preview on #065A2C background

This text has white color on #065A2C background.