COLOR #063E2E

HEX: #063E2E RGB: (6,62,46)

Color info

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

RGB color model

#063E2E color RGB value is (6,62,46).

RGB: (6,62,46) (2%, 24%, 18%)

RGB channels and saturation

R 6 of 255 = 2%
G 62 of 255 = 24%
B 46 of 255 = 18%

6
62
46

R + G + B ~ 15%. #063E2E is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 62 + 46 = 114 (100%)
R 6 of 114 ~ 5.26%
G 62 of 114 ~ 54.39%
B 46 of 114 ~ 40.35'%

%54.39
%40.35

CMYK color model

#063E2E color CMYK value is (90,0,26,76).

  • cyan value is 90.32%
  • magenta value is 0.00%
  • yellow value is 25.81%
  • key color value is 75.69%

CMYK: (90,0,26,76)
C90M0Y26K76 (90%, 0%, 26%, 76%)
(0.90 / 0.00 / 0.26 / 0.76)

CMYK percentages

%90.32
%0
%25.81
%75.69

Codes

Color #063E2E in popluar color models

06 3E 2E
RGB 6 62 46
HSL 163° 82.35% 13.33%
HSB/HSV 163° 90.32% 24.31%
CMYK 90.32% 0.00% 25.81%
75.69%

Color #063E2E in popluar number systems.

HEX 06 3E 2E
Decimal 6 62 46
Binary 110 111110 101110
Octal 6 76 56

Shades and tints

Shades of #063E2E

#063E2E
(6,62,46)
#06392A
(6,57,42)
#063426
(6,52,38)
#062F22
(6,47,34)
#062A1E
(6,42,30)
#06251A
(6,37,26)
#062016
(6,32,22)
#061B12
(6,27,18)
#06160E
(6,22,14)
#06110A
(6,17,10)
#060C06
(6,12,6)
#000000
(0,0,0)

Tints of #063E2E

#063E2E
(6,62,46)
#1C4F41
(28,79,65)
#326054
(50,96,84)
#487167
(72,113,103)
#5E827A
(94,130,122)
#74938D
(116,147,141)
#8AA4A0
(138,164,160)
#A0B5B3
(160,181,179)
#B6C6C6
(182,198,198)
#CCD7D9
(204,215,217)
#E2E8EC
(226,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063E2E color. Also use rgb(6,62,46) instead hex code.

Text Font Color

.myTextColor { color: #063E2E; }

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

This text font color is #063E2E.

Background Color

.myBgColor { background-color: #063E2E; }

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

This div background color is #063E2E.

Border color

.myBorderColor { border: 1px solid #063E2E; }

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

This div border color is #063E2E.

Opacity

.myOpacity80 { color: #063E2E; opacity: 0.8; }

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

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

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

This text has shadow with #063E2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #063E2E.

Preview

Color preview on black background

This text has color #063E2E on black background.


Color preview on white background

This text has color #063E2E on white background.


Black color preview on #063E2E background

This text has black color on #063E2E background.


White color preview on #063E2E background

This text has white color on #063E2E background.


Related colors

Complementary color

Complementary color for #hex is #F9C1D1.


I love getcolorcode.com

Triadic colors

1 #2E063E and #3E2E06 with #063E2E are triadic colors.

2 #2E3E06 and #3E062E with #063E2E are triadic colors.