COLOR #254456

HEX: #254456
RGB: (37,68,86)

Color info

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

RGB color model

#254456 color RGB value is (37,68,86).

  • red value is 37;
  • green value is 68;
  • blue value is 86.
RGB:
(37,68,86)
(15%,27%,34%)

RGB channels and saturation

R 37 of 255 = 15%
G 68 of 255 = 27%
B 86 of 255 = 34%

37
68
86

R + G + B ~ 25%. #254456 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 68 + 86 = 191 (100%)
R 37 of 191 ~ 19.37%
G 68 of 191 ~ 35.6%
B 86 of 191 ~ 45.03%

%19.37
%35.6
%45.03

CMYK color model

#254456 color CMYK value is (57,21,0,66).

  • cyan value is 56.98%
  • magenta value is 20.93%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(57,21,0,66)
C57M21Y0K66 
(57%,21%,0%,66%)
(0.57/0.21/0.00/0.66)	

CMYK percentages

%56.98
%20.93
%0
%66.27

Codes

Color #254456 in popluar color models

254456
RGB376886
HSL202°39.84%24.12%
HSB/HSV202°56.98%33.73%
CMYK56.98%20.93%0.00%
66.27%

Color #254456 in popluar number systems.

HEX254456
Decimal376886
Binary10010110001001010110
Octal45104126

Shades and tints

Shades of #254456

#254456
(37,68,86)
#223E4F
(34,62,79)
#1F3848
(31,56,72)
#1C3241
(28,50,65)
#192C3A
(25,44,58)
#162633
(22,38,51)
#13202C
(19,32,44)
#101A25
(16,26,37)
#0D141E
(13,20,30)
#0A0E17
(10,14,23)
#070810
(7,8,16)
#000000
(0,0,0)

Tints of #254456

#254456
(37,68,86)
#385565
(56,85,101)
#4B6674
(75,102,116)
#5E7783
(94,119,131)
#718892
(113,136,146)
#8499A1
(132,153,161)
#97AAB0
(151,170,176)
#AABBBF
(170,187,191)
#BDCCCE
(189,204,206)
#D0DDDD
(208,221,221)
#E3EEEC
(227,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254456 color. Also use rgb(37,68,86) instead hex code.

Text Font Color

.myTextColor { color: #254456; }

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

This text font color is #254456.


Background Color

.myBgColor { background-color: #254456; }

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

This div background color is #254456.


Border color

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

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

This div border color is #254456.


Opacity

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

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

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

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

This text has shadow with #254456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254456 on black background.


Color preview on white background

This text has color #254456 on white background.



Black color preview on #254456 background

This text has black color on #254456 background.


White color preview on #254456 background

This text has white color on #254456 background.