COLOR #061A28

HEX: #061A28
RGB: (6,26,40)

Color info

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

RGB color model

#061A28 color RGB value is (6,26,40).

  • red value is 6;
  • green value is 26;
  • blue value is 40.
RGB: (6,26,40) (2%,10%,16%)

RGB channels and saturation

R 6 of 255 = 2%
G 26 of 255 = 10%
B 40 of 255 = 16%

6
26
40

R + G + B ~ 9%. #061A28 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 26 + 40 = 72 (100%)
R 6 of 72 ~ 8.33%
G 26 of 72 ~ 36.11%
B 40 of 72 ~ 55.56%

%36.11
%55.56

CMYK color model

#061A28 color CMYK value is (85,35,0,84).

  • cyan value is 85.00%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK: (85,35,0,84) C85M35Y0K84 (85%,35%,0%,84%) (0.85/0.35/0.00/0.84)

CMYK percentages

%85
%35
%0
%84.31

Codes

Color #061A28 in popluar color models

061A28
RGB62640
HSL205°73.91%9.02%
HSB/HSV205°85.00%15.69%
CMYK85.00%35.00%0.00%
84.31%

Color #061A28 in popluar number systems.

HEX061A28
Decimal62640
Binary11011010101000
Octal63250

Shades and tints

Shades of #061A28

#061A28
(6,26,40)
#061825
(6,24,37)
#061622
(6,22,34)
#06141F
(6,20,31)
#06121C
(6,18,28)
#061019
(6,16,25)
#060E16
(6,14,22)
#060C13
(6,12,19)
#060A10
(6,10,16)
#06080D
(6,8,13)
#06060A
(6,6,10)
#000000
(0,0,0)

Tints of #061A28

#061A28
(6,26,40)
#1C2E3B
(28,46,59)
#32424E
(50,66,78)
#485661
(72,86,97)
#5E6A74
(94,106,116)
#747E87
(116,126,135)
#8A929A
(138,146,154)
#A0A6AD
(160,166,173)
#B6BAC0
(182,186,192)
#CCCED3
(204,206,211)
#E2E2E6
(226,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061A28 color. Also use rgb(6,26,40) instead hex code.

Text Font Color

.myTextColor { color: #061A28; }

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

This text font color is #061A28.


Background Color

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

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

This div background color is #061A28.


Border color

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

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

This div border color is #061A28.


Opacity

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

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

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

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

This text has shadow with #061A28 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #061A28 on black background.


Color preview on white background

This text has color #061A28 on white background.



Black color preview on #061A28 background

This text has black color on #061A28 background.


White color preview on #061A28 background

This text has white color on #061A28 background.