COLOR #254151

HEX: #254151
RGB: (37,65,81)

Color info

#254151 contains red, green and blue colors in about the same proportion. Web safe color of #254151 is #333366 (or #336).

RGB color model

#254151 color RGB value is (37,65,81).

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

RGB channels and saturation

R 37 of 255 = 15%
G 65 of 255 = 25%
B 81 of 255 = 32%

37
65
81

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

Portions of RGB colors in percentages

R + G + B =
37 + 65 + 81 = 183 (100%)
R 37 of 183 ~ 20.22%
G 65 of 183 ~ 35.52%
B 81 of 183 ~ 44.26%

%20.22
%35.52
%44.26

CMYK color model

#254151 color CMYK value is (54,20,0,68).

  • cyan value is 54.32%
  • magenta value is 19.75%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(54,20,0,68)
C54M20Y0K68 
(54%,20%,0%,68%)
(0.54/0.20/0.00/0.68)	

CMYK percentages

%54.32
%19.75
%0
%68.24

Codes

Color #254151 in popluar color models

254151
RGB376581
HSL202°37.29%23.14%
HSB/HSV202°54.32%31.76%
CMYK54.32%19.75%0.00%
68.24%

Color #254151 in popluar number systems.

HEX254151
Decimal376581
Binary10010110000011010001
Octal45101121

Shades and tints

Shades of #254151

#254151
(37,65,81)
#223C4A
(34,60,74)
#1F3743
(31,55,67)
#1C323C
(28,50,60)
#192D35
(25,45,53)
#16282E
(22,40,46)
#132327
(19,35,39)
#101E20
(16,30,32)
#0D1919
(13,25,25)
#0A1412
(10,20,18)
#070F0B
(7,15,11)
#000000
(0,0,0)

Tints of #254151

#254151
(37,65,81)
#385260
(56,82,96)
#4B636F
(75,99,111)
#5E747E
(94,116,126)
#71858D
(113,133,141)
#84969C
(132,150,156)
#97A7AB
(151,167,171)
#AAB8BA
(170,184,186)
#BDC9C9
(189,201,201)
#D0DAD8
(208,218,216)
#E3EBE7
(227,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254151; }

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

This text font color is #254151.


Background Color

.myBgColor { background-color: #254151; }

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

This div background color is #254151.


Border color

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

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

This div border color is #254151.


Opacity

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

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

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

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

This text has shadow with #254151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254151 on black background.


Color preview on white background

This text has color #254151 on white background.



Black color preview on #254151 background

This text has black color on #254151 background.


White color preview on #254151 background

This text has white color on #254151 background.