COLOR #061323

HEX: #061323
RGB: (6,19,35)

Color info

#061323 contains red, green and blue colors in about the same proportion. Web safe color of #061323 is #000033 (or #003).

RGB color model

#061323 color RGB value is (6,19,35).

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

RGB channels and saturation

R 6 of 255 = 2%
G 19 of 255 = 7%
B 35 of 255 = 14%

6
19
35

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

Portions of RGB colors in percentages

R + G + B =
6 + 19 + 35 = 60 (100%)
R 6 of 60 ~ 10%
G 19 of 60 ~ 31.67%
B 35 of 60 ~ 58.33%

%10
%31.67
%58.33

CMYK color model

#061323 color CMYK value is (83,46,0,86).

  • cyan value is 82.86%
  • magenta value is 45.71%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(83,46,0,86)
C83M46Y0K86 
(83%,46%,0%,86%)
(0.83/0.46/0.00/0.86)	

CMYK percentages

%82.86
%45.71
%0
%86.27

Codes

Color #061323 in popluar color models

061323
RGB61935
HSL213°70.73%8.04%
HSB/HSV213°82.86%13.73%
CMYK82.86%45.71%0.00%
86.27%

Color #061323 in popluar number systems.

HEX061323
Decimal61935
Binary11010011100011
Octal62343

Shades and tints

Shades of #061323

#061323
(6,19,35)
#061220
(6,18,32)
#06111D
(6,17,29)
#06101A
(6,16,26)
#060F17
(6,15,23)
#060E14
(6,14,20)
#060D11
(6,13,17)
#060C0E
(6,12,14)
#060B0B
(6,11,11)
#060A08
(6,10,8)
#060905
(6,9,5)
#000000
(0,0,0)

Tints of #061323

#061323
(6,19,35)
#1C2837
(28,40,55)
#323D4B
(50,61,75)
#48525F
(72,82,95)
#5E6773
(94,103,115)
#747C87
(116,124,135)
#8A919B
(138,145,155)
#A0A6AF
(160,166,175)
#B6BBC3
(182,187,195)
#CCD0D7
(204,208,215)
#E2E5EB
(226,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061323; }

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

This text font color is #061323.


Background Color

.myBgColor { background-color: #061323; }

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

This div background color is #061323.


Border color

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

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

This div border color is #061323.


Opacity

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

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

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

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

This text has shadow with #061323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061323 on black background.


Color preview on white background

This text has color #061323 on white background.



Black color preview on #061323 background

This text has black color on #061323 background.


White color preview on #061323 background

This text has white color on #061323 background.