COLOR #061305

HEX: #061305 RGB: (6,19,5)

Color info

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

RGB color model

#061305 color RGB value is (6,19,5).

RGB: (6,19,5) (2%, 7%, 2%)

RGB channels and saturation

R 6 of 255 = 2%
G 19 of 255 = 7%
B 5 of 255 = 2%

6
19
5

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

Portions of RGB colors in percentages

R + G + B = 6 + 19 + 5 = 30 (100%)
R 6 of 30 ~ 20%
G 19 of 30 ~ 63.33%
B 5 of 30 ~ 16.67'%

%20
%63.33
%16.67

CMYK color model

#061305 color CMYK value is (68,0,74,93).

  • cyan value is 68.42%
  • magenta value is 0.00%
  • yellow value is 73.68%
  • key color value is 92.55%
CMYK: (68,0,74,93) C68M0Y74K93 (68%,0%,74%,93%) (0.68/0.00/0.74/0.93) 

CMYK percentages

%68.42
%0
%73.68
%92.55

Codes

Color #061305 in popluar color models

06 13 05
RGB 6 19 5
HSL 116° 58.33% 4.71%
HSB/HSV 116° 73.68% 7.45%
CMYK 68.42% 0.00% 73.68%
92.55%

Color #061305 in popluar number systems.

HEX 06 13 05
Decimal 6 19 5
Binary 110 10011 101
Octal 6 23 5

Shades and tints

Shades of #061305

#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)
#060A05
(6,10,5)
#060905
(6,9,5)
#000000
(0,0,0)

Tints of #061305

#061305
(6,19,5)
#1C281B
(28,40,27)
#323D31
(50,61,49)
#485247
(72,82,71)
#5E675D
(94,103,93)
#747C73
(116,124,115)
#8A9189
(138,145,137)
#A0A69F
(160,166,159)
#B6BBB5
(182,187,181)
#CCD0CB
(204,208,203)
#E2E5E1
(226,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061305; }

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

This text font color is #061305.

Background Color

.myBgColor { background-color: #061305; }

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

This div background color is #061305.

Border color

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

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

This div border color is #061305.

Opacity

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

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

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

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

This text has shadow with #061305 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #061305.

Preview

Color preview on black background

This text has color #061305 on black background.


Color preview on white background

This text has color #061305 on white background.


Black color preview on #061305 background

This text has black color on #061305 background.


White color preview on #061305 background

This text has white color on #061305 background.


Related colors

Complementary color

Complementary color for #hex is #F9ECFA.


I love getcolorcode.com

Triadic colors

1 #050613 and #130506 with #061305 are triadic colors.

2 #051306 and #130605 with #061305 are triadic colors.