COLOR #003939

HEX: #003939
RGB: (0,57,57)

Color info

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

RGB color model

#003939 color RGB value is (0,57,57).

  • red value is 0;
  • green value is 57;
  • blue value is 57.
RGB:
(0,57,57)
(0%,22%,22%)

RGB channels and saturation

R 0 of 255 = 0%
G 57 of 255 = 22%
B 57 of 255 = 22%

0
57
57

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

Portions of RGB colors in percentages

R + G + B =
0 + 57 + 57 = 114 (100%)
R 0 of 114 ~ 0%
G 57 of 114 ~ 50%
B 57 of 114 ~ 50%

%50
%50

CMYK color model

#003939 color CMYK value is (100,0,0,78).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(100,0,0,78)
C100M0Y0K78 
(100%,0%,0%,78%)
(1.00/0.00/0.00/0.78)	

CMYK percentages

%100
%0
%0
%77.65

Codes

Color #003939 in popluar color models

003939
RGB05757
HSL180°100.00%11.18%
HSB/HSV180°100.00%22.35%
CMYK100.00%0.00%0.00%
77.65%

Color #003939 in popluar number systems.

HEX003939
Decimal05757
Binary0111001111001
Octal07171

Shades and tints

Shades of #003939

#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)
#000707
(0,7,7)
#000000
(0,0,0)

Tints of #003939

#003939
(0,57,57)
#174B4B
(23,75,75)
#2E5D5D
(46,93,93)
#456F6F
(69,111,111)
#5C8181
(92,129,129)
#739393
(115,147,147)
#8AA5A5
(138,165,165)
#A1B7B7
(161,183,183)
#B8C9C9
(184,201,201)
#CFDBDB
(207,219,219)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003939; }

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

This text font color is #003939.


Background Color

.myBgColor { background-color: #003939; }

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

This div background color is #003939.


Border color

.myBorderColor { border: 1px solid #003939; }

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

This div border color is #003939.


Opacity

.myOpacity80 { color: #003939; opacity: 0.8; }

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

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

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

This text has shadow with #003939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003939 on black background.


Color preview on white background

This text has color #003939 on white background.



Black color preview on #003939 background

This text has black color on #003939 background.


White color preview on #003939 background

This text has white color on #003939 background.