COLOR #003E27

HEX: #003E27
RGB: (0,62,39)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
62
39

R + G + B ~ 13%. #003E27 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 62 + 39 = 101 (100%)
R 0 of 101 ~ 0%
G 62 of 101 ~ 61.39%
B 39 of 101 ~ 38.61%

%61.39
%38.61

CMYK color model

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

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

CMYK percentages

%100
%0
%37.1
%75.69

Codes

Color #003E27 in popluar color models

003E27
RGB06239
HSL158°100.00%12.16%
HSB/HSV158°100.00%24.31%
CMYK100.00%0.00%37.10%
75.69%

Color #003E27 in popluar number systems.

HEX003E27
Decimal06239
Binary0111110100111
Octal07647

Shades and tints

Shades of #003E27

#003E27
(0,62,39)
#003924
(0,57,36)
#003421
(0,52,33)
#002F1E
(0,47,30)
#002A1B
(0,42,27)
#002518
(0,37,24)
#002015
(0,32,21)
#001B12
(0,27,18)
#00160F
(0,22,15)
#00110C
(0,17,12)
#000C09
(0,12,9)
#000000
(0,0,0)

Tints of #003E27

#003E27
(0,62,39)
#174F3A
(23,79,58)
#2E604D
(46,96,77)
#457160
(69,113,96)
#5C8273
(92,130,115)
#739386
(115,147,134)
#8AA499
(138,164,153)
#A1B5AC
(161,181,172)
#B8C6BF
(184,198,191)
#CFD7D2
(207,215,210)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003E27; }

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

This text font color is #003E27.


Background Color

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

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

This div background color is #003E27.


Border color

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

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

This div border color is #003E27.


Opacity

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

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

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

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

This text has shadow with #003E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003E27 on black background.


Color preview on white background

This text has color #003E27 on white background.



Black color preview on #003E27 background

This text has black color on #003E27 background.


White color preview on #003E27 background

This text has white color on #003E27 background.