COLOR #25885E

HEX: #25885E
RGB: (37,136,94)

Color info

#25885E contains mainly green and blue colors. Web safe color of #25885E is #339966 (or #396).

RGB color model

#25885E color RGB value is (37,136,94).

  • red value is 37;
  • green value is 136;
  • blue value is 94.
RGB:
(37,136,94)
(15%,53%,37%)

RGB channels and saturation

R 37 of 255 = 15%
G 136 of 255 = 53%
B 94 of 255 = 37%

37
136
94

R + G + B ~ 35%. #25885E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 136 + 94 = 267 (100%)
R 37 of 267 ~ 13.86%
G 136 of 267 ~ 50.94%
B 94 of 267 ~ 35.21%

%13.86
%50.94
%35.21

CMYK color model

#25885E color CMYK value is (73,0,31,47).

  • cyan value is 72.79%
  • magenta value is 0.00%
  • yellow value is 30.88%
  • key color value is 46.67%
CMYK:
(73,0,31,47)
C73M0Y31K47 
(73%,0%,31%,47%)
(0.73/0.00/0.31/0.47)	

CMYK percentages

%72.79
%0
%30.88
%46.67

Codes

Color #25885E in popluar color models

25885E
RGB3713694
HSL155°57.23%33.92%
HSB/HSV155°72.79%53.33%
CMYK72.79%0.00%30.88%
46.67%

Color #25885E in popluar number systems.

HEX25885E
Decimal3713694
Binary100101100010001011110
Octal45210136

Shades and tints

Shades of #25885E

#25885E
(37,136,94)
#227C56
(34,124,86)
#1F704E
(31,112,78)
#1C6446
(28,100,70)
#19583E
(25,88,62)
#164C36
(22,76,54)
#13402E
(19,64,46)
#103426
(16,52,38)
#0D281E
(13,40,30)
#0A1C16
(10,28,22)
#07100E
(7,16,14)
#000000
(0,0,0)

Tints of #25885E

#25885E
(37,136,94)
#38926C
(56,146,108)
#4B9C7A
(75,156,122)
#5EA688
(94,166,136)
#71B096
(113,176,150)
#84BAA4
(132,186,164)
#97C4B2
(151,196,178)
#AACEC0
(170,206,192)
#BDD8CE
(189,216,206)
#D0E2DC
(208,226,220)
#E3ECEA
(227,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25885E color. Also use rgb(37,136,94) instead hex code.

Text Font Color

.myTextColor { color: #25885E; }

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

This text font color is #25885E.


Background Color

.myBgColor { background-color: #25885E; }

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

This div background color is #25885E.


Border color

.myBorderColor { border: 1px solid #25885E; }

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

This div border color is #25885E.


Opacity

.myOpacity80 { color: #25885E; opacity: 0.8; }

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

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

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

This text has shadow with #25885E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25885E on black background.


Color preview on white background

This text has color #25885E on white background.



Black color preview on #25885E background

This text has black color on #25885E background.


White color preview on #25885E background

This text has white color on #25885E background.