COLOR #025625

HEX: #025625
RGB: (2,86,37)

Color info

#025625 contains mainly green and blue colors. Web safe color of #025625 is #006633 (or #063).

RGB color model

#025625 color RGB value is (2,86,37).

  • red value is 2;
  • green value is 86;
  • blue value is 37.
RGB:
(2,86,37)
(1%,34%,15%)

RGB channels and saturation

R 2 of 255 = 1%
G 86 of 255 = 34%
B 37 of 255 = 15%

2
86
37

R + G + B ~ 17%. #025625 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 86 + 37 = 125 (100%)
R 2 of 125 ~ 1.6%
G 86 of 125 ~ 68.8%
B 37 of 125 ~ 29.6%

%68.8
%29.6

CMYK color model

#025625 color CMYK value is (98,0,57,66).

  • cyan value is 97.67%
  • magenta value is 0.00%
  • yellow value is 56.98%
  • key color value is 66.27%
CMYK:
(98,0,57,66)
C98M0Y57K66 
(98%,0%,57%,66%)
(0.98/0.00/0.57/0.66)	

CMYK percentages

%97.67
%0
%56.98
%66.27

Codes

Color #025625 in popluar color models

025625
RGB28637
HSL145°95.45%17.25%
HSB/HSV145°97.67%33.73%
CMYK97.67%0.00%56.98%
66.27%

Color #025625 in popluar number systems.

HEX025625
Decimal28637
Binary101010110100101
Octal212645

Shades and tints

Shades of #025625

#025625
(2,86,37)
#024F22
(2,79,34)
#02481F
(2,72,31)
#02411C
(2,65,28)
#023A19
(2,58,25)
#023316
(2,51,22)
#022C13
(2,44,19)
#022510
(2,37,16)
#021E0D
(2,30,13)
#02170A
(2,23,10)
#021007
(2,16,7)
#000000
(0,0,0)

Tints of #025625

#025625
(2,86,37)
#196538
(25,101,56)
#30744B
(48,116,75)
#47835E
(71,131,94)
#5E9271
(94,146,113)
#75A184
(117,161,132)
#8CB097
(140,176,151)
#A3BFAA
(163,191,170)
#BACEBD
(186,206,189)
#D1DDD0
(209,221,208)
#E8ECE3
(232,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #025625 color. Also use rgb(2,86,37) instead hex code.

Text Font Color

.myTextColor { color: #025625; }

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

This text font color is #025625.


Background Color

.myBgColor { background-color: #025625; }

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

This div background color is #025625.


Border color

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

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

This div border color is #025625.


Opacity

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

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

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

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

This text has shadow with #025625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025625 on black background.


Color preview on white background

This text has color #025625 on white background.



Black color preview on #025625 background

This text has black color on #025625 background.


White color preview on #025625 background

This text has white color on #025625 background.