COLOR #25545A

HEX: #25545A RGB: (37,84,90)

Color info

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

RGB color model

#25545A color RGB value is (37,84,90).

RGB: (37,84,90) (15%, 33%, 35%)

RGB channels and saturation

R 37 of 255 = 15%
G 84 of 255 = 33%
B 90 of 255 = 35%

37
84
90

R + G + B ~ 28%. #25545A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 84 + 90 = 211 (100%)
R 37 of 211 ~ 17.54%
G 84 of 211 ~ 39.81%
B 90 of 211 ~ 42.65'%

%17.54
%39.81
%42.65

CMYK color model

#25545A color CMYK value is (59,7,0,65).

  • cyan value is 58.89%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (59,7,0,65)
C59M7Y0K65 (59%, 7%, 0%, 65%)
(0.59 / 0.07 / 0.00 / 0.65)

CMYK percentages

%58.89
%6.67
%0
%64.71

Codes

Color #25545A in popluar color models

25 54 5A
RGB 37 84 90
HSL 187° 41.73% 24.90%
HSB/HSV 187° 58.89% 35.29%
CMYK 58.89% 6.67% 0.00%
64.71%

Color #25545A in popluar number systems.

HEX 25 54 5A
Decimal 37 84 90
Binary 100101 1010100 1011010
Octal 45 124 132

Shades and tints

Shades of #25545A

#25545A
(37,84,90)
#224D52
(34,77,82)
#1F464A
(31,70,74)
#1C3F42
(28,63,66)
#19383A
(25,56,58)
#163132
(22,49,50)
#132A2A
(19,42,42)
#102322
(16,35,34)
#0D1C1A
(13,28,26)
#0A1512
(10,21,18)
#070E0A
(7,14,10)
#000000
(0,0,0)

Tints of #25545A

#25545A
(37,84,90)
#386369
(56,99,105)
#4B7278
(75,114,120)
#5E8187
(94,129,135)
#719096
(113,144,150)
#849FA5
(132,159,165)
#97AEB4
(151,174,180)
#AABDC3
(170,189,195)
#BDCCD2
(189,204,210)
#D0DBE1
(208,219,225)
#E3EAF0
(227,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25545A; }

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

This text font color is #25545A.

Background Color

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

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

This div background color is #25545A.

Border color

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

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

This div border color is #25545A.

Opacity

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

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

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

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

This text has shadow with #25545A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25545A.

Preview

Color preview on black background

This text has color #25545A on black background.


Color preview on white background

This text has color #25545A on white background.


Black color preview on #25545A background

This text has black color on #25545A background.


White color preview on #25545A background

This text has white color on #25545A background.


Related colors

Complementary color

Complementary color for #hex is #DAABA5.


I love getcolorcode.com

Triadic colors

1 #5A2554 and #545A25 with #25545A are triadic colors.

2 #5A5425 and #54255A with #25545A are triadic colors.