COLOR #06423D

HEX: #06423D RGB: (6,66,61)

Color info

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

RGB color model

#06423D color RGB value is (6,66,61).

RGB: (6,66,61) (2%, 26%, 24%)

RGB channels and saturation

R 6 of 255 = 2%
G 66 of 255 = 26%
B 61 of 255 = 24%

6
66
61

R + G + B ~ 17%. #06423D is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 66 + 61 = 133 (100%)
R 6 of 133 ~ 4.51%
G 66 of 133 ~ 49.62%
B 61 of 133 ~ 45.86'%

%49.62
%45.86

CMYK color model

#06423D color CMYK value is (91,0,8,74).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 7.58%
  • key color value is 74.12%

CMYK: (91,0,8,74)
C91M0Y8K74 (91%, 0%, 8%, 74%)
(0.91 / 0.00 / 0.08 / 0.74)

CMYK percentages

%90.91
%0
%7.58
%74.12

Codes

Color #06423D in popluar color models

06 42 3D
RGB 6 66 61
HSL 175° 83.33% 14.12%
HSB/HSV 175° 90.91% 25.88%
CMYK 90.91% 0.00% 7.58%
74.12%

Color #06423D in popluar number systems.

HEX 06 42 3D
Decimal 6 66 61
Binary 110 1000010 111101
Octal 6 102 75

Shades and tints

Shades of #06423D

#06423D
(6,66,61)
#063C38
(6,60,56)
#063633
(6,54,51)
#06302E
(6,48,46)
#062A29
(6,42,41)
#062424
(6,36,36)
#061E1F
(6,30,31)
#06181A
(6,24,26)
#061215
(6,18,21)
#060C10
(6,12,16)
#06060B
(6,6,11)
#000000
(0,0,0)

Tints of #06423D

#06423D
(6,66,61)
#1C534E
(28,83,78)
#32645F
(50,100,95)
#487570
(72,117,112)
#5E8681
(94,134,129)
#749792
(116,151,146)
#8AA8A3
(138,168,163)
#A0B9B4
(160,185,180)
#B6CAC5
(182,202,197)
#CCDBD6
(204,219,214)
#E2ECE7
(226,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06423D color. Also use rgb(6,66,61) instead hex code.

Text Font Color

.myTextColor { color: #06423D; }

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

This text font color is #06423D.

Background Color

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

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

This div background color is #06423D.

Border color

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

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

This div border color is #06423D.

Opacity

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

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

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

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

This text has shadow with #06423D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06423D.

Preview

Color preview on black background

This text has color #06423D on black background.


Color preview on white background

This text has color #06423D on white background.


Black color preview on #06423D background

This text has black color on #06423D background.


White color preview on #06423D background

This text has white color on #06423D background.


Related colors

Complementary color

Complementary color for #hex is #F9BDC2.


I love getcolorcode.com

Triadic colors

1 #3D0642 and #423D06 with #06423D are triadic colors.

2 #3D4206 and #42063D with #06423D are triadic colors.