COLOR #061B29

HEX: #061B29
RGB: (6,27,41)

Color info

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

RGB color model

#061B29 color RGB value is (6,27,41).

  • red value is 6;
  • green value is 27;
  • blue value is 41.
RGB:
(6,27,41)
(2%,11%,16%)

RGB channels and saturation

R 6 of 255 = 2%
G 27 of 255 = 11%
B 41 of 255 = 16%

6
27
41

R + G + B ~ 10%. #061B29 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 27 + 41 = 74 (100%)
R 6 of 74 ~ 8.11%
G 27 of 74 ~ 36.49%
B 41 of 74 ~ 55.41%

%36.49
%55.41

CMYK color model

#061B29 color CMYK value is (85,34,0,84).

  • cyan value is 85.37%
  • magenta value is 34.15%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(85,34,0,84)
C85M34Y0K84 
(85%,34%,0%,84%)
(0.85/0.34/0.00/0.84)	

CMYK percentages

%85.37
%34.15
%0
%83.92

Codes

Color #061B29 in popluar color models

061B29
RGB62741
HSL204°74.47%9.22%
HSB/HSV204°85.37%16.08%
CMYK85.37%34.15%0.00%
83.92%

Color #061B29 in popluar number systems.

HEX061B29
Decimal62741
Binary11011011101001
Octal63351

Shades and tints

Shades of #061B29

#061B29
(6,27,41)
#061926
(6,25,38)
#061723
(6,23,35)
#061520
(6,21,32)
#06131D
(6,19,29)
#06111A
(6,17,26)
#060F17
(6,15,23)
#060D14
(6,13,20)
#060B11
(6,11,17)
#06090E
(6,9,14)
#06070B
(6,7,11)
#000000
(0,0,0)

Tints of #061B29

#061B29
(6,27,41)
#1C2F3C
(28,47,60)
#32434F
(50,67,79)
#485762
(72,87,98)
#5E6B75
(94,107,117)
#747F88
(116,127,136)
#8A939B
(138,147,155)
#A0A7AE
(160,167,174)
#B6BBC1
(182,187,193)
#CCCFD4
(204,207,212)
#E2E3E7
(226,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061B29 color. Also use rgb(6,27,41) instead hex code.

Text Font Color

.myTextColor { color: #061B29; }

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

This text font color is #061B29.


Background Color

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

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

This div background color is #061B29.


Border color

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

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

This div border color is #061B29.


Opacity

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

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

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

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

This text has shadow with #061B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061B29 on black background.


Color preview on white background

This text has color #061B29 on white background.



Black color preview on #061B29 background

This text has black color on #061B29 background.


White color preview on #061B29 background

This text has white color on #061B29 background.