COLOR #062015

HEX: #062015
RGB: (6,32,21)

Color info

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

RGB color model

#062015 color RGB value is (6,32,21).

  • red value is 6;
  • green value is 32;
  • blue value is 21.
RGB:
(6,32,21)
(2%,13%,8%)

RGB channels and saturation

R 6 of 255 = 2%
G 32 of 255 = 13%
B 21 of 255 = 8%

6
32
21

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

Portions of RGB colors in percentages

R + G + B =
6 + 32 + 21 = 59 (100%)
R 6 of 59 ~ 10.17%
G 32 of 59 ~ 54.24%
B 21 of 59 ~ 35.59%

%10.17
%54.24
%35.59

CMYK color model

#062015 color CMYK value is (81,0,34,87).

  • cyan value is 81.25%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 87.45%
CMYK:
(81,0,34,87)
C81M0Y34K87 
(81%,0%,34%,87%)
(0.81/0.00/0.34/0.87)	

CMYK percentages

%81.25
%0
%34.38
%87.45

Codes

Color #062015 in popluar color models

062015
RGB63221
HSL155°68.42%7.45%
HSB/HSV155°81.25%12.55%
CMYK81.25%0.00%34.38%
87.45%

Color #062015 in popluar number systems.

HEX062015
Decimal63221
Binary11010000010101
Octal64025

Shades and tints

Shades of #062015

#062015
(6,32,21)
#061E14
(6,30,20)
#061C13
(6,28,19)
#061A12
(6,26,18)
#061811
(6,24,17)
#061610
(6,22,16)
#06140F
(6,20,15)
#06120E
(6,18,14)
#06100D
(6,16,13)
#060E0C
(6,14,12)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #062015

#062015
(6,32,21)
#1C342A
(28,52,42)
#32483F
(50,72,63)
#485C54
(72,92,84)
#5E7069
(94,112,105)
#74847E
(116,132,126)
#8A9893
(138,152,147)
#A0ACA8
(160,172,168)
#B6C0BD
(182,192,189)
#CCD4D2
(204,212,210)
#E2E8E7
(226,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062015 color. Also use rgb(6,32,21) instead hex code.

Text Font Color

.myTextColor { color: #062015; }

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

This text font color is #062015.


Background Color

.myBgColor { background-color: #062015; }

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

This div background color is #062015.


Border color

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

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

This div border color is #062015.


Opacity

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

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

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

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

This text has shadow with #062015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062015 on black background.


Color preview on white background

This text has color #062015 on white background.



Black color preview on #062015 background

This text has black color on #062015 background.


White color preview on #062015 background

This text has white color on #062015 background.