COLOR #062F3E

HEX: #062F3E
RGB: (6,47,62)

Color info

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

RGB color model

#062F3E color RGB value is (6,47,62).

  • red value is 6;
  • green value is 47;
  • blue value is 62.
RGB:
(6,47,62)
(2%,18%,24%)

RGB channels and saturation

R 6 of 255 = 2%
G 47 of 255 = 18%
B 62 of 255 = 24%

6
47
62

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

Portions of RGB colors in percentages

R + G + B =
6 + 47 + 62 = 115 (100%)
R 6 of 115 ~ 5.22%
G 47 of 115 ~ 40.87%
B 62 of 115 ~ 53.91%

%40.87
%53.91

CMYK color model

#062F3E color CMYK value is (90,24,0,76).

  • cyan value is 90.32%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(90,24,0,76)
C90M24Y0K76 
(90%,24%,0%,76%)
(0.90/0.24/0.00/0.76)	

CMYK percentages

%90.32
%24.19
%0
%75.69

Codes

Color #062F3E in popluar color models

062F3E
RGB64762
HSL196°82.35%13.33%
HSB/HSV196°90.32%24.31%
CMYK90.32%24.19%0.00%
75.69%

Color #062F3E in popluar number systems.

HEX062F3E
Decimal64762
Binary110101111111110
Octal65776

Shades and tints

Shades of #062F3E

#062F3E
(6,47,62)
#062B39
(6,43,57)
#062734
(6,39,52)
#06232F
(6,35,47)
#061F2A
(6,31,42)
#061B25
(6,27,37)
#061720
(6,23,32)
#06131B
(6,19,27)
#060F16
(6,15,22)
#060B11
(6,11,17)
#06070C
(6,7,12)
#000000
(0,0,0)

Tints of #062F3E

#062F3E
(6,47,62)
#1C414F
(28,65,79)
#325360
(50,83,96)
#486571
(72,101,113)
#5E7782
(94,119,130)
#748993
(116,137,147)
#8A9BA4
(138,155,164)
#A0ADB5
(160,173,181)
#B6BFC6
(182,191,198)
#CCD1D7
(204,209,215)
#E2E3E8
(226,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #062F3E color. Also use rgb(6,47,62) instead hex code.

Text Font Color

.myTextColor { color: #062F3E; }

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

This text font color is #062F3E.


Background Color

.myBgColor { background-color: #062F3E; }

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

This div background color is #062F3E.


Border color

.myBorderColor { border: 1px solid #062F3E; }

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

This div border color is #062F3E.


Opacity

.myOpacity80 { color: #062F3E; opacity: 0.8; }

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

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

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

This text has shadow with #062F3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062F3E on black background.


Color preview on white background

This text has color #062F3E on white background.



Black color preview on #062F3E background

This text has black color on #062F3E background.


White color preview on #062F3E background

This text has white color on #062F3E background.