COLOR #062138

HEX: #062138
RGB: (6,33,56)

Color info

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

RGB color model

#062138 color RGB value is (6,33,56).

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

RGB channels and saturation

R 6 of 255 = 2%
G 33 of 255 = 13%
B 56 of 255 = 22%

6
33
56

R + G + B ~ 12%. #062138 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 33 + 56 = 95 (100%)
R 6 of 95 ~ 6.32%
G 33 of 95 ~ 34.74%
B 56 of 95 ~ 58.95%

%34.74
%58.95

CMYK color model

#062138 color CMYK value is (89,41,0,78).

  • cyan value is 89.29%
  • magenta value is 41.07%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(89,41,0,78)
C89M41Y0K78 
(89%,41%,0%,78%)
(0.89/0.41/0.00/0.78)	

CMYK percentages

%89.29
%41.07
%0
%78.04

Codes

Color #062138 in popluar color models

062138
RGB63356
HSL208°80.65%12.16%
HSB/HSV208°89.29%21.96%
CMYK89.29%41.07%0.00%
78.04%

Color #062138 in popluar number systems.

HEX062138
Decimal63356
Binary110100001111000
Octal64170

Shades and tints

Shades of #062138

#062138
(6,33,56)
#061E33
(6,30,51)
#061B2E
(6,27,46)
#061829
(6,24,41)
#061524
(6,21,36)
#06121F
(6,18,31)
#060F1A
(6,15,26)
#060C15
(6,12,21)
#060910
(6,9,16)
#06060B
(6,6,11)
#060306
(6,3,6)
#000000
(0,0,0)

Tints of #062138

#062138
(6,33,56)
#1C354A
(28,53,74)
#32495C
(50,73,92)
#485D6E
(72,93,110)
#5E7180
(94,113,128)
#748592
(116,133,146)
#8A99A4
(138,153,164)
#A0ADB6
(160,173,182)
#B6C1C8
(182,193,200)
#CCD5DA
(204,213,218)
#E2E9EC
(226,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062138; }

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

This text font color is #062138.


Background Color

.myBgColor { background-color: #062138; }

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

This div background color is #062138.


Border color

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

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

This div border color is #062138.


Opacity

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

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

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

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

This text has shadow with #062138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062138 on black background.


Color preview on white background

This text has color #062138 on white background.



Black color preview on #062138 background

This text has black color on #062138 background.


White color preview on #062138 background

This text has white color on #062138 background.