COLOR #062141

HEX: #062141
RGB: (6,33,65)

Color info

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

RGB color model

#062141 color RGB value is (6,33,65).

  • red value is 6;
  • green value is 33;
  • blue value is 65.
RGB:
(6,33,65)
(2%,13%,25%)

RGB channels and saturation

R 6 of 255 = 2%
G 33 of 255 = 13%
B 65 of 255 = 25%

6
33
65

R + G + B ~ 13%. #062141 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 33 + 65 = 104 (100%)
R 6 of 104 ~ 5.77%
G 33 of 104 ~ 31.73%
B 65 of 104 ~ 62.5%

%31.73
%62.5

CMYK color model

#062141 color CMYK value is (91,49,0,75).

  • cyan value is 90.77%
  • magenta value is 49.23%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(91,49,0,75)
C91M49Y0K75 
(91%,49%,0%,75%)
(0.91/0.49/0.00/0.75)	

CMYK percentages

%90.77
%49.23
%0
%74.51

Codes

Color #062141 in popluar color models

062141
RGB63365
HSL213°83.10%13.92%
HSB/HSV213°90.77%25.49%
CMYK90.77%49.23%0.00%
74.51%

Color #062141 in popluar number systems.

HEX062141
Decimal63365
Binary1101000011000001
Octal641101

Shades and tints

Shades of #062141

#062141
(6,33,65)
#061E3C
(6,30,60)
#061B37
(6,27,55)
#061832
(6,24,50)
#06152D
(6,21,45)
#061228
(6,18,40)
#060F23
(6,15,35)
#060C1E
(6,12,30)
#060919
(6,9,25)
#060614
(6,6,20)
#06030F
(6,3,15)
#000000
(0,0,0)

Tints of #062141

#062141
(6,33,65)
#1C3552
(28,53,82)
#324963
(50,73,99)
#485D74
(72,93,116)
#5E7185
(94,113,133)
#748596
(116,133,150)
#8A99A7
(138,153,167)
#A0ADB8
(160,173,184)
#B6C1C9
(182,193,201)
#CCD5DA
(204,213,218)
#E2E9EB
(226,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062141 color. Also use rgb(6,33,65) instead hex code.

Text Font Color

.myTextColor { color: #062141; }

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

This text font color is #062141.


Background Color

.myBgColor { background-color: #062141; }

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

This div background color is #062141.


Border color

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

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

This div border color is #062141.


Opacity

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

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

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

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

This text has shadow with #062141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062141 on black background.


Color preview on white background

This text has color #062141 on white background.



Black color preview on #062141 background

This text has black color on #062141 background.


White color preview on #062141 background

This text has white color on #062141 background.