COLOR #003931

HEX: #003931
RGB: (0,57,49)

Color info

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

RGB color model

#003931 color RGB value is (0,57,49).

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

RGB channels and saturation

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

0
57
49

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

Portions of RGB colors in percentages

R + G + B =
0 + 57 + 49 = 106 (100%)
R 0 of 106 ~ 0%
G 57 of 106 ~ 53.77%
B 49 of 106 ~ 46.23%

%53.77
%46.23

CMYK color model

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

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

CMYK percentages

%100
%0
%14.04
%77.65

Codes

Color #003931 in popluar color models

003931
RGB05749
HSL172°100.00%11.18%
HSB/HSV172°100.00%22.35%
CMYK100.00%0.00%14.04%
77.65%

Color #003931 in popluar number systems.

HEX003931
Decimal05749
Binary0111001110001
Octal07161

Shades and tints

Shades of #003931

#003931
(0,57,49)
#00342D
(0,52,45)
#002F29
(0,47,41)
#002A25
(0,42,37)
#002521
(0,37,33)
#00201D
(0,32,29)
#001B19
(0,27,25)
#001615
(0,22,21)
#001111
(0,17,17)
#000C0D
(0,12,13)
#000709
(0,7,9)
#000000
(0,0,0)

Tints of #003931

#003931
(0,57,49)
#174B43
(23,75,67)
#2E5D55
(46,93,85)
#456F67
(69,111,103)
#5C8179
(92,129,121)
#73938B
(115,147,139)
#8AA59D
(138,165,157)
#A1B7AF
(161,183,175)
#B8C9C1
(184,201,193)
#CFDBD3
(207,219,211)
#E6EDE5
(230,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003931; }

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

This text font color is #003931.


Background Color

.myBgColor { background-color: #003931; }

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

This div background color is #003931.


Border color

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

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

This div border color is #003931.


Opacity

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

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

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

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

This text has shadow with #003931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003931 on black background.


Color preview on white background

This text has color #003931 on white background.



Black color preview on #003931 background

This text has black color on #003931 background.


White color preview on #003931 background

This text has white color on #003931 background.