COLOR #003D39

HEX: #003D39
RGB: (0,61,57)

Color info

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

RGB color model

#003D39 color RGB value is (0,61,57).

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

RGB channels and saturation

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

0
61
57

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

Portions of RGB colors in percentages

R + G + B =
0 + 61 + 57 = 118 (100%)
R 0 of 118 ~ 0%
G 61 of 118 ~ 51.69%
B 57 of 118 ~ 48.31%

%51.69
%48.31

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 6.56%
  • key color value is 76.08%
CMYK:
(100,0,7,76)
C100M0Y7K76 
(100%,0%,7%,76%)
(1.00/0.00/0.07/0.76)	

CMYK percentages

%100
%0
%6.56
%76.08

Codes

Color #003D39 in popluar color models

003D39
RGB06157
HSL176°100.00%11.96%
HSB/HSV176°100.00%23.92%
CMYK100.00%0.00%6.56%
76.08%

Color #003D39 in popluar number systems.

HEX003D39
Decimal06157
Binary0111101111001
Octal07571

Shades and tints

Shades of #003D39

#003D39
(0,61,57)
#003834
(0,56,52)
#00332F
(0,51,47)
#002E2A
(0,46,42)
#002925
(0,41,37)
#002420
(0,36,32)
#001F1B
(0,31,27)
#001A16
(0,26,22)
#001511
(0,21,17)
#00100C
(0,16,12)
#000B07
(0,11,7)
#000000
(0,0,0)

Tints of #003D39

#003D39
(0,61,57)
#174E4B
(23,78,75)
#2E5F5D
(46,95,93)
#45706F
(69,112,111)
#5C8181
(92,129,129)
#739293
(115,146,147)
#8AA3A5
(138,163,165)
#A1B4B7
(161,180,183)
#B8C5C9
(184,197,201)
#CFD6DB
(207,214,219)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003D39; }

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

This text font color is #003D39.


Background Color

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

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

This div background color is #003D39.


Border color

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

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

This div border color is #003D39.


Opacity

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

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

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

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

This text has shadow with #003D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003D39 on black background.


Color preview on white background

This text has color #003D39 on white background.



Black color preview on #003D39 background

This text has black color on #003D39 background.


White color preview on #003D39 background

This text has white color on #003D39 background.