COLOR #06382D

HEX: #06382D
RGB: (6,56,45)

Color info

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

RGB color model

#06382D color RGB value is (6,56,45).

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

RGB channels and saturation

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

6
56
45

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

Portions of RGB colors in percentages

R + G + B =
6 + 56 + 45 = 107 (100%)
R 6 of 107 ~ 5.61%
G 56 of 107 ~ 52.34%
B 45 of 107 ~ 42.06%

%52.34
%42.06

CMYK color model

#06382D color CMYK value is (89,0,20,78).

  • cyan value is 89.29%
  • magenta value is 0.00%
  • yellow value is 19.64%
  • key color value is 78.04%
CMYK:
(89,0,20,78)
C89M0Y20K78 
(89%,0%,20%,78%)
(0.89/0.00/0.20/0.78)	

CMYK percentages

%89.29
%0
%19.64
%78.04

Codes

Color #06382D in popluar color models

06382D
RGB65645
HSL167°80.65%12.16%
HSB/HSV167°89.29%21.96%
CMYK89.29%0.00%19.64%
78.04%

Color #06382D in popluar number systems.

HEX06382D
Decimal65645
Binary110111000101101
Octal67055

Shades and tints

Shades of #06382D

#06382D
(6,56,45)
#063329
(6,51,41)
#062E25
(6,46,37)
#062921
(6,41,33)
#06241D
(6,36,29)
#061F19
(6,31,25)
#061A15
(6,26,21)
#061511
(6,21,17)
#06100D
(6,16,13)
#060B09
(6,11,9)
#060605
(6,6,5)
#000000
(0,0,0)

Tints of #06382D

#06382D
(6,56,45)
#1C4A40
(28,74,64)
#325C53
(50,92,83)
#486E66
(72,110,102)
#5E8079
(94,128,121)
#74928C
(116,146,140)
#8AA49F
(138,164,159)
#A0B6B2
(160,182,178)
#B6C8C5
(182,200,197)
#CCDAD8
(204,218,216)
#E2ECEB
(226,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06382D; }

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

This text font color is #06382D.


Background Color

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

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

This div background color is #06382D.


Border color

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

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

This div border color is #06382D.


Opacity

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

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

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

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

This text has shadow with #06382D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06382D on black background.


Color preview on white background

This text has color #06382D on white background.



Black color preview on #06382D background

This text has black color on #06382D background.


White color preview on #06382D background

This text has white color on #06382D background.