COLOR #25615A

HEX: #25615A
RGB: (37,97,90)

Color info

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

RGB color model

#25615A color RGB value is (37,97,90).

  • red value is 37;
  • green value is 97;
  • blue value is 90.
RGB:
(37,97,90)
(15%,38%,35%)

RGB channels and saturation

R 37 of 255 = 15%
G 97 of 255 = 38%
B 90 of 255 = 35%

37
97
90

R + G + B ~ 29%. #25615A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 97 + 90 = 224 (100%)
R 37 of 224 ~ 16.52%
G 97 of 224 ~ 43.3%
B 90 of 224 ~ 40.18%

%16.52
%43.3
%40.18

CMYK color model

#25615A color CMYK value is (62,0,7,62).

  • cyan value is 61.86%
  • magenta value is 0.00%
  • yellow value is 7.22%
  • key color value is 61.96%
CMYK:
(62,0,7,62)
C62M0Y7K62 
(62%,0%,7%,62%)
(0.62/0.00/0.07/0.62)	

CMYK percentages

%61.86
%0
%7.22
%61.96

Codes

Color #25615A in popluar color models

25615A
RGB379790
HSL173°44.78%26.27%
HSB/HSV173°61.86%38.04%
CMYK61.86%0.00%7.22%
61.96%

Color #25615A in popluar number systems.

HEX25615A
Decimal379790
Binary10010111000011011010
Octal45141132

Shades and tints

Shades of #25615A

#25615A
(37,97,90)
#225952
(34,89,82)
#1F514A
(31,81,74)
#1C4942
(28,73,66)
#19413A
(25,65,58)
#163932
(22,57,50)
#13312A
(19,49,42)
#102922
(16,41,34)
#0D211A
(13,33,26)
#0A1912
(10,25,18)
#07110A
(7,17,10)
#000000
(0,0,0)

Tints of #25615A

#25615A
(37,97,90)
#386F69
(56,111,105)
#4B7D78
(75,125,120)
#5E8B87
(94,139,135)
#719996
(113,153,150)
#84A7A5
(132,167,165)
#97B5B4
(151,181,180)
#AAC3C3
(170,195,195)
#BDD1D2
(189,209,210)
#D0DFE1
(208,223,225)
#E3EDF0
(227,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25615A color. Also use rgb(37,97,90) instead hex code.

Text Font Color

.myTextColor { color: #25615A; }

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

This text font color is #25615A.


Background Color

.myBgColor { background-color: #25615A; }

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

This div background color is #25615A.


Border color

.myBorderColor { border: 1px solid #25615A; }

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

This div border color is #25615A.


Opacity

.myOpacity80 { color: #25615A; opacity: 0.8; }

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

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

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

This text has shadow with #25615A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25615A on black background.


Color preview on white background

This text has color #25615A on white background.



Black color preview on #25615A background

This text has black color on #25615A background.


White color preview on #25615A background

This text has white color on #25615A background.