COLOR #25525E

HEX: #25525E
RGB: (37,82,94)

Color info

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

RGB color model

#25525E color RGB value is (37,82,94).

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

RGB channels and saturation

R 37 of 255 = 15%
G 82 of 255 = 32%
B 94 of 255 = 37%

37
82
94

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

Portions of RGB colors in percentages

R + G + B =
37 + 82 + 94 = 213 (100%)
R 37 of 213 ~ 17.37%
G 82 of 213 ~ 38.5%
B 94 of 213 ~ 44.13%

%17.37
%38.5
%44.13

CMYK color model

#25525E color CMYK value is (61,13,0,63).

  • cyan value is 60.64%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(61,13,0,63)
C61M13Y0K63 
(61%,13%,0%,63%)
(0.61/0.13/0.00/0.63)	

CMYK percentages

%60.64
%12.77
%0
%63.14

Codes

Color #25525E in popluar color models

25525E
RGB378294
HSL193°43.51%25.69%
HSB/HSV193°60.64%36.86%
CMYK60.64%12.77%0.00%
63.14%

Color #25525E in popluar number systems.

HEX25525E
Decimal378294
Binary10010110100101011110
Octal45122136

Shades and tints

Shades of #25525E

#25525E
(37,82,94)
#224B56
(34,75,86)
#1F444E
(31,68,78)
#1C3D46
(28,61,70)
#19363E
(25,54,62)
#162F36
(22,47,54)
#13282E
(19,40,46)
#102126
(16,33,38)
#0D1A1E
(13,26,30)
#0A1316
(10,19,22)
#070C0E
(7,12,14)
#000000
(0,0,0)

Tints of #25525E

#25525E
(37,82,94)
#38616C
(56,97,108)
#4B707A
(75,112,122)
#5E7F88
(94,127,136)
#718E96
(113,142,150)
#849DA4
(132,157,164)
#97ACB2
(151,172,178)
#AABBC0
(170,187,192)
#BDCACE
(189,202,206)
#D0D9DC
(208,217,220)
#E3E8EA
(227,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25525E; }

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

This text font color is #25525E.


Background Color

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

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

This div background color is #25525E.


Border color

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

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

This div border color is #25525E.


Opacity

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

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

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

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

This text has shadow with #25525E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25525E on black background.


Color preview on white background

This text has color #25525E on white background.



Black color preview on #25525E background

This text has black color on #25525E background.


White color preview on #25525E background

This text has white color on #25525E background.