COLOR #066242

HEX: #066242
RGB: (6,98,66)

Color info

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

RGB color model

#066242 color RGB value is (6,98,66).

  • red value is 6;
  • green value is 98;
  • blue value is 66.
RGB:
(6,98,66)
(2%,38%,26%)

RGB channels and saturation

R 6 of 255 = 2%
G 98 of 255 = 38%
B 66 of 255 = 26%

6
98
66

R + G + B ~ 22%. #066242 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 98 + 66 = 170 (100%)
R 6 of 170 ~ 3.53%
G 98 of 170 ~ 57.65%
B 66 of 170 ~ 38.82%

%57.65
%38.82

CMYK color model

#066242 color CMYK value is (94,0,33,62).

  • cyan value is 93.88%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 61.57%
CMYK:
(94,0,33,62)
C94M0Y33K62 
(94%,0%,33%,62%)
(0.94/0.00/0.33/0.62)	

CMYK percentages

%93.88
%0
%32.65
%61.57

Codes

Color #066242 in popluar color models

066242
RGB69866
HSL159°88.46%20.39%
HSB/HSV159°93.88%38.43%
CMYK93.88%0.00%32.65%
61.57%

Color #066242 in popluar number systems.

HEX066242
Decimal69866
Binary11011000101000010
Octal6142102

Shades and tints

Shades of #066242

#066242
(6,98,66)
#065A3C
(6,90,60)
#065236
(6,82,54)
#064A30
(6,74,48)
#06422A
(6,66,42)
#063A24
(6,58,36)
#06321E
(6,50,30)
#062A18
(6,42,24)
#062212
(6,34,18)
#061A0C
(6,26,12)
#061206
(6,18,6)
#000000
(0,0,0)

Tints of #066242

#066242
(6,98,66)
#1C7053
(28,112,83)
#327E64
(50,126,100)
#488C75
(72,140,117)
#5E9A86
(94,154,134)
#74A897
(116,168,151)
#8AB6A8
(138,182,168)
#A0C4B9
(160,196,185)
#B6D2CA
(182,210,202)
#CCE0DB
(204,224,219)
#E2EEEC
(226,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #066242 color. Also use rgb(6,98,66) instead hex code.

Text Font Color

.myTextColor { color: #066242; }

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

This text font color is #066242.


Background Color

.myBgColor { background-color: #066242; }

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

This div background color is #066242.


Border color

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

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

This div border color is #066242.


Opacity

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

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

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

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

This text has shadow with #066242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066242 on black background.


Color preview on white background

This text has color #066242 on white background.



Black color preview on #066242 background

This text has black color on #066242 background.


White color preview on #066242 background

This text has white color on #066242 background.