COLOR #06573A

HEX: #06573A
RGB: (6,87,58)

Color info

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

RGB color model

#06573A color RGB value is (6,87,58).

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

RGB channels and saturation

R 6 of 255 = 2%
G 87 of 255 = 34%
B 58 of 255 = 23%

6
87
58

R + G + B ~ 20%. #06573A is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 87 + 58 = 151 (100%)
R 6 of 151 ~ 3.97%
G 87 of 151 ~ 57.62%
B 58 of 151 ~ 38.41%

%57.62
%38.41

CMYK color model

#06573A color CMYK value is (93,0,33,66).

  • cyan value is 93.10%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 65.88%
CMYK:
(93,0,33,66)
C93M0Y33K66 
(93%,0%,33%,66%)
(0.93/0.00/0.33/0.66)	

CMYK percentages

%93.1
%0
%33.33
%65.88

Codes

Color #06573A in popluar color models

06573A
RGB68758
HSL159°87.10%18.24%
HSB/HSV159°93.10%34.12%
CMYK93.10%0.00%33.33%
65.88%

Color #06573A in popluar number systems.

HEX06573A
Decimal68758
Binary1101010111111010
Octal612772

Shades and tints

Shades of #06573A

#06573A
(6,87,58)
#065035
(6,80,53)
#064930
(6,73,48)
#06422B
(6,66,43)
#063B26
(6,59,38)
#063421
(6,52,33)
#062D1C
(6,45,28)
#062617
(6,38,23)
#061F12
(6,31,18)
#06180D
(6,24,13)
#061108
(6,17,8)
#000000
(0,0,0)

Tints of #06573A

#06573A
(6,87,58)
#1C664B
(28,102,75)
#32755C
(50,117,92)
#48846D
(72,132,109)
#5E937E
(94,147,126)
#74A28F
(116,162,143)
#8AB1A0
(138,177,160)
#A0C0B1
(160,192,177)
#B6CFC2
(182,207,194)
#CCDED3
(204,222,211)
#E2EDE4
(226,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06573A color. Also use rgb(6,87,58) instead hex code.

Text Font Color

.myTextColor { color: #06573A; }

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

This text font color is #06573A.


Background Color

.myBgColor { background-color: #06573A; }

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

This div background color is #06573A.


Border color

.myBorderColor { border: 1px solid #06573A; }

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

This div border color is #06573A.


Opacity

.myOpacity80 { color: #06573A; opacity: 0.8; }

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

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

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

This text has shadow with #06573A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06573A on black background.


Color preview on white background

This text has color #06573A on white background.



Black color preview on #06573A background

This text has black color on #06573A background.


White color preview on #06573A background

This text has white color on #06573A background.