COLOR #003E3E

HEX: #003E3E
RGB: (0,62,62)

Color info

#003E3E contains only green and blue colors. Web safe color of #003E3E is #003333 (or #033).

RGB color model

#003E3E color RGB value is (0,62,62).

  • red value is 0;
  • green value is 62;
  • blue value is 62.
RGB:
(0,62,62)
(0%,24%,24%)

RGB channels and saturation

R 0 of 255 = 0%
G 62 of 255 = 24%
B 62 of 255 = 24%

0
62
62

R + G + B ~ 16%. #003E3E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 62 + 62 = 124 (100%)
R 0 of 124 ~ 0%
G 62 of 124 ~ 50%
B 62 of 124 ~ 50%

%50
%50

CMYK color model

#003E3E color CMYK value is (100,0,0,76).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(100,0,0,76)
C100M0Y0K76 
(100%,0%,0%,76%)
(1.00/0.00/0.00/0.76)	

CMYK percentages

%100
%0
%0
%75.69

Codes

Color #003E3E in popluar color models

003E3E
RGB06262
HSL180°100.00%12.16%
HSB/HSV180°100.00%24.31%
CMYK100.00%0.00%0.00%
75.69%

Color #003E3E in popluar number systems.

HEX003E3E
Decimal06262
Binary0111110111110
Octal07676

Shades and tints

Shades of #003E3E

#003E3E
(0,62,62)
#003939
(0,57,57)
#003434
(0,52,52)
#002F2F
(0,47,47)
#002A2A
(0,42,42)
#002525
(0,37,37)
#002020
(0,32,32)
#001B1B
(0,27,27)
#001616
(0,22,22)
#001111
(0,17,17)
#000C0C
(0,12,12)
#000000
(0,0,0)

Tints of #003E3E

#003E3E
(0,62,62)
#174F4F
(23,79,79)
#2E6060
(46,96,96)
#457171
(69,113,113)
#5C8282
(92,130,130)
#739393
(115,147,147)
#8AA4A4
(138,164,164)
#A1B5B5
(161,181,181)
#B8C6C6
(184,198,198)
#CFD7D7
(207,215,215)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003E3E color. Also use rgb(0,62,62) instead hex code.

Text Font Color

.myTextColor { color: #003E3E; }

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

This text font color is #003E3E.


Background Color

.myBgColor { background-color: #003E3E; }

<div style="background-color:#003E3E">Inner text</div>

This div background color is #003E3E.


Border color

.myBorderColor { border: 1px solid #003E3E; }

<div style="border:3px solid #003E3E">Div</div>

This div border color is #003E3E.


Opacity

.myOpacity80 { color: #003E3E; opacity: 0.8; }

<p style="color:#003E3E;opacity:0.8;">80%</p>

Text with #003E3E 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 #003E3E;}

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

This text has shadow with #003E3E color.

.textShadow {text-shadow: 3px 3px 1px #003E3E, 3px 3px 1px red;}

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

This text has shadow with #003E3E primary color and red secondary color.


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

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

This text has shadow with #003E3E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003E3E on black background.


Color preview on white background

This text has color #003E3E on white background.



Black color preview on #003E3E background

This text has black color on #003E3E background.


White color preview on #003E3E background

This text has white color on #003E3E background.