COLOR #254147

HEX: #254147
RGB: (37,65,71)

Color info

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

RGB color model

#254147 color RGB value is (37,65,71).

  • red value is 37;
  • green value is 65;
  • blue value is 71.
RGB:
(37,65,71)
(15%,25%,28%)

RGB channels and saturation

R 37 of 255 = 15%
G 65 of 255 = 25%
B 71 of 255 = 28%

37
65
71

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

Portions of RGB colors in percentages

R + G + B =
37 + 65 + 71 = 173 (100%)
R 37 of 173 ~ 21.39%
G 65 of 173 ~ 37.57%
B 71 of 173 ~ 41.04%

%21.39
%37.57
%41.04

CMYK color model

#254147 color CMYK value is (48,8,0,72).

  • cyan value is 47.89%
  • magenta value is 8.45%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(48,8,0,72)
C48M8Y0K72 
(48%,8%,0%,72%)
(0.48/0.08/0.00/0.72)	

CMYK percentages

%47.89
%8.45
%0
%72.16

Codes

Color #254147 in popluar color models

254147
RGB376571
HSL191°31.48%21.18%
HSB/HSV191°47.89%27.84%
CMYK47.89%8.45%0.00%
72.16%

Color #254147 in popluar number systems.

HEX254147
Decimal376571
Binary10010110000011000111
Octal45101107

Shades and tints

Shades of #254147

#254147
(37,65,71)
#223C41
(34,60,65)
#1F373B
(31,55,59)
#1C3235
(28,50,53)
#192D2F
(25,45,47)
#162829
(22,40,41)
#132323
(19,35,35)
#101E1D
(16,30,29)
#0D1917
(13,25,23)
#0A1411
(10,20,17)
#070F0B
(7,15,11)
#000000
(0,0,0)

Tints of #254147

#254147
(37,65,71)
#385257
(56,82,87)
#4B6367
(75,99,103)
#5E7477
(94,116,119)
#718587
(113,133,135)
#849697
(132,150,151)
#97A7A7
(151,167,167)
#AAB8B7
(170,184,183)
#BDC9C7
(189,201,199)
#D0DAD7
(208,218,215)
#E3EBE7
(227,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254147 color. Also use rgb(37,65,71) instead hex code.

Text Font Color

.myTextColor { color: #254147; }

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

This text font color is #254147.


Background Color

.myBgColor { background-color: #254147; }

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

This div background color is #254147.


Border color

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

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

This div border color is #254147.


Opacity

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

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

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

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

This text has shadow with #254147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254147 on black background.


Color preview on white background

This text has color #254147 on white background.



Black color preview on #254147 background

This text has black color on #254147 background.


White color preview on #254147 background

This text has white color on #254147 background.