COLOR #06442C

HEX: #06442C
RGB: (6,68,44)

Color info

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

RGB color model

#06442C color RGB value is (6,68,44).

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

RGB channels and saturation

R 6 of 255 = 2%
G 68 of 255 = 27%
B 44 of 255 = 17%

6
68
44

R + G + B ~ 15%. #06442C is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 68 + 44 = 118 (100%)
R 6 of 118 ~ 5.08%
G 68 of 118 ~ 57.63%
B 44 of 118 ~ 37.29%

%57.63
%37.29

CMYK color model

#06442C color CMYK value is (91,0,35,73).

  • cyan value is 91.18%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 73.33%
CMYK:
(91,0,35,73)
C91M0Y35K73 
(91%,0%,35%,73%)
(0.91/0.00/0.35/0.73)	

CMYK percentages

%91.18
%0
%35.29
%73.33

Codes

Color #06442C in popluar color models

06442C
RGB66844
HSL157°83.78%14.51%
HSB/HSV157°91.18%26.67%
CMYK91.18%0.00%35.29%
73.33%

Color #06442C in popluar number systems.

HEX06442C
Decimal66844
Binary1101000100101100
Octal610454

Shades and tints

Shades of #06442C

#06442C
(6,68,44)
#063E28
(6,62,40)
#063824
(6,56,36)
#063220
(6,50,32)
#062C1C
(6,44,28)
#062618
(6,38,24)
#062014
(6,32,20)
#061A10
(6,26,16)
#06140C
(6,20,12)
#060E08
(6,14,8)
#060804
(6,8,4)
#000000
(0,0,0)

Tints of #06442C

#06442C
(6,68,44)
#1C553F
(28,85,63)
#326652
(50,102,82)
#487765
(72,119,101)
#5E8878
(94,136,120)
#74998B
(116,153,139)
#8AAA9E
(138,170,158)
#A0BBB1
(160,187,177)
#B6CCC4
(182,204,196)
#CCDDD7
(204,221,215)
#E2EEEA
(226,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06442C color. Also use rgb(6,68,44) instead hex code.

Text Font Color

.myTextColor { color: #06442C; }

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

This text font color is #06442C.


Background Color

.myBgColor { background-color: #06442C; }

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

This div background color is #06442C.


Border color

.myBorderColor { border: 1px solid #06442C; }

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

This div border color is #06442C.


Opacity

.myOpacity80 { color: #06442C; opacity: 0.8; }

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

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

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

This text has shadow with #06442C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06442C on black background.


Color preview on white background

This text has color #06442C on white background.



Black color preview on #06442C background

This text has black color on #06442C background.


White color preview on #06442C background

This text has white color on #06442C background.