COLOR #25484D

HEX: #25484D RGB: (37,72,77)

Color info

#25484D contains red, green and blue colors in about the same proportion. Web safe color of #25484D is #333333 (or #333).

RGB color model

#25484D color RGB value is (37,72,77).

RGB: (37,72,77) (15%, 28%, 30%)

RGB channels and saturation

R 37 of 255 = 15%
G 72 of 255 = 28%
B 77 of 255 = 30%

37
72
77

R + G + B ~ 24%. #25484D is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 72 + 77 = 186 (100%)
R 37 of 186 ~ 19.89%
G 72 of 186 ~ 38.71%
B 77 of 186 ~ 41.4'%

%19.89
%38.71
%41.4

CMYK color model

#25484D color CMYK value is (52,6,0,70).

  • cyan value is 51.95%
  • magenta value is 6.49%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (52,6,0,70)
C52M6Y0K70 (52%, 6%, 0%, 70%)
(0.52 / 0.06 / 0.00 / 0.70)

CMYK percentages

%51.95
%6.49
%0
%69.8

Codes

Color #25484D in popluar color models

25 48 4D
RGB 37 72 77
HSL 188° 35.09% 22.35%
HSB/HSV 188° 51.95% 30.20%
CMYK 51.95% 6.49% 0.00%
69.80%

Color #25484D in popluar number systems.

HEX 25 48 4D
Decimal 37 72 77
Binary 100101 1001000 1001101
Octal 45 110 115

Shades and tints

Shades of #25484D

#25484D
(37,72,77)
#224246
(34,66,70)
#1F3C3F
(31,60,63)
#1C3638
(28,54,56)
#193031
(25,48,49)
#162A2A
(22,42,42)
#132423
(19,36,35)
#101E1C
(16,30,28)
#0D1815
(13,24,21)
#0A120E
(10,18,14)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #25484D

#25484D
(37,72,77)
#38585D
(56,88,93)
#4B686D
(75,104,109)
#5E787D
(94,120,125)
#71888D
(113,136,141)
#84989D
(132,152,157)
#97A8AD
(151,168,173)
#AAB8BD
(170,184,189)
#BDC8CD
(189,200,205)
#D0D8DD
(208,216,221)
#E3E8ED
(227,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25484D color. Also use rgb(37,72,77) instead hex code.

Text Font Color

.myTextColor { color: #25484D; }

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

This text font color is #25484D.

Background Color

.myBgColor { background-color: #25484D; }

<div style="background-color:#25484D">Inner text</div>

This div background color is #25484D.

Border color

.myBorderColor { border: 1px solid #25484D; }

<div style="border:3px solid #25484D">Div</div>

This div border color is #25484D.

Opacity

.myOpacity80 { color: #25484D; opacity: 0.8; }

<p style="color:#25484D;opacity:0.8;">80%</p>

Text with #25484D 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 #25484D;}

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

This text has shadow with #25484D color.


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

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

This text has shadow with #25484D primary color and red secondary color.


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

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

This text has shadow with #25484D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #25484D.

Preview

Color preview on black background

This text has color #25484D on black background.


Color preview on white background

This text has color #25484D on white background.


Black color preview on #25484D background

This text has black color on #25484D background.


White color preview on #25484D background

This text has white color on #25484D background.


Related colors

Complementary color

Complementary color for #hex is #DAB7B2.


I love getcolorcode.com

Triadic colors

1 #4D2548 and #484D25 with #25484D are triadic colors.

2 #4D4825 and #48254D with #25484D are triadic colors.