COLOR #064C3B

HEX: #064C3B
RGB: (6,76,59)

Color info

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

RGB color model

#064C3B color RGB value is (6,76,59).

  • red value is 6;
  • green value is 76;
  • blue value is 59.
RGB:
(6,76,59)
(2%,30%,23%)

RGB channels and saturation

R 6 of 255 = 2%
G 76 of 255 = 30%
B 59 of 255 = 23%

6
76
59

R + G + B ~ 18%. #064C3B is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 76 + 59 = 141 (100%)
R 6 of 141 ~ 4.26%
G 76 of 141 ~ 53.9%
B 59 of 141 ~ 41.84%

%53.9
%41.84

CMYK color model

#064C3B color CMYK value is (92,0,22,70).

  • cyan value is 92.11%
  • magenta value is 0.00%
  • yellow value is 22.37%
  • key color value is 70.20%
CMYK:
(92,0,22,70)
C92M0Y22K70 
(92%,0%,22%,70%)
(0.92/0.00/0.22/0.70)	

CMYK percentages

%92.11
%0
%22.37
%70.2

Codes

Color #064C3B in popluar color models

064C3B
RGB67659
HSL165°85.37%16.08%
HSB/HSV165°92.11%29.80%
CMYK92.11%0.00%22.37%
70.20%

Color #064C3B in popluar number systems.

HEX064C3B
Decimal67659
Binary1101001100111011
Octal611473

Shades and tints

Shades of #064C3B

#064C3B
(6,76,59)
#064636
(6,70,54)
#064031
(6,64,49)
#063A2C
(6,58,44)
#063427
(6,52,39)
#062E22
(6,46,34)
#06281D
(6,40,29)
#062218
(6,34,24)
#061C13
(6,28,19)
#06160E
(6,22,14)
#061009
(6,16,9)
#000000
(0,0,0)

Tints of #064C3B

#064C3B
(6,76,59)
#1C5C4C
(28,92,76)
#326C5D
(50,108,93)
#487C6E
(72,124,110)
#5E8C7F
(94,140,127)
#749C90
(116,156,144)
#8AACA1
(138,172,161)
#A0BCB2
(160,188,178)
#B6CCC3
(182,204,195)
#CCDCD4
(204,220,212)
#E2ECE5
(226,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064C3B color. Also use rgb(6,76,59) instead hex code.

Text Font Color

.myTextColor { color: #064C3B; }

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

This text font color is #064C3B.


Background Color

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

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

This div background color is #064C3B.


Border color

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

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

This div border color is #064C3B.


Opacity

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

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

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

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

This text has shadow with #064C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064C3B on black background.


Color preview on white background

This text has color #064C3B on white background.



Black color preview on #064C3B background

This text has black color on #064C3B background.


White color preview on #064C3B background

This text has white color on #064C3B background.