COLOR #002725

HEX: #002725 RGB: (0,39,37)

Color info

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

RGB color model

#002725 color RGB value is (0,39,37).

RGB: (0,39,37) (0%, 15%, 15%)

RGB channels and saturation

R 0 of 255 = 0%
G 39 of 255 = 15%
B 37 of 255 = 15%

0
39
37

R + G + B ~ 10%. #002725 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 39 + 37 = 76 (100%)
R 0 of 76 ~ 0%
G 39 of 76 ~ 51.32%
B 37 of 76 ~ 48.68'%

%51.32
%48.68

CMYK color model

#002725 color CMYK value is (100,0,5,85).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 84.71%

CMYK: (100,0,5,85)
C100M0Y5K85 (100%, 0%, 5%, 85%)
(1.00 / 0.00 / 0.05 / 0.85)

CMYK percentages

%100
%0
%5.13
%84.71

Codes

Color #002725 in popluar color models

00 27 25
RGB 0 39 37
HSL 177° 100.00% 7.65%
HSB/HSV 177° 100.00% 15.29%
CMYK 100.00% 0.00% 5.13%
84.71%

Color #002725 in popluar number systems.

HEX 00 27 25
Decimal 0 39 37
Binary 0 100111 100101
Octal 0 47 45

Shades and tints

Shades of #002725

#002725
(0,39,37)
#002422
(0,36,34)
#00211F
(0,33,31)
#001E1C
(0,30,28)
#001B19
(0,27,25)
#001816
(0,24,22)
#001513
(0,21,19)
#001210
(0,18,16)
#000F0D
(0,15,13)
#000C0A
(0,12,10)
#000907
(0,9,7)
#000000
(0,0,0)

Tints of #002725

#002725
(0,39,37)
#173A38
(23,58,56)
#2E4D4B
(46,77,75)
#45605E
(69,96,94)
#5C7371
(92,115,113)
#738684
(115,134,132)
#8A9997
(138,153,151)
#A1ACAA
(161,172,170)
#B8BFBD
(184,191,189)
#CFD2D0
(207,210,208)
#E6E5E3
(230,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002725; }

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

This text font color is #002725.

Background Color

.myBgColor { background-color: #002725; }

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

This div background color is #002725.

Border color

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

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

This div border color is #002725.

Opacity

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

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

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

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

This text has shadow with #002725 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002725.

Preview

Color preview on black background

This text has color #002725 on black background.


Color preview on white background

This text has color #002725 on white background.


Black color preview on #002725 background

This text has black color on #002725 background.


White color preview on #002725 background

This text has white color on #002725 background.


Related colors

Complementary color

Complementary color for #hex is #FFD8DA.


I love getcolorcode.com

Triadic colors

1 #250027 and #272500 with #002725 are triadic colors.

2 #252700 and #270025 with #002725 are triadic colors.