COLOR #031E21

HEX: #031E21
RGB: (3,30,33)

Color info

#031E21 contains red, green and blue colors in about the same proportion. Web safe color of #031E21 is #003333 (or #033).

RGB color model

#031E21 color RGB value is (3,30,33).

  • red value is 3;
  • green value is 30;
  • blue value is 33.
RGB:
(3,30,33)
(1%,12%,13%)

RGB channels and saturation

R 3 of 255 = 1%
G 30 of 255 = 12%
B 33 of 255 = 13%

3
30
33

R + G + B ~ 9%. #031E21 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 30 + 33 = 66 (100%)
R 3 of 66 ~ 4.55%
G 30 of 66 ~ 45.45%
B 33 of 66 ~ 50%

%45.45
%50

CMYK color model

#031E21 color CMYK value is (91,9,0,87).

  • cyan value is 90.91%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(91,9,0,87)
C91M9Y0K87 
(91%,9%,0%,87%)
(0.91/0.09/0.00/0.87)	

CMYK percentages

%90.91
%9.09
%0
%87.06

Codes

Color #031E21 in popluar color models

031E21
RGB33033
HSL186°83.33%7.06%
HSB/HSV186°90.91%12.94%
CMYK90.91%9.09%0.00%
87.06%

Color #031E21 in popluar number systems.

HEX031E21
Decimal33033
Binary1111110100001
Octal33641

Shades and tints

Shades of #031E21

#031E21
(3,30,33)
#031C1E
(3,28,30)
#031A1B
(3,26,27)
#031818
(3,24,24)
#031615
(3,22,21)
#031412
(3,20,18)
#03120F
(3,18,15)
#03100C
(3,16,12)
#030E09
(3,14,9)
#030C06
(3,12,6)
#030A03
(3,10,3)
#000000
(0,0,0)

Tints of #031E21

#031E21
(3,30,33)
#193235
(25,50,53)
#2F4649
(47,70,73)
#455A5D
(69,90,93)
#5B6E71
(91,110,113)
#718285
(113,130,133)
#879699
(135,150,153)
#9DAAAD
(157,170,173)
#B3BEC1
(179,190,193)
#C9D2D5
(201,210,213)
#DFE6E9
(223,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #031E21 color. Also use rgb(3,30,33) instead hex code.

Text Font Color

.myTextColor { color: #031E21; }

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

This text font color is #031E21.


Background Color

.myBgColor { background-color: #031E21; }

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

This div background color is #031E21.


Border color

.myBorderColor { border: 1px solid #031E21; }

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

This div border color is #031E21.


Opacity

.myOpacity80 { color: #031E21; opacity: 0.8; }

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

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

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

This text has shadow with #031E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #031E21 on black background.


Color preview on white background

This text has color #031E21 on white background.



Black color preview on #031E21 background

This text has black color on #031E21 background.


White color preview on #031E21 background

This text has white color on #031E21 background.