COLOR #064A32

HEX: #064A32
RGB: (6,74,50)

Color info

#064A32 contains mainly green and blue colors. Web safe color of #064A32 is #003333 (or #033).

RGB color model

#064A32 color RGB value is (6,74,50).

  • red value is 6;
  • green value is 74;
  • blue value is 50.
RGB:
(6,74,50)
(2%,29%,20%)

RGB channels and saturation

R 6 of 255 = 2%
G 74 of 255 = 29%
B 50 of 255 = 20%

6
74
50

R + G + B ~ 17%. #064A32 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 74 + 50 = 130 (100%)
R 6 of 130 ~ 4.62%
G 74 of 130 ~ 56.92%
B 50 of 130 ~ 38.46%

%56.92
%38.46

CMYK color model

#064A32 color CMYK value is (92,0,32,71).

  • cyan value is 91.89%
  • magenta value is 0.00%
  • yellow value is 32.43%
  • key color value is 70.98%
CMYK:
(92,0,32,71)
C92M0Y32K71 
(92%,0%,32%,71%)
(0.92/0.00/0.32/0.71)	

CMYK percentages

%91.89
%0
%32.43
%70.98

Codes

Color #064A32 in popluar color models

064A32
RGB67450
HSL159°85.00%15.69%
HSB/HSV159°91.89%29.02%
CMYK91.89%0.00%32.43%
70.98%

Color #064A32 in popluar number systems.

HEX064A32
Decimal67450
Binary1101001010110010
Octal611262

Shades and tints

Shades of #064A32

#064A32
(6,74,50)
#06442E
(6,68,46)
#063E2A
(6,62,42)
#063826
(6,56,38)
#063222
(6,50,34)
#062C1E
(6,44,30)
#06261A
(6,38,26)
#062016
(6,32,22)
#061A12
(6,26,18)
#06140E
(6,20,14)
#060E0A
(6,14,10)
#000000
(0,0,0)

Tints of #064A32

#064A32
(6,74,50)
#1C5A44
(28,90,68)
#326A56
(50,106,86)
#487A68
(72,122,104)
#5E8A7A
(94,138,122)
#749A8C
(116,154,140)
#8AAA9E
(138,170,158)
#A0BAB0
(160,186,176)
#B6CAC2
(182,202,194)
#CCDAD4
(204,218,212)
#E2EAE6
(226,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064A32 color. Also use rgb(6,74,50) instead hex code.

Text Font Color

.myTextColor { color: #064A32; }

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

This text font color is #064A32.


Background Color

.myBgColor { background-color: #064A32; }

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

This div background color is #064A32.


Border color

.myBorderColor { border: 1px solid #064A32; }

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

This div border color is #064A32.


Opacity

.myOpacity80 { color: #064A32; opacity: 0.8; }

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

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

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

This text has shadow with #064A32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064A32 on black background.


Color preview on white background

This text has color #064A32 on white background.



Black color preview on #064A32 background

This text has black color on #064A32 background.


White color preview on #064A32 background

This text has white color on #064A32 background.