COLOR #06392D

HEX: #06392D
RGB: (6,57,45)

Color info

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

RGB color model

#06392D color RGB value is (6,57,45).

  • red value is 6;
  • green value is 57;
  • blue value is 45.
RGB:
(6,57,45)
(2%,22%,18%)

RGB channels and saturation

R 6 of 255 = 2%
G 57 of 255 = 22%
B 45 of 255 = 18%

6
57
45

R + G + B ~ 14%. #06392D is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 57 + 45 = 108 (100%)
R 6 of 108 ~ 5.56%
G 57 of 108 ~ 52.78%
B 45 of 108 ~ 41.67%

%52.78
%41.67

CMYK color model

#06392D color CMYK value is (89,0,21,78).

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 77.65%
CMYK:
(89,0,21,78)
C89M0Y21K78 
(89%,0%,21%,78%)
(0.89/0.00/0.21/0.78)	

CMYK percentages

%89.47
%0
%21.05
%77.65

Codes

Color #06392D in popluar color models

06392D
RGB65745
HSL166°80.95%12.35%
HSB/HSV166°89.47%22.35%
CMYK89.47%0.00%21.05%
77.65%

Color #06392D in popluar number systems.

HEX06392D
Decimal65745
Binary110111001101101
Octal67155

Shades and tints

Shades of #06392D

#06392D
(6,57,45)
#063429
(6,52,41)
#062F25
(6,47,37)
#062A21
(6,42,33)
#06251D
(6,37,29)
#062019
(6,32,25)
#061B15
(6,27,21)
#061611
(6,22,17)
#06110D
(6,17,13)
#060C09
(6,12,9)
#060705
(6,7,5)
#000000
(0,0,0)

Tints of #06392D

#06392D
(6,57,45)
#1C4B40
(28,75,64)
#325D53
(50,93,83)
#486F66
(72,111,102)
#5E8179
(94,129,121)
#74938C
(116,147,140)
#8AA59F
(138,165,159)
#A0B7B2
(160,183,178)
#B6C9C5
(182,201,197)
#CCDBD8
(204,219,216)
#E2EDEB
(226,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06392D color. Also use rgb(6,57,45) instead hex code.

Text Font Color

.myTextColor { color: #06392D; }

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

This text font color is #06392D.


Background Color

.myBgColor { background-color: #06392D; }

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

This div background color is #06392D.


Border color

.myBorderColor { border: 1px solid #06392D; }

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

This div border color is #06392D.


Opacity

.myOpacity80 { color: #06392D; opacity: 0.8; }

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

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

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

This text has shadow with #06392D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06392D on black background.


Color preview on white background

This text has color #06392D on white background.



Black color preview on #06392D background

This text has black color on #06392D background.


White color preview on #06392D background

This text has white color on #06392D background.