COLOR #003E30

HEX: #003E30
RGB: (0,62,48)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
62
48

R + G + B ~ 14%. #003E30 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 62 + 48 = 110 (100%)
R 0 of 110 ~ 0%
G 62 of 110 ~ 56.36%
B 48 of 110 ~ 43.64%

%56.36
%43.64

CMYK color model

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

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

CMYK percentages

%100
%0
%22.58
%75.69

Codes

Color #003E30 in popluar color models

003E30
RGB06248
HSL166°100.00%12.16%
HSB/HSV166°100.00%24.31%
CMYK100.00%0.00%22.58%
75.69%

Color #003E30 in popluar number systems.

HEX003E30
Decimal06248
Binary0111110110000
Octal07660

Shades and tints

Shades of #003E30

#003E30
(0,62,48)
#00392C
(0,57,44)
#003428
(0,52,40)
#002F24
(0,47,36)
#002A20
(0,42,32)
#00251C
(0,37,28)
#002018
(0,32,24)
#001B14
(0,27,20)
#001610
(0,22,16)
#00110C
(0,17,12)
#000C08
(0,12,8)
#000000
(0,0,0)

Tints of #003E30

#003E30
(0,62,48)
#174F42
(23,79,66)
#2E6054
(46,96,84)
#457166
(69,113,102)
#5C8278
(92,130,120)
#73938A
(115,147,138)
#8AA49C
(138,164,156)
#A1B5AE
(161,181,174)
#B8C6C0
(184,198,192)
#CFD7D2
(207,215,210)
#E6E8E4
(230,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003E30; }

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

This text font color is #003E30.


Background Color

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

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

This div background color is #003E30.


Border color

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

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

This div border color is #003E30.


Opacity

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

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

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

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

This text has shadow with #003E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003E30 on black background.


Color preview on white background

This text has color #003E30 on white background.



Black color preview on #003E30 background

This text has black color on #003E30 background.


White color preview on #003E30 background

This text has white color on #003E30 background.