COLOR #06443C

HEX: #06443C
RGB: (6,68,60)

Color info

#06443C contains mainly green and blue colors. Web safe color of #06443C is #003333 (or #033).

RGB color model

#06443C color RGB value is (6,68,60).

  • red value is 6;
  • green value is 68;
  • blue value is 60.
RGB:
(6,68,60)
(2%,27%,24%)

RGB channels and saturation

R 6 of 255 = 2%
G 68 of 255 = 27%
B 60 of 255 = 24%

6
68
60

R + G + B ~ 18%. #06443C is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 68 + 60 = 134 (100%)
R 6 of 134 ~ 4.48%
G 68 of 134 ~ 50.75%
B 60 of 134 ~ 44.78%

%50.75
%44.78

CMYK color model

#06443C color CMYK value is (91,0,12,73).

  • cyan value is 91.18%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 73.33%
CMYK:
(91,0,12,73)
C91M0Y12K73 
(91%,0%,12%,73%)
(0.91/0.00/0.12/0.73)	

CMYK percentages

%91.18
%0
%11.76
%73.33

Codes

Color #06443C in popluar color models

06443C
RGB66860
HSL172°83.78%14.51%
HSB/HSV172°91.18%26.67%
CMYK91.18%0.00%11.76%
73.33%

Color #06443C in popluar number systems.

HEX06443C
Decimal66860
Binary1101000100111100
Octal610474

Shades and tints

Shades of #06443C

#06443C
(6,68,60)
#063E37
(6,62,55)
#063832
(6,56,50)
#06322D
(6,50,45)
#062C28
(6,44,40)
#062623
(6,38,35)
#06201E
(6,32,30)
#061A19
(6,26,25)
#061414
(6,20,20)
#060E0F
(6,14,15)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #06443C

#06443C
(6,68,60)
#1C554D
(28,85,77)
#32665E
(50,102,94)
#48776F
(72,119,111)
#5E8880
(94,136,128)
#749991
(116,153,145)
#8AAAA2
(138,170,162)
#A0BBB3
(160,187,179)
#B6CCC4
(182,204,196)
#CCDDD5
(204,221,213)
#E2EEE6
(226,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06443C color. Also use rgb(6,68,60) instead hex code.

Text Font Color

.myTextColor { color: #06443C; }

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

This text font color is #06443C.


Background Color

.myBgColor { background-color: #06443C; }

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

This div background color is #06443C.


Border color

.myBorderColor { border: 1px solid #06443C; }

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

This div border color is #06443C.


Opacity

.myOpacity80 { color: #06443C; opacity: 0.8; }

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

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

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

This text has shadow with #06443C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06443C on black background.


Color preview on white background

This text has color #06443C on white background.



Black color preview on #06443C background

This text has black color on #06443C background.


White color preview on #06443C background

This text has white color on #06443C background.