COLOR #25695C

HEX: #25695C
RGB: (37,105,92)

Color info

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

RGB color model

#25695C color RGB value is (37,105,92).

  • red value is 37;
  • green value is 105;
  • blue value is 92.
RGB:
(37,105,92)
(15%,41%,36%)

RGB channels and saturation

R 37 of 255 = 15%
G 105 of 255 = 41%
B 92 of 255 = 36%

37
105
92

R + G + B ~ 31%. #25695C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 105 + 92 = 234 (100%)
R 37 of 234 ~ 15.81%
G 105 of 234 ~ 44.87%
B 92 of 234 ~ 39.32%

%15.81
%44.87
%39.32

CMYK color model

#25695C color CMYK value is (65,0,12,59).

  • cyan value is 64.76%
  • magenta value is 0.00%
  • yellow value is 12.38%
  • key color value is 58.82%
CMYK:
(65,0,12,59)
C65M0Y12K59 
(65%,0%,12%,59%)
(0.65/0.00/0.12/0.59)	

CMYK percentages

%64.76
%0
%12.38
%58.82

Codes

Color #25695C in popluar color models

25695C
RGB3710592
HSL169°47.89%27.84%
HSB/HSV169°64.76%41.18%
CMYK64.76%0.00%12.38%
58.82%

Color #25695C in popluar number systems.

HEX25695C
Decimal3710592
Binary10010111010011011100
Octal45151134

Shades and tints

Shades of #25695C

#25695C
(37,105,92)
#226054
(34,96,84)
#1F574C
(31,87,76)
#1C4E44
(28,78,68)
#19453C
(25,69,60)
#163C34
(22,60,52)
#13332C
(19,51,44)
#102A24
(16,42,36)
#0D211C
(13,33,28)
#0A1814
(10,24,20)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #25695C

#25695C
(37,105,92)
#38766A
(56,118,106)
#4B8378
(75,131,120)
#5E9086
(94,144,134)
#719D94
(113,157,148)
#84AAA2
(132,170,162)
#97B7B0
(151,183,176)
#AAC4BE
(170,196,190)
#BDD1CC
(189,209,204)
#D0DEDA
(208,222,218)
#E3EBE8
(227,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25695C color. Also use rgb(37,105,92) instead hex code.

Text Font Color

.myTextColor { color: #25695C; }

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

This text font color is #25695C.


Background Color

.myBgColor { background-color: #25695C; }

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

This div background color is #25695C.


Border color

.myBorderColor { border: 1px solid #25695C; }

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

This div border color is #25695C.


Opacity

.myOpacity80 { color: #25695C; opacity: 0.8; }

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

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

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

This text has shadow with #25695C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25695C on black background.


Color preview on white background

This text has color #25695C on white background.



Black color preview on #25695C background

This text has black color on #25695C background.


White color preview on #25695C background

This text has white color on #25695C background.