COLOR #254548

HEX: #254548
RGB: (37,69,72)

Color info

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

RGB color model

#254548 color RGB value is (37,69,72).

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

RGB channels and saturation

R 37 of 255 = 15%
G 69 of 255 = 27%
B 72 of 255 = 28%

37
69
72

R + G + B ~ 23%. #254548 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 69 + 72 = 178 (100%)
R 37 of 178 ~ 20.79%
G 69 of 178 ~ 38.76%
B 72 of 178 ~ 40.45%

%20.79
%38.76
%40.45

CMYK color model

#254548 color CMYK value is (49,4,0,72).

  • cyan value is 48.61%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(49,4,0,72)
C49M4Y0K72 
(49%,4%,0%,72%)
(0.49/0.04/0.00/0.72)	

CMYK percentages

%48.61
%4.17
%0
%71.76

Codes

Color #254548 in popluar color models

254548
RGB376972
HSL185°32.11%21.37%
HSB/HSV185°48.61%28.24%
CMYK48.61%4.17%0.00%
71.76%

Color #254548 in popluar number systems.

HEX254548
Decimal376972
Binary10010110001011001000
Octal45105110

Shades and tints

Shades of #254548

#254548
(37,69,72)
#223F42
(34,63,66)
#1F393C
(31,57,60)
#1C3336
(28,51,54)
#192D30
(25,45,48)
#16272A
(22,39,42)
#132124
(19,33,36)
#101B1E
(16,27,30)
#0D1518
(13,21,24)
#0A0F12
(10,15,18)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #254548

#254548
(37,69,72)
#385558
(56,85,88)
#4B6568
(75,101,104)
#5E7578
(94,117,120)
#718588
(113,133,136)
#849598
(132,149,152)
#97A5A8
(151,165,168)
#AAB5B8
(170,181,184)
#BDC5C8
(189,197,200)
#D0D5D8
(208,213,216)
#E3E5E8
(227,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254548; }

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

This text font color is #254548.


Background Color

.myBgColor { background-color: #254548; }

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

This div background color is #254548.


Border color

.myBorderColor { border: 1px solid #254548; }

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

This div border color is #254548.


Opacity

.myOpacity80 { color: #254548; opacity: 0.8; }

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

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

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

This text has shadow with #254548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254548 on black background.


Color preview on white background

This text has color #254548 on white background.



Black color preview on #254548 background

This text has black color on #254548 background.


White color preview on #254548 background

This text has white color on #254548 background.