COLOR #064124

HEX: #064124
RGB: (6,65,36)

Color info

#064124 contains red, green and blue colors in about the same proportion. Web safe color of #064124 is #003333 (or #033).

RGB color model

#064124 color RGB value is (6,65,36).

  • red value is 6;
  • green value is 65;
  • blue value is 36.
RGB:
(6,65,36)
(2%,25%,14%)

RGB channels and saturation

R 6 of 255 = 2%
G 65 of 255 = 25%
B 36 of 255 = 14%

6
65
36

R + G + B ~ 14%. #064124 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 65 + 36 = 107 (100%)
R 6 of 107 ~ 5.61%
G 65 of 107 ~ 60.75%
B 36 of 107 ~ 33.64%

%60.75
%33.64

CMYK color model

#064124 color CMYK value is (91,0,45,75).

  • cyan value is 90.77%
  • magenta value is 0.00%
  • yellow value is 44.62%
  • key color value is 74.51%
CMYK:
(91,0,45,75)
C91M0Y45K75 
(91%,0%,45%,75%)
(0.91/0.00/0.45/0.75)	

CMYK percentages

%90.77
%0
%44.62
%74.51

Codes

Color #064124 in popluar color models

064124
RGB66536
HSL151°83.10%13.92%
HSB/HSV151°90.77%25.49%
CMYK90.77%0.00%44.62%
74.51%

Color #064124 in popluar number systems.

HEX064124
Decimal66536
Binary1101000001100100
Octal610144

Shades and tints

Shades of #064124

#064124
(6,65,36)
#063C21
(6,60,33)
#06371E
(6,55,30)
#06321B
(6,50,27)
#062D18
(6,45,24)
#062815
(6,40,21)
#062312
(6,35,18)
#061E0F
(6,30,15)
#06190C
(6,25,12)
#061409
(6,20,9)
#060F06
(6,15,6)
#000000
(0,0,0)

Tints of #064124

#064124
(6,65,36)
#1C5237
(28,82,55)
#32634A
(50,99,74)
#48745D
(72,116,93)
#5E8570
(94,133,112)
#749683
(116,150,131)
#8AA796
(138,167,150)
#A0B8A9
(160,184,169)
#B6C9BC
(182,201,188)
#CCDACF
(204,218,207)
#E2EBE2
(226,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064124 color. Also use rgb(6,65,36) instead hex code.

Text Font Color

.myTextColor { color: #064124; }

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

This text font color is #064124.


Background Color

.myBgColor { background-color: #064124; }

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

This div background color is #064124.


Border color

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

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

This div border color is #064124.


Opacity

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

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

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

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

This text has shadow with #064124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064124 on black background.


Color preview on white background

This text has color #064124 on white background.



Black color preview on #064124 background

This text has black color on #064124 background.


White color preview on #064124 background

This text has white color on #064124 background.