COLOR #025713

HEX: #025713
RGB: (2,87,19)

Color info

#025713 contains mainly green color. Web safe color of #025713 is #006600 (or #060).

RGB color model

#025713 color RGB value is (2,87,19).

  • red value is 2;
  • green value is 87;
  • blue value is 19.
RGB:
(2,87,19)
(1%,34%,7%)

RGB channels and saturation

R 2 of 255 = 1%
G 87 of 255 = 34%
B 19 of 255 = 7%

2
87
19

R + G + B ~ 14%. #025713 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 87 + 19 = 108 (100%)
R 2 of 108 ~ 1.85%
G 87 of 108 ~ 80.56%
B 19 of 108 ~ 17.59%

%80.56
%17.59

CMYK color model

#025713 color CMYK value is (98,0,78,66).

  • cyan value is 97.70%
  • magenta value is 0.00%
  • yellow value is 78.16%
  • key color value is 65.88%
CMYK:
(98,0,78,66)
C98M0Y78K66 
(98%,0%,78%,66%)
(0.98/0.00/0.78/0.66)	

CMYK percentages

%97.7
%0
%78.16
%65.88

Codes

Color #025713 in popluar color models

025713
RGB28719
HSL132°95.51%17.45%
HSB/HSV132°97.70%34.12%
CMYK97.70%0.00%78.16%
65.88%

Color #025713 in popluar number systems.

HEX025713
Decimal28719
Binary10101011110011
Octal212723

Shades and tints

Shades of #025713

#025713
(2,87,19)
#025012
(2,80,18)
#024911
(2,73,17)
#024210
(2,66,16)
#023B0F
(2,59,15)
#02340E
(2,52,14)
#022D0D
(2,45,13)
#02260C
(2,38,12)
#021F0B
(2,31,11)
#02180A
(2,24,10)
#021109
(2,17,9)
#000000
(0,0,0)

Tints of #025713

#025713
(2,87,19)
#196628
(25,102,40)
#30753D
(48,117,61)
#478452
(71,132,82)
#5E9367
(94,147,103)
#75A27C
(117,162,124)
#8CB191
(140,177,145)
#A3C0A6
(163,192,166)
#BACFBB
(186,207,187)
#D1DED0
(209,222,208)
#E8EDE5
(232,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #025713 color. Also use rgb(2,87,19) instead hex code.

Text Font Color

.myTextColor { color: #025713; }

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

This text font color is #025713.


Background Color

.myBgColor { background-color: #025713; }

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

This div background color is #025713.


Border color

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

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

This div border color is #025713.


Opacity

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

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

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

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

This text has shadow with #025713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025713 on black background.


Color preview on white background

This text has color #025713 on white background.



Black color preview on #025713 background

This text has black color on #025713 background.


White color preview on #025713 background

This text has white color on #025713 background.