COLOR #06513A

HEX: #06513A
RGB: (6,81,58)

Color info

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

RGB color model

#06513A color RGB value is (6,81,58).

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

RGB channels and saturation

R 6 of 255 = 2%
G 81 of 255 = 32%
B 58 of 255 = 23%

6
81
58

R + G + B ~ 19%. #06513A is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 81 + 58 = 145 (100%)
R 6 of 145 ~ 4.14%
G 81 of 145 ~ 55.86%
B 58 of 145 ~ 40%

%55.86
%40

CMYK color model

#06513A color CMYK value is (93,0,28,68).

  • cyan value is 92.59%
  • magenta value is 0.00%
  • yellow value is 28.40%
  • key color value is 68.24%
CMYK:
(93,0,28,68)
C93M0Y28K68 
(93%,0%,28%,68%)
(0.93/0.00/0.28/0.68)	

CMYK percentages

%92.59
%0
%28.4
%68.24

Codes

Color #06513A in popluar color models

06513A
RGB68158
HSL162°86.21%17.06%
HSB/HSV162°92.59%31.76%
CMYK92.59%0.00%28.40%
68.24%

Color #06513A in popluar number systems.

HEX06513A
Decimal68158
Binary1101010001111010
Octal612172

Shades and tints

Shades of #06513A

#06513A
(6,81,58)
#064A35
(6,74,53)
#064330
(6,67,48)
#063C2B
(6,60,43)
#063526
(6,53,38)
#062E21
(6,46,33)
#06271C
(6,39,28)
#062017
(6,32,23)
#061912
(6,25,18)
#06120D
(6,18,13)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #06513A

#06513A
(6,81,58)
#1C604B
(28,96,75)
#326F5C
(50,111,92)
#487E6D
(72,126,109)
#5E8D7E
(94,141,126)
#749C8F
(116,156,143)
#8AABA0
(138,171,160)
#A0BAB1
(160,186,177)
#B6C9C2
(182,201,194)
#CCD8D3
(204,216,211)
#E2E7E4
(226,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06513A; }

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

This text font color is #06513A.


Background Color

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

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

This div background color is #06513A.


Border color

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

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

This div border color is #06513A.


Opacity

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

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

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

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

This text has shadow with #06513A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06513A on black background.


Color preview on white background

This text has color #06513A on white background.



Black color preview on #06513A background

This text has black color on #06513A background.


White color preview on #06513A background

This text has white color on #06513A background.