COLOR #25605F

HEX: #25605F RGB: (37,96,95)

Color info

#25605F contains red, green and blue colors in about the same proportion. Web safe color of #25605F is #336666 (or #366).

RGB color model

#25605F color RGB value is (37,96,95).

RGB: (37,96,95) (15%, 38%, 37%)

RGB channels and saturation

R 37 of 255 = 15%
G 96 of 255 = 38%
B 95 of 255 = 37%

37
96
95

R + G + B ~ 30%. #25605F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 96 + 95 = 228 (100%)
R 37 of 228 ~ 16.23%
G 96 of 228 ~ 42.11%
B 95 of 228 ~ 41.67'%

%16.23
%42.11
%41.67

CMYK color model

#25605F color CMYK value is (61,0,1,62).

  • cyan value is 61.46%
  • magenta value is 0.00%
  • yellow value is 1.04%
  • key color value is 62.35%
CMYK: (61,0,1,62) C61M0Y1K62 (61%,0%,1%,62%) (0.61/0.00/0.01/0.62) 

CMYK percentages

%61.46
%0
%1.04
%62.35

Codes

Color #25605F in popluar color models

25 60 5F
RGB 37 96 95
HSL 179° 44.36% 26.08%
HSB/HSV 179° 61.46% 37.65%
CMYK 61.46% 0.00% 1.04%
62.35%

Color #25605F in popluar number systems.

HEX 25 60 5F
Decimal 37 96 95
Binary 100101 1100000 1011111
Octal 45 140 137

Shades and tints

Shades of #25605F

#25605F
(37,96,95)
#225857
(34,88,87)
#1F504F
(31,80,79)
#1C4847
(28,72,71)
#19403F
(25,64,63)
#163837
(22,56,55)
#13302F
(19,48,47)
#102827
(16,40,39)
#0D201F
(13,32,31)
#0A1817
(10,24,23)
#07100F
(7,16,15)
#000000
(0,0,0)

Tints of #25605F

#25605F
(37,96,95)
#386E6D
(56,110,109)
#4B7C7B
(75,124,123)
#5E8A89
(94,138,137)
#719897
(113,152,151)
#84A6A5
(132,166,165)
#97B4B3
(151,180,179)
#AAC2C1
(170,194,193)
#BDD0CF
(189,208,207)
#D0DEDD
(208,222,221)
#E3ECEB
(227,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25605F color. Also use rgb(37,96,95) instead hex code.

Text Font Color

.myTextColor { color: #25605F; }

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

This text font color is #25605F.

Background Color

.myBgColor { background-color: #25605F; }

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

This div background color is #25605F.

Border color

.myBorderColor { border: 1px solid #25605F; }

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

This div border color is #25605F.

Opacity

.myOpacity80 { color: #25605F; opacity: 0.8; }

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

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

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

This text has shadow with #25605F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25605F.

Preview

Color preview on black background

This text has color #25605F on black background.


Color preview on white background

This text has color #25605F on white background.


Black color preview on #25605F background

This text has black color on #25605F background.


White color preview on #25605F background

This text has white color on #25605F background.


Related colors

Complementary color

Complementary color for #hex is #DA9FA0.


I love getcolorcode.com

Triadic colors

1 #5F2560 and #605F25 with #25605F are triadic colors.

2 #5F6025 and #60255F with #25605F are triadic colors.