COLOR #25484A

HEX: #25484A RGB: (37,72,74)

Color info

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

RGB color model

#25484A color RGB value is (37,72,74).

RGB: (37,72,74) (15%, 28%, 29%)

RGB channels and saturation

R 37 of 255 = 15%
G 72 of 255 = 28%
B 74 of 255 = 29%

37
72
74

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

Portions of RGB colors in percentages

R + G + B = 37 + 72 + 74 = 183 (100%)
R 37 of 183 ~ 20.22%
G 72 of 183 ~ 39.34%
B 74 of 183 ~ 40.44'%

%20.22
%39.34
%40.44

CMYK color model

#25484A color CMYK value is (50,3,0,71).

  • cyan value is 50.00%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 70.98%

CMYK: (50,3,0,71)
C50M3Y0K71 (50%, 3%, 0%, 71%)
(0.50 / 0.03 / 0.00 / 0.71)

CMYK percentages

%50
%2.7
%0
%70.98

Codes

Color #25484A in popluar color models

25 48 4A
RGB 37 72 74
HSL 183° 33.33% 21.76%
HSB/HSV 183° 50.00% 29.02%
CMYK 50.00% 2.70% 0.00%
70.98%

Color #25484A in popluar number systems.

HEX 25 48 4A
Decimal 37 72 74
Binary 100101 1001000 1001010
Octal 45 110 112

Shades and tints

Shades of #25484A

#25484A
(37,72,74)
#224244
(34,66,68)
#1F3C3E
(31,60,62)
#1C3638
(28,54,56)
#193032
(25,48,50)
#162A2C
(22,42,44)
#132426
(19,36,38)
#101E20
(16,30,32)
#0D181A
(13,24,26)
#0A1214
(10,18,20)
#070C0E
(7,12,14)
#000000
(0,0,0)

Tints of #25484A

#25484A
(37,72,74)
#38585A
(56,88,90)
#4B686A
(75,104,106)
#5E787A
(94,120,122)
#71888A
(113,136,138)
#84989A
(132,152,154)
#97A8AA
(151,168,170)
#AAB8BA
(170,184,186)
#BDC8CA
(189,200,202)
#D0D8DA
(208,216,218)
#E3E8EA
(227,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25484A; }

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

This text font color is #25484A.

Background Color

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

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

This div background color is #25484A.

Border color

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

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

This div border color is #25484A.

Opacity

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

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

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

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

This text has shadow with #25484A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25484A.

Preview

Color preview on black background

This text has color #25484A on black background.


Color preview on white background

This text has color #25484A on white background.


Black color preview on #25484A background

This text has black color on #25484A background.


White color preview on #25484A background

This text has white color on #25484A background.


Related colors

Complementary color

Complementary color for #hex is #DAB7B5.


I love getcolorcode.com

Triadic colors

1 #4A2548 and #484A25 with #25484A are triadic colors.

2 #4A4825 and #48254A with #25484A are triadic colors.