COLOR #25644E

HEX: #25644E
RGB: (37,100,78)

Color info

#25644E contains mainly green and blue colors. Web safe color of #25644E is #336666 (or #366).

RGB color model

#25644E color RGB value is (37,100,78).

  • red value is 37;
  • green value is 100;
  • blue value is 78.
RGB:
(37,100,78)
(15%,39%,31%)

RGB channels and saturation

R 37 of 255 = 15%
G 100 of 255 = 39%
B 78 of 255 = 31%

37
100
78

R + G + B ~ 28%. #25644E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 100 + 78 = 215 (100%)
R 37 of 215 ~ 17.21%
G 100 of 215 ~ 46.51%
B 78 of 215 ~ 36.28%

%17.21
%46.51
%36.28

CMYK color model

#25644E color CMYK value is (63,0,22,61).

  • cyan value is 63.00%
  • magenta value is 0.00%
  • yellow value is 22.00%
  • key color value is 60.78%
CMYK:
(63,0,22,61)
C63M0Y22K61 
(63%,0%,22%,61%)
(0.63/0.00/0.22/0.61)	

CMYK percentages

%63
%0
%22
%60.78

Codes

Color #25644E in popluar color models

25644E
RGB3710078
HSL159°45.99%26.86%
HSB/HSV159°63.00%39.22%
CMYK63.00%0.00%22.00%
60.78%

Color #25644E in popluar number systems.

HEX25644E
Decimal3710078
Binary10010111001001001110
Octal45144116

Shades and tints

Shades of #25644E

#25644E
(37,100,78)
#225B47
(34,91,71)
#1F5240
(31,82,64)
#1C4939
(28,73,57)
#194032
(25,64,50)
#16372B
(22,55,43)
#132E24
(19,46,36)
#10251D
(16,37,29)
#0D1C16
(13,28,22)
#0A130F
(10,19,15)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #25644E

#25644E
(37,100,78)
#38725E
(56,114,94)
#4B806E
(75,128,110)
#5E8E7E
(94,142,126)
#719C8E
(113,156,142)
#84AA9E
(132,170,158)
#97B8AE
(151,184,174)
#AAC6BE
(170,198,190)
#BDD4CE
(189,212,206)
#D0E2DE
(208,226,222)
#E3F0EE
(227,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25644E color. Also use rgb(37,100,78) instead hex code.

Text Font Color

.myTextColor { color: #25644E; }

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

This text font color is #25644E.


Background Color

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

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

This div background color is #25644E.


Border color

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

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

This div border color is #25644E.


Opacity

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

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

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

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

This text has shadow with #25644E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25644E on black background.


Color preview on white background

This text has color #25644E on white background.



Black color preview on #25644E background

This text has black color on #25644E background.


White color preview on #25644E background

This text has white color on #25644E background.