COLOR #062E21

HEX: #062E21
RGB: (6,46,33)

Color info

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

RGB color model

#062E21 color RGB value is (6,46,33).

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

RGB channels and saturation

R 6 of 255 = 2%
G 46 of 255 = 18%
B 33 of 255 = 13%

6
46
33

R + G + B ~ 11%. #062E21 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 46 + 33 = 85 (100%)
R 6 of 85 ~ 7.06%
G 46 of 85 ~ 54.12%
B 33 of 85 ~ 38.82%

%54.12
%38.82

CMYK color model

#062E21 color CMYK value is (87,0,28,82).

  • cyan value is 86.96%
  • magenta value is 0.00%
  • yellow value is 28.26%
  • key color value is 81.96%
CMYK:
(87,0,28,82)
C87M0Y28K82 
(87%,0%,28%,82%)
(0.87/0.00/0.28/0.82)	

CMYK percentages

%86.96
%0
%28.26
%81.96

Codes

Color #062E21 in popluar color models

062E21
RGB64633
HSL161°76.92%10.20%
HSB/HSV161°86.96%18.04%
CMYK86.96%0.00%28.26%
81.96%

Color #062E21 in popluar number systems.

HEX062E21
Decimal64633
Binary110101110100001
Octal65641

Shades and tints

Shades of #062E21

#062E21
(6,46,33)
#062A1E
(6,42,30)
#06261B
(6,38,27)
#062218
(6,34,24)
#061E15
(6,30,21)
#061A12
(6,26,18)
#06160F
(6,22,15)
#06120C
(6,18,12)
#060E09
(6,14,9)
#060A06
(6,10,6)
#060603
(6,6,3)
#000000
(0,0,0)

Tints of #062E21

#062E21
(6,46,33)
#1C4135
(28,65,53)
#325449
(50,84,73)
#48675D
(72,103,93)
#5E7A71
(94,122,113)
#748D85
(116,141,133)
#8AA099
(138,160,153)
#A0B3AD
(160,179,173)
#B6C6C1
(182,198,193)
#CCD9D5
(204,217,213)
#E2ECE9
(226,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062E21; }

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

This text font color is #062E21.


Background Color

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

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

This div background color is #062E21.


Border color

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

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

This div border color is #062E21.


Opacity

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

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

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

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

This text has shadow with #062E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062E21 on black background.


Color preview on white background

This text has color #062E21 on white background.



Black color preview on #062E21 background

This text has black color on #062E21 background.


White color preview on #062E21 background

This text has white color on #062E21 background.