COLOR #254660

HEX: #254660
RGB: (37,70,96)

Color info

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

RGB color model

#254660 color RGB value is (37,70,96).

  • red value is 37;
  • green value is 70;
  • blue value is 96.
RGB:
(37,70,96)
(15%,27%,38%)

RGB channels and saturation

R 37 of 255 = 15%
G 70 of 255 = 27%
B 96 of 255 = 38%

37
70
96

R + G + B ~ 27%. #254660 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 70 + 96 = 203 (100%)
R 37 of 203 ~ 18.23%
G 70 of 203 ~ 34.48%
B 96 of 203 ~ 47.29%

%18.23
%34.48
%47.29

CMYK color model

#254660 color CMYK value is (61,27,0,62).

  • cyan value is 61.46%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(61,27,0,62)
C61M27Y0K62 
(61%,27%,0%,62%)
(0.61/0.27/0.00/0.62)	

CMYK percentages

%61.46
%27.08
%0
%62.35

Codes

Color #254660 in popluar color models

254660
RGB377096
HSL206°44.36%26.08%
HSB/HSV206°61.46%37.65%
CMYK61.46%27.08%0.00%
62.35%

Color #254660 in popluar number systems.

HEX254660
Decimal377096
Binary10010110001101100000
Octal45106140

Shades and tints

Shades of #254660

#254660
(37,70,96)
#224058
(34,64,88)
#1F3A50
(31,58,80)
#1C3448
(28,52,72)
#192E40
(25,46,64)
#162838
(22,40,56)
#132230
(19,34,48)
#101C28
(16,28,40)
#0D1620
(13,22,32)
#0A1018
(10,16,24)
#070A10
(7,10,16)
#000000
(0,0,0)

Tints of #254660

#254660
(37,70,96)
#38566E
(56,86,110)
#4B667C
(75,102,124)
#5E768A
(94,118,138)
#718698
(113,134,152)
#8496A6
(132,150,166)
#97A6B4
(151,166,180)
#AAB6C2
(170,182,194)
#BDC6D0
(189,198,208)
#D0D6DE
(208,214,222)
#E3E6EC
(227,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254660 color. Also use rgb(37,70,96) instead hex code.

Text Font Color

.myTextColor { color: #254660; }

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

This text font color is #254660.


Background Color

.myBgColor { background-color: #254660; }

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

This div background color is #254660.


Border color

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

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

This div border color is #254660.


Opacity

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

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

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

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

This text has shadow with #254660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254660 on black background.


Color preview on white background

This text has color #254660 on white background.



Black color preview on #254660 background

This text has black color on #254660 background.


White color preview on #254660 background

This text has white color on #254660 background.