COLOR #062838

HEX: #062838
RGB: (6,40,56)

Color info

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

RGB color model

#062838 color RGB value is (6,40,56).

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

RGB channels and saturation

R 6 of 255 = 2%
G 40 of 255 = 16%
B 56 of 255 = 22%

6
40
56

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

Portions of RGB colors in percentages

R + G + B =
6 + 40 + 56 = 102 (100%)
R 6 of 102 ~ 5.88%
G 40 of 102 ~ 39.22%
B 56 of 102 ~ 54.9%

%39.22
%54.9

CMYK color model

#062838 color CMYK value is (89,29,0,78).

  • cyan value is 89.29%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(89,29,0,78)
C89M29Y0K78 
(89%,29%,0%,78%)
(0.89/0.29/0.00/0.78)	

CMYK percentages

%89.29
%28.57
%0
%78.04

Codes

Color #062838 in popluar color models

062838
RGB64056
HSL199°80.65%12.16%
HSB/HSV199°89.29%21.96%
CMYK89.29%28.57%0.00%
78.04%

Color #062838 in popluar number systems.

HEX062838
Decimal64056
Binary110101000111000
Octal65070

Shades and tints

Shades of #062838

#062838
(6,40,56)
#062533
(6,37,51)
#06222E
(6,34,46)
#061F29
(6,31,41)
#061C24
(6,28,36)
#06191F
(6,25,31)
#06161A
(6,22,26)
#061315
(6,19,21)
#061010
(6,16,16)
#060D0B
(6,13,11)
#060A06
(6,10,6)
#000000
(0,0,0)

Tints of #062838

#062838
(6,40,56)
#1C3B4A
(28,59,74)
#324E5C
(50,78,92)
#48616E
(72,97,110)
#5E7480
(94,116,128)
#748792
(116,135,146)
#8A9AA4
(138,154,164)
#A0ADB6
(160,173,182)
#B6C0C8
(182,192,200)
#CCD3DA
(204,211,218)
#E2E6EC
(226,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062838; }

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

This text font color is #062838.


Background Color

.myBgColor { background-color: #062838; }

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

This div background color is #062838.


Border color

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

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

This div border color is #062838.


Opacity

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

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

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

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

This text has shadow with #062838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062838 on black background.


Color preview on white background

This text has color #062838 on white background.



Black color preview on #062838 background

This text has black color on #062838 background.


White color preview on #062838 background

This text has white color on #062838 background.