COLOR #003231

HEX: #003231
RGB: (0,50,49)

Color info

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

RGB color model

#003231 color RGB value is (0,50,49).

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

RGB channels and saturation

R 0 of 255 = 0%
G 50 of 255 = 20%
B 49 of 255 = 19%

0
50
49

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

Portions of RGB colors in percentages

R + G + B =
0 + 50 + 49 = 99 (100%)
R 0 of 99 ~ 0%
G 50 of 99 ~ 50.51%
B 49 of 99 ~ 49.49%

%50.51
%49.49

CMYK color model

#003231 color CMYK value is (100,0,2,80).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 2.00%
  • key color value is 80.39%
CMYK:
(100,0,2,80)
C100M0Y2K80 
(100%,0%,2%,80%)
(1.00/0.00/0.02/0.80)	

CMYK percentages

%100
%0
%2
%80.39

Codes

Color #003231 in popluar color models

003231
RGB05049
HSL179°100.00%9.80%
HSB/HSV179°100.00%19.61%
CMYK100.00%0.00%2.00%
80.39%

Color #003231 in popluar number systems.

HEX003231
Decimal05049
Binary0110010110001
Octal06261

Shades and tints

Shades of #003231

#003231
(0,50,49)
#002E2D
(0,46,45)
#002A29
(0,42,41)
#002625
(0,38,37)
#002221
(0,34,33)
#001E1D
(0,30,29)
#001A19
(0,26,25)
#001615
(0,22,21)
#001211
(0,18,17)
#000E0D
(0,14,13)
#000A09
(0,10,9)
#000000
(0,0,0)

Tints of #003231

#003231
(0,50,49)
#174443
(23,68,67)
#2E5655
(46,86,85)
#456867
(69,104,103)
#5C7A79
(92,122,121)
#738C8B
(115,140,139)
#8A9E9D
(138,158,157)
#A1B0AF
(161,176,175)
#B8C2C1
(184,194,193)
#CFD4D3
(207,212,211)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003231; }

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

This text font color is #003231.


Background Color

.myBgColor { background-color: #003231; }

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

This div background color is #003231.


Border color

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

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

This div border color is #003231.


Opacity

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

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

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

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

This text has shadow with #003231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003231 on black background.


Color preview on white background

This text has color #003231 on white background.



Black color preview on #003231 background

This text has black color on #003231 background.


White color preview on #003231 background

This text has white color on #003231 background.