COLOR #061505

HEX: #061505
RGB: (6,21,5)

Color info

#061505 contains red, green and blue colors in about the same proportion. Web safe color of #061505 is #000000 (or #000).

RGB color model

#061505 color RGB value is (6,21,5).

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

RGB channels and saturation

R 6 of 255 = 2%
G 21 of 255 = 8%
B 5 of 255 = 2%

6
21
5

R + G + B ~ 4%. #061505 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 21 + 5 = 32 (100%)
R 6 of 32 ~ 18.75%
G 21 of 32 ~ 65.63%
B 5 of 32 ~ 15.63%

%18.75
%65.63
%15.63

CMYK color model

#061505 color CMYK value is (71,0,76,92).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 76.19%
  • key color value is 91.76%
CMYK:
(71,0,76,92)
C71M0Y76K92 
(71%,0%,76%,92%)
(0.71/0.00/0.76/0.92)	

CMYK percentages

%71.43
%0
%76.19
%91.76

Codes

Color #061505 in popluar color models

061505
RGB6215
HSL116°61.54%5.10%
HSB/HSV116°76.19%8.24%
CMYK71.43%0.00%76.19%
91.76%

Color #061505 in popluar number systems.

HEX061505
Decimal6215
Binary11010101101
Octal6255

Shades and tints

Shades of #061505

#061505
(6,21,5)
#061405
(6,20,5)
#061305
(6,19,5)
#061205
(6,18,5)
#061105
(6,17,5)
#061005
(6,16,5)
#060F05
(6,15,5)
#060E05
(6,14,5)
#060D05
(6,13,5)
#060C05
(6,12,5)
#060B05
(6,11,5)
#000000
(0,0,0)

Tints of #061505

#061505
(6,21,5)
#1C2A1B
(28,42,27)
#323F31
(50,63,49)
#485447
(72,84,71)
#5E695D
(94,105,93)
#747E73
(116,126,115)
#8A9389
(138,147,137)
#A0A89F
(160,168,159)
#B6BDB5
(182,189,181)
#CCD2CB
(204,210,203)
#E2E7E1
(226,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061505; }

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

This text font color is #061505.


Background Color

.myBgColor { background-color: #061505; }

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

This div background color is #061505.


Border color

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

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

This div border color is #061505.


Opacity

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

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

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

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

This text has shadow with #061505 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061505 on black background.


Color preview on white background

This text has color #061505 on white background.



Black color preview on #061505 background

This text has black color on #061505 background.


White color preview on #061505 background

This text has white color on #061505 background.