COLOR #062512

HEX: #062512
RGB: (6,37,18)

Color info

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

RGB color model

#062512 color RGB value is (6,37,18).

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

RGB channels and saturation

R 6 of 255 = 2%
G 37 of 255 = 15%
B 18 of 255 = 7%

6
37
18

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

Portions of RGB colors in percentages

R + G + B =
6 + 37 + 18 = 61 (100%)
R 6 of 61 ~ 9.84%
G 37 of 61 ~ 60.66%
B 18 of 61 ~ 29.51%

%9.84
%60.66
%29.51

CMYK color model

#062512 color CMYK value is (84,0,51,85).

  • cyan value is 83.78%
  • magenta value is 0.00%
  • yellow value is 51.35%
  • key color value is 85.49%
CMYK:
(84,0,51,85)
C84M0Y51K85 
(84%,0%,51%,85%)
(0.84/0.00/0.51/0.85)	

CMYK percentages

%83.78
%0
%51.35
%85.49

Codes

Color #062512 in popluar color models

062512
RGB63718
HSL143°72.09%8.43%
HSB/HSV143°83.78%14.51%
CMYK83.78%0.00%51.35%
85.49%

Color #062512 in popluar number systems.

HEX062512
Decimal63718
Binary11010010110010
Octal64522

Shades and tints

Shades of #062512

#062512
(6,37,18)
#062211
(6,34,17)
#061F10
(6,31,16)
#061C0F
(6,28,15)
#06190E
(6,25,14)
#06160D
(6,22,13)
#06130C
(6,19,12)
#06100B
(6,16,11)
#060D0A
(6,13,10)
#060A09
(6,10,9)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #062512

#062512
(6,37,18)
#1C3827
(28,56,39)
#324B3C
(50,75,60)
#485E51
(72,94,81)
#5E7166
(94,113,102)
#74847B
(116,132,123)
#8A9790
(138,151,144)
#A0AAA5
(160,170,165)
#B6BDBA
(182,189,186)
#CCD0CF
(204,208,207)
#E2E3E4
(226,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062512; }

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

This text font color is #062512.


Background Color

.myBgColor { background-color: #062512; }

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

This div background color is #062512.


Border color

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

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

This div border color is #062512.


Opacity

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

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

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

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

This text has shadow with #062512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062512 on black background.


Color preview on white background

This text has color #062512 on white background.



Black color preview on #062512 background

This text has black color on #062512 background.


White color preview on #062512 background

This text has white color on #062512 background.