COLOR #062913

HEX: #062913
RGB: (6,41,19)

Color info

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

RGB color model

#062913 color RGB value is (6,41,19).

  • red value is 6;
  • green value is 41;
  • blue value is 19.
RGB:
(6,41,19)
(2%,16%,7%)

RGB channels and saturation

R 6 of 255 = 2%
G 41 of 255 = 16%
B 19 of 255 = 7%

6
41
19

R + G + B ~ 8%. #062913 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 41 + 19 = 66 (100%)
R 6 of 66 ~ 9.09%
G 41 of 66 ~ 62.12%
B 19 of 66 ~ 28.79%

%62.12
%28.79

CMYK color model

#062913 color CMYK value is (85,0,54,84).

  • cyan value is 85.37%
  • magenta value is 0.00%
  • yellow value is 53.66%
  • key color value is 83.92%
CMYK:
(85,0,54,84)
C85M0Y54K84 
(85%,0%,54%,84%)
(0.85/0.00/0.54/0.84)	

CMYK percentages

%85.37
%0
%53.66
%83.92

Codes

Color #062913 in popluar color models

062913
RGB64119
HSL142°74.47%9.22%
HSB/HSV142°85.37%16.08%
CMYK85.37%0.00%53.66%
83.92%

Color #062913 in popluar number systems.

HEX062913
Decimal64119
Binary11010100110011
Octal65123

Shades and tints

Shades of #062913

#062913
(6,41,19)
#062612
(6,38,18)
#062311
(6,35,17)
#062010
(6,32,16)
#061D0F
(6,29,15)
#061A0E
(6,26,14)
#06170D
(6,23,13)
#06140C
(6,20,12)
#06110B
(6,17,11)
#060E0A
(6,14,10)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #062913

#062913
(6,41,19)
#1C3C28
(28,60,40)
#324F3D
(50,79,61)
#486252
(72,98,82)
#5E7567
(94,117,103)
#74887C
(116,136,124)
#8A9B91
(138,155,145)
#A0AEA6
(160,174,166)
#B6C1BB
(182,193,187)
#CCD4D0
(204,212,208)
#E2E7E5
(226,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062913 color. Also use rgb(6,41,19) instead hex code.

Text Font Color

.myTextColor { color: #062913; }

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

This text font color is #062913.


Background Color

.myBgColor { background-color: #062913; }

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

This div background color is #062913.


Border color

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

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

This div border color is #062913.


Opacity

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

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

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

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

This text has shadow with #062913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062913 on black background.


Color preview on white background

This text has color #062913 on white background.



Black color preview on #062913 background

This text has black color on #062913 background.


White color preview on #062913 background

This text has white color on #062913 background.