COLOR #002125

HEX: #002125
RGB: (0,33,37)

Color info

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

RGB color model

#002125 color RGB value is (0,33,37).

  • red value is 0;
  • green value is 33;
  • blue value is 37.
RGB:
(0,33,37)
(0%,13%,15%)

RGB channels and saturation

R 0 of 255 = 0%
G 33 of 255 = 13%
B 37 of 255 = 15%

0
33
37

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

Portions of RGB colors in percentages

R + G + B =
0 + 33 + 37 = 70 (100%)
R 0 of 70 ~ 0%
G 33 of 70 ~ 47.14%
B 37 of 70 ~ 52.86%

%47.14
%52.86

CMYK color model

#002125 color CMYK value is (100,11,0,85).

  • cyan value is 100.00%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(100,11,0,85)
C100M11Y0K85 
(100%,11%,0%,85%)
(1.00/0.11/0.00/0.85)	

CMYK percentages

%100
%10.81
%0
%85.49

Codes

Color #002125 in popluar color models

002125
RGB03337
HSL186°100.00%7.25%
HSB/HSV186°100.00%14.51%
CMYK100.00%10.81%0.00%
85.49%

Color #002125 in popluar number systems.

HEX002125
Decimal03337
Binary0100001100101
Octal04145

Shades and tints

Shades of #002125

#002125
(0,33,37)
#001E22
(0,30,34)
#001B1F
(0,27,31)
#00181C
(0,24,28)
#001519
(0,21,25)
#001216
(0,18,22)
#000F13
(0,15,19)
#000C10
(0,12,16)
#00090D
(0,9,13)
#00060A
(0,6,10)
#000307
(0,3,7)
#000000
(0,0,0)

Tints of #002125

#002125
(0,33,37)
#173538
(23,53,56)
#2E494B
(46,73,75)
#455D5E
(69,93,94)
#5C7171
(92,113,113)
#738584
(115,133,132)
#8A9997
(138,153,151)
#A1ADAA
(161,173,170)
#B8C1BD
(184,193,189)
#CFD5D0
(207,213,208)
#E6E9E3
(230,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002125; }

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

This text font color is #002125.


Background Color

.myBgColor { background-color: #002125; }

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

This div background color is #002125.


Border color

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

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

This div border color is #002125.


Opacity

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

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

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

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

This text has shadow with #002125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002125 on black background.


Color preview on white background

This text has color #002125 on white background.



Black color preview on #002125 background

This text has black color on #002125 background.


White color preview on #002125 background

This text has white color on #002125 background.