COLOR #061A26

HEX: #061A26
RGB: (6,26,38)

Color info

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

RGB color model

#061A26 color RGB value is (6,26,38).

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

RGB channels and saturation

R 6 of 255 = 2%
G 26 of 255 = 10%
B 38 of 255 = 15%

6
26
38

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

Portions of RGB colors in percentages

R + G + B =
6 + 26 + 38 = 70 (100%)
R 6 of 70 ~ 8.57%
G 26 of 70 ~ 37.14%
B 38 of 70 ~ 54.29%

%37.14
%54.29

CMYK color model

#061A26 color CMYK value is (84,32,0,85).

  • cyan value is 84.21%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK: (84,32,0,85) C84M32Y0K85 (84%,32%,0%,85%) (0.84/0.32/0.00/0.85)

CMYK percentages

%84.21
%31.58
%0
%85.1

Codes

Color #061A26 in popluar color models

061A26
RGB62638
HSL203°72.73%8.63%
HSB/HSV203°84.21%14.90%
CMYK84.21%31.58%0.00%
85.10%

Color #061A26 in popluar number systems.

HEX061A26
Decimal62638
Binary11011010100110
Octal63246

Shades and tints

Shades of #061A26

#061A26
(6,26,38)
#061823
(6,24,35)
#061620
(6,22,32)
#06141D
(6,20,29)
#06121A
(6,18,26)
#061017
(6,16,23)
#060E14
(6,14,20)
#060C11
(6,12,17)
#060A0E
(6,10,14)
#06080B
(6,8,11)
#060608
(6,6,8)
#000000
(0,0,0)

Tints of #061A26

#061A26
(6,26,38)
#1C2E39
(28,46,57)
#32424C
(50,66,76)
#48565F
(72,86,95)
#5E6A72
(94,106,114)
#747E85
(116,126,133)
#8A9298
(138,146,152)
#A0A6AB
(160,166,171)
#B6BABE
(182,186,190)
#CCCED1
(204,206,209)
#E2E2E4
(226,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061A26; }

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

This text font color is #061A26.


Background Color

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

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

This div background color is #061A26.


Border color

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

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

This div border color is #061A26.


Opacity

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

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

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

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

This text has shadow with #061A26 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #061A26 on black background.


Color preview on white background

This text has color #061A26 on white background.



Black color preview on #061A26 background

This text has black color on #061A26 background.


White color preview on #061A26 background

This text has white color on #061A26 background.