COLOR #254966

HEX: #254966 RGB: (37,73,102)

Color info

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

RGB color model

#254966 color RGB value is (37,73,102).

RGB: (37,73,102) (15%, 29%, 40%)

RGB channels and saturation

R 37 of 255 = 15%
G 73 of 255 = 29%
B 102 of 255 = 40%

37
73
102

R + G + B ~ 28%. #254966 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 73 + 102 = 212 (100%)
R 37 of 212 ~ 17.45%
G 73 of 212 ~ 34.43%
B 102 of 212 ~ 48.11'%

%17.45
%34.43
%48.11

CMYK color model

#254966 color CMYK value is (64,28,0,60).

  • cyan value is 63.73%
  • magenta value is 28.43%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (64,28,0,60)
C64M28Y0K60 (64%, 28%, 0%, 60%)
(0.64 / 0.28 / 0.00 / 0.60)

CMYK percentages

%63.73
%28.43
%0
%60

Codes

Color #254966 in popluar color models

25 49 66
RGB 37 73 102
HSL 207° 46.76% 27.25%
HSB/HSV 207° 63.73% 40.00%
CMYK 63.73% 28.43% 0.00%
60.00%

Color #254966 in popluar number systems.

HEX 25 49 66
Decimal 37 73 102
Binary 100101 1001001 1100110
Octal 45 111 146

Shades and tints

Shades of #254966

#254966
(37,73,102)
#22435D
(34,67,93)
#1F3D54
(31,61,84)
#1C374B
(28,55,75)
#193142
(25,49,66)
#162B39
(22,43,57)
#132530
(19,37,48)
#101F27
(16,31,39)
#0D191E
(13,25,30)
#0A1315
(10,19,21)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #254966

#254966
(37,73,102)
#385973
(56,89,115)
#4B6980
(75,105,128)
#5E798D
(94,121,141)
#71899A
(113,137,154)
#8499A7
(132,153,167)
#97A9B4
(151,169,180)
#AAB9C1
(170,185,193)
#BDC9CE
(189,201,206)
#D0D9DB
(208,217,219)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254966; }

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

This text font color is #254966.

Background Color

.myBgColor { background-color: #254966; }

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

This div background color is #254966.

Border color

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

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

This div border color is #254966.

Opacity

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

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

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

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

This text has shadow with #254966 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #254966.

Preview

Color preview on black background

This text has color #254966 on black background.


Color preview on white background

This text has color #254966 on white background.


Black color preview on #254966 background

This text has black color on #254966 background.


White color preview on #254966 background

This text has white color on #254966 background.


Related colors

Complementary color

Complementary color for #hex is #DAB699.


I love getcolorcode.com

Triadic colors

1 #662549 and #496625 with #254966 are triadic colors.

2 #664925 and #492566 with #254966 are triadic colors.