COLOR #062509

HEX: #062509
RGB: (6,37,9)

Color info

#062509 contains red, green and blue colors in about the same proportion. Web safe color of #062509 is #003300 (or #030).

RGB color model

#062509 color RGB value is (6,37,9).

  • red value is 6;
  • green value is 37;
  • blue value is 9.
RGB:
(6,37,9)
(2%,15%,4%)

RGB channels and saturation

R 6 of 255 = 2%
G 37 of 255 = 15%
B 9 of 255 = 4%

6
37
9

R + G + B ~ 7%. #062509 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 37 + 9 = 52 (100%)
R 6 of 52 ~ 11.54%
G 37 of 52 ~ 71.15%
B 9 of 52 ~ 17.31%

%11.54
%71.15
%17.31

CMYK color model

#062509 color CMYK value is (84,0,76,85).

  • cyan value is 83.78%
  • magenta value is 0.00%
  • yellow value is 75.68%
  • key color value is 85.49%
CMYK:
(84,0,76,85)
C84M0Y76K85 
(84%,0%,76%,85%)
(0.84/0.00/0.76/0.85)	

CMYK percentages

%83.78
%0
%75.68
%85.49

Codes

Color #062509 in popluar color models

062509
RGB6379
HSL126°72.09%8.43%
HSB/HSV126°83.78%14.51%
CMYK83.78%0.00%75.68%
85.49%

Color #062509 in popluar number systems.

HEX062509
Decimal6379
Binary1101001011001
Octal64511

Shades and tints

Shades of #062509

#062509
(6,37,9)
#062209
(6,34,9)
#061F09
(6,31,9)
#061C09
(6,28,9)
#061909
(6,25,9)
#061609
(6,22,9)
#061309
(6,19,9)
#061009
(6,16,9)
#060D09
(6,13,9)
#060A09
(6,10,9)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #062509

#062509
(6,37,9)
#1C381F
(28,56,31)
#324B35
(50,75,53)
#485E4B
(72,94,75)
#5E7161
(94,113,97)
#748477
(116,132,119)
#8A978D
(138,151,141)
#A0AAA3
(160,170,163)
#B6BDB9
(182,189,185)
#CCD0CF
(204,208,207)
#E2E3E5
(226,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062509 color. Also use rgb(6,37,9) instead hex code.

Text Font Color

.myTextColor { color: #062509; }

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

This text font color is #062509.


Background Color

.myBgColor { background-color: #062509; }

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

This div background color is #062509.


Border color

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

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

This div border color is #062509.


Opacity

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

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

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

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

This text has shadow with #062509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062509 on black background.


Color preview on white background

This text has color #062509 on white background.



Black color preview on #062509 background

This text has black color on #062509 background.


White color preview on #062509 background

This text has white color on #062509 background.