COLOR #254466

HEX: #254466
RGB: (37,68,102)

Color info

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

RGB color model

#254466 color RGB value is (37,68,102).

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

RGB channels and saturation

R 37 of 255 = 15%
G 68 of 255 = 27%
B 102 of 255 = 40%

37
68
102

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

Portions of RGB colors in percentages

R + G + B =
37 + 68 + 102 = 207 (100%)
R 37 of 207 ~ 17.87%
G 68 of 207 ~ 32.85%
B 102 of 207 ~ 49.28%

%17.87
%32.85
%49.28

CMYK color model

#254466 color CMYK value is (64,33,0,60).

  • cyan value is 63.73%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(64,33,0,60)
C64M33Y0K60 
(64%,33%,0%,60%)
(0.64/0.33/0.00/0.60)	

CMYK percentages

%63.73
%33.33
%0
%60

Codes

Color #254466 in popluar color models

254466
RGB3768102
HSL211°46.76%27.25%
HSB/HSV211°63.73%40.00%
CMYK63.73%33.33%0.00%
60.00%

Color #254466 in popluar number systems.

HEX254466
Decimal3768102
Binary10010110001001100110
Octal45104146

Shades and tints

Shades of #254466

#254466
(37,68,102)
#223E5D
(34,62,93)
#1F3854
(31,56,84)
#1C324B
(28,50,75)
#192C42
(25,44,66)
#162639
(22,38,57)
#132030
(19,32,48)
#101A27
(16,26,39)
#0D141E
(13,20,30)
#0A0E15
(10,14,21)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #254466

#254466
(37,68,102)
#385573
(56,85,115)
#4B6680
(75,102,128)
#5E778D
(94,119,141)
#71889A
(113,136,154)
#8499A7
(132,153,167)
#97AAB4
(151,170,180)
#AABBC1
(170,187,193)
#BDCCCE
(189,204,206)
#D0DDDB
(208,221,219)
#E3EEE8
(227,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254466; }

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

This text font color is #254466.


Background Color

.myBgColor { background-color: #254466; }

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

This div background color is #254466.


Border color

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

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

This div border color is #254466.


Opacity

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

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

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

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

This text has shadow with #254466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254466 on black background.


Color preview on white background

This text has color #254466 on white background.



Black color preview on #254466 background

This text has black color on #254466 background.


White color preview on #254466 background

This text has white color on #254466 background.