COLOR #254B6F

HEX: #254B6F
RGB: (37,75,111)

Color info

#254B6F contains mainly green and blue colors. Web safe color of #254B6F is #333366 (or #336).

RGB color model

#254B6F color RGB value is (37,75,111).

  • red value is 37;
  • green value is 75;
  • blue value is 111.
RGB:
(37,75,111)
(15%,29%,44%)

RGB channels and saturation

R 37 of 255 = 15%
G 75 of 255 = 29%
B 111 of 255 = 44%

37
75
111

R + G + B ~ 29%. #254B6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 75 + 111 = 223 (100%)
R 37 of 223 ~ 16.59%
G 75 of 223 ~ 33.63%
B 111 of 223 ~ 49.78%

%16.59
%33.63
%49.78

CMYK color model

#254B6F color CMYK value is (67,32,0,56).

  • cyan value is 66.67%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(67,32,0,56)
C67M32Y0K56 
(67%,32%,0%,56%)
(0.67/0.32/0.00/0.56)	

CMYK percentages

%66.67
%32.43
%0
%56.47

Codes

Color #254B6F in popluar color models

254B6F
RGB3775111
HSL209°50.00%29.02%
HSB/HSV209°66.67%43.53%
CMYK66.67%32.43%0.00%
56.47%

Color #254B6F in popluar number systems.

HEX254B6F
Decimal3775111
Binary10010110010111101111
Octal45113157

Shades and tints

Shades of #254B6F

#254B6F
(37,75,111)
#224565
(34,69,101)
#1F3F5B
(31,63,91)
#1C3951
(28,57,81)
#193347
(25,51,71)
#162D3D
(22,45,61)
#132733
(19,39,51)
#102129
(16,33,41)
#0D1B1F
(13,27,31)
#0A1515
(10,21,21)
#070F0B
(7,15,11)
#000000
(0,0,0)

Tints of #254B6F

#254B6F
(37,75,111)
#385B7C
(56,91,124)
#4B6B89
(75,107,137)
#5E7B96
(94,123,150)
#718BA3
(113,139,163)
#849BB0
(132,155,176)
#97ABBD
(151,171,189)
#AABBCA
(170,187,202)
#BDCBD7
(189,203,215)
#D0DBE4
(208,219,228)
#E3EBF1
(227,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254B6F color. Also use rgb(37,75,111) instead hex code.

Text Font Color

.myTextColor { color: #254B6F; }

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

This text font color is #254B6F.


Background Color

.myBgColor { background-color: #254B6F; }

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

This div background color is #254B6F.


Border color

.myBorderColor { border: 1px solid #254B6F; }

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

This div border color is #254B6F.


Opacity

.myOpacity80 { color: #254B6F; opacity: 0.8; }

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

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

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

This text has shadow with #254B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254B6F on black background.


Color preview on white background

This text has color #254B6F on white background.



Black color preview on #254B6F background

This text has black color on #254B6F background.


White color preview on #254B6F background

This text has white color on #254B6F background.