COLOR #062843

HEX: #062843
RGB: (6,40,67)

Color info

#062843 contains mainly green and blue colors. Web safe color of #062843 is #003333 (or #033).

RGB color model

#062843 color RGB value is (6,40,67).

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

RGB channels and saturation

R 6 of 255 = 2%
G 40 of 255 = 16%
B 67 of 255 = 26%

6
40
67

R + G + B ~ 15%. #062843 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 40 + 67 = 113 (100%)
R 6 of 113 ~ 5.31%
G 40 of 113 ~ 35.4%
B 67 of 113 ~ 59.29%

%35.4
%59.29

CMYK color model

#062843 color CMYK value is (91,40,0,74).

  • cyan value is 91.04%
  • magenta value is 40.30%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(91,40,0,74)
C91M40Y0K74 
(91%,40%,0%,74%)
(0.91/0.40/0.00/0.74)	

CMYK percentages

%91.04
%40.3
%0
%73.73

Codes

Color #062843 in popluar color models

062843
RGB64067
HSL207°83.56%14.31%
HSB/HSV207°91.04%26.27%
CMYK91.04%40.30%0.00%
73.73%

Color #062843 in popluar number systems.

HEX062843
Decimal64067
Binary1101010001000011
Octal650103

Shades and tints

Shades of #062843

#062843
(6,40,67)
#06253D
(6,37,61)
#062237
(6,34,55)
#061F31
(6,31,49)
#061C2B
(6,28,43)
#061925
(6,25,37)
#06161F
(6,22,31)
#061319
(6,19,25)
#061013
(6,16,19)
#060D0D
(6,13,13)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #062843

#062843
(6,40,67)
#1C3B54
(28,59,84)
#324E65
(50,78,101)
#486176
(72,97,118)
#5E7487
(94,116,135)
#748798
(116,135,152)
#8A9AA9
(138,154,169)
#A0ADBA
(160,173,186)
#B6C0CB
(182,192,203)
#CCD3DC
(204,211,220)
#E2E6ED
(226,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062843; }

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

This text font color is #062843.


Background Color

.myBgColor { background-color: #062843; }

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

This div background color is #062843.


Border color

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

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

This div border color is #062843.


Opacity

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

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

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

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

This text has shadow with #062843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062843 on black background.


Color preview on white background

This text has color #062843 on white background.



Black color preview on #062843 background

This text has black color on #062843 background.


White color preview on #062843 background

This text has white color on #062843 background.