COLOR #06572E

HEX: #06572E
RGB: (6,87,46)

Color info

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

RGB color model

#06572E color RGB value is (6,87,46).

  • red value is 6;
  • green value is 87;
  • blue value is 46.
RGB:
(6,87,46)
(2%,34%,18%)

RGB channels and saturation

R 6 of 255 = 2%
G 87 of 255 = 34%
B 46 of 255 = 18%

6
87
46

R + G + B ~ 18%. #06572E is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 87 + 46 = 139 (100%)
R 6 of 139 ~ 4.32%
G 87 of 139 ~ 62.59%
B 46 of 139 ~ 33.09%

%62.59
%33.09

CMYK color model

#06572E color CMYK value is (93,0,47,66).

  • cyan value is 93.10%
  • magenta value is 0.00%
  • yellow value is 47.13%
  • key color value is 65.88%
CMYK:
(93,0,47,66)
C93M0Y47K66 
(93%,0%,47%,66%)
(0.93/0.00/0.47/0.66)	

CMYK percentages

%93.1
%0
%47.13
%65.88

Codes

Color #06572E in popluar color models

06572E
RGB68746
HSL150°87.10%18.24%
HSB/HSV150°93.10%34.12%
CMYK93.10%0.00%47.13%
65.88%

Color #06572E in popluar number systems.

HEX06572E
Decimal68746
Binary1101010111101110
Octal612756

Shades and tints

Shades of #06572E

#06572E
(6,87,46)
#06502A
(6,80,42)
#064926
(6,73,38)
#064222
(6,66,34)
#063B1E
(6,59,30)
#06341A
(6,52,26)
#062D16
(6,45,22)
#062612
(6,38,18)
#061F0E
(6,31,14)
#06180A
(6,24,10)
#061106
(6,17,6)
#000000
(0,0,0)

Tints of #06572E

#06572E
(6,87,46)
#1C6641
(28,102,65)
#327554
(50,117,84)
#488467
(72,132,103)
#5E937A
(94,147,122)
#74A28D
(116,162,141)
#8AB1A0
(138,177,160)
#A0C0B3
(160,192,179)
#B6CFC6
(182,207,198)
#CCDED9
(204,222,217)
#E2EDEC
(226,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06572E color. Also use rgb(6,87,46) instead hex code.

Text Font Color

.myTextColor { color: #06572E; }

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

This text font color is #06572E.


Background Color

.myBgColor { background-color: #06572E; }

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

This div background color is #06572E.


Border color

.myBorderColor { border: 1px solid #06572E; }

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

This div border color is #06572E.


Opacity

.myOpacity80 { color: #06572E; opacity: 0.8; }

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

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

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

This text has shadow with #06572E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06572E on black background.


Color preview on white background

This text has color #06572E on white background.



Black color preview on #06572E background

This text has black color on #06572E background.


White color preview on #06572E background

This text has white color on #06572E background.