COLOR #061D36

HEX: #061D36
RGB: (6,29,54)

Color info

#061D36 contains red, green and blue colors in about the same proportion. Web safe color of #061D36 is #003333 (or #033).

RGB color model

#061D36 color RGB value is (6,29,54).

  • red value is 6;
  • green value is 29;
  • blue value is 54.
RGB:
(6,29,54)
(2%,11%,21%)

RGB channels and saturation

R 6 of 255 = 2%
G 29 of 255 = 11%
B 54 of 255 = 21%

6
29
54

R + G + B ~ 11%. #061D36 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 29 + 54 = 89 (100%)
R 6 of 89 ~ 6.74%
G 29 of 89 ~ 32.58%
B 54 of 89 ~ 60.67%

%32.58
%60.67

CMYK color model

#061D36 color CMYK value is (89,46,0,79).

  • cyan value is 88.89%
  • magenta value is 46.30%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(89,46,0,79)
C89M46Y0K79 
(89%,46%,0%,79%)
(0.89/0.46/0.00/0.79)	

CMYK percentages

%88.89
%46.3
%0
%78.82

Codes

Color #061D36 in popluar color models

061D36
RGB62954
HSL211°80.00%11.76%
HSB/HSV211°88.89%21.18%
CMYK88.89%46.30%0.00%
78.82%

Color #061D36 in popluar number systems.

HEX061D36
Decimal62954
Binary11011101110110
Octal63566

Shades and tints

Shades of #061D36

#061D36
(6,29,54)
#061B32
(6,27,50)
#06192E
(6,25,46)
#06172A
(6,23,42)
#061526
(6,21,38)
#061322
(6,19,34)
#06111E
(6,17,30)
#060F1A
(6,15,26)
#060D16
(6,13,22)
#060B12
(6,11,18)
#06090E
(6,9,14)
#000000
(0,0,0)

Tints of #061D36

#061D36
(6,29,54)
#1C3148
(28,49,72)
#32455A
(50,69,90)
#48596C
(72,89,108)
#5E6D7E
(94,109,126)
#748190
(116,129,144)
#8A95A2
(138,149,162)
#A0A9B4
(160,169,180)
#B6BDC6
(182,189,198)
#CCD1D8
(204,209,216)
#E2E5EA
(226,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061D36 color. Also use rgb(6,29,54) instead hex code.

Text Font Color

.myTextColor { color: #061D36; }

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

This text font color is #061D36.


Background Color

.myBgColor { background-color: #061D36; }

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

This div background color is #061D36.


Border color

.myBorderColor { border: 1px solid #061D36; }

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

This div border color is #061D36.


Opacity

.myOpacity80 { color: #061D36; opacity: 0.8; }

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

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

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

This text has shadow with #061D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061D36 on black background.


Color preview on white background

This text has color #061D36 on white background.



Black color preview on #061D36 background

This text has black color on #061D36 background.


White color preview on #061D36 background

This text has white color on #061D36 background.