COLOR #062921

HEX: #062921
RGB: (6,41,33)

Color info

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

RGB color model

#062921 color RGB value is (6,41,33).

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

RGB channels and saturation

R 6 of 255 = 2%
G 41 of 255 = 16%
B 33 of 255 = 13%

6
41
33

R + G + B ~ 10%. #062921 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 41 + 33 = 80 (100%)
R 6 of 80 ~ 7.5%
G 41 of 80 ~ 51.25%
B 33 of 80 ~ 41.25%

%51.25
%41.25

CMYK color model

#062921 color CMYK value is (85,0,20,84).

  • cyan value is 85.37%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 83.92%
CMYK:
(85,0,20,84)
C85M0Y20K84 
(85%,0%,20%,84%)
(0.85/0.00/0.20/0.84)	

CMYK percentages

%85.37
%0
%19.51
%83.92

Codes

Color #062921 in popluar color models

062921
RGB64133
HSL166°74.47%9.22%
HSB/HSV166°85.37%16.08%
CMYK85.37%0.00%19.51%
83.92%

Color #062921 in popluar number systems.

HEX062921
Decimal64133
Binary110101001100001
Octal65141

Shades and tints

Shades of #062921

#062921
(6,41,33)
#06261E
(6,38,30)
#06231B
(6,35,27)
#062018
(6,32,24)
#061D15
(6,29,21)
#061A12
(6,26,18)
#06170F
(6,23,15)
#06140C
(6,20,12)
#061109
(6,17,9)
#060E06
(6,14,6)
#060B03
(6,11,3)
#000000
(0,0,0)

Tints of #062921

#062921
(6,41,33)
#1C3C35
(28,60,53)
#324F49
(50,79,73)
#48625D
(72,98,93)
#5E7571
(94,117,113)
#748885
(116,136,133)
#8A9B99
(138,155,153)
#A0AEAD
(160,174,173)
#B6C1C1
(182,193,193)
#CCD4D5
(204,212,213)
#E2E7E9
(226,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062921; }

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

This text font color is #062921.


Background Color

.myBgColor { background-color: #062921; }

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

This div background color is #062921.


Border color

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

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

This div border color is #062921.


Opacity

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

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

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

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

This text has shadow with #062921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062921 on black background.


Color preview on white background

This text has color #062921 on white background.



Black color preview on #062921 background

This text has black color on #062921 background.


White color preview on #062921 background

This text has white color on #062921 background.