COLOR #25454A

HEX: #25454A
RGB: (37,69,74)

Color info

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

RGB color model

#25454A color RGB value is (37,69,74).

  • red value is 37;
  • green value is 69;
  • blue value is 74.
RGB:
(37,69,74)
(15%,27%,29%)

RGB channels and saturation

R 37 of 255 = 15%
G 69 of 255 = 27%
B 74 of 255 = 29%

37
69
74

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

Portions of RGB colors in percentages

R + G + B =
37 + 69 + 74 = 180 (100%)
R 37 of 180 ~ 20.56%
G 69 of 180 ~ 38.33%
B 74 of 180 ~ 41.11%

%20.56
%38.33
%41.11

CMYK color model

#25454A color CMYK value is (50,7,0,71).

  • cyan value is 50.00%
  • magenta value is 6.76%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(50,7,0,71)
C50M7Y0K71 
(50%,7%,0%,71%)
(0.50/0.07/0.00/0.71)	

CMYK percentages

%50
%6.76
%0
%70.98

Codes

Color #25454A in popluar color models

25454A
RGB376974
HSL188°33.33%21.76%
HSB/HSV188°50.00%29.02%
CMYK50.00%6.76%0.00%
70.98%

Color #25454A in popluar number systems.

HEX25454A
Decimal376974
Binary10010110001011001010
Octal45105112

Shades and tints

Shades of #25454A

#25454A
(37,69,74)
#223F44
(34,63,68)
#1F393E
(31,57,62)
#1C3338
(28,51,56)
#192D32
(25,45,50)
#16272C
(22,39,44)
#132126
(19,33,38)
#101B20
(16,27,32)
#0D151A
(13,21,26)
#0A0F14
(10,15,20)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #25454A

#25454A
(37,69,74)
#38555A
(56,85,90)
#4B656A
(75,101,106)
#5E757A
(94,117,122)
#71858A
(113,133,138)
#84959A
(132,149,154)
#97A5AA
(151,165,170)
#AAB5BA
(170,181,186)
#BDC5CA
(189,197,202)
#D0D5DA
(208,213,218)
#E3E5EA
(227,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25454A; }

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

This text font color is #25454A.


Background Color

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

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

This div background color is #25454A.


Border color

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

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

This div border color is #25454A.


Opacity

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

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

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

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

This text has shadow with #25454A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25454A on black background.


Color preview on white background

This text has color #25454A on white background.



Black color preview on #25454A background

This text has black color on #25454A background.


White color preview on #25454A background

This text has white color on #25454A background.