COLOR #254F65

HEX: #254F65 RGB: (37,79,101)

Color info

#254F65 contains mainly green and blue colors. Web safe color of #254F65 is #336666 (or #366).

RGB color model

#254F65 color RGB value is (37,79,101).

RGB: (37,79,101) (15%, 31%, 40%)

RGB channels and saturation

R 37 of 255 = 15%
G 79 of 255 = 31%
B 101 of 255 = 40%

37
79
101

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

Portions of RGB colors in percentages

R + G + B = 37 + 79 + 101 = 217 (100%)
R 37 of 217 ~ 17.05%
G 79 of 217 ~ 36.41%
B 101 of 217 ~ 46.54'%

%17.05
%36.41
%46.54

CMYK color model

#254F65 color CMYK value is (63,22,0,60).

  • cyan value is 63.37%
  • magenta value is 21.78%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (63,22,0,60)
C63M22Y0K60 (63%, 22%, 0%, 60%)
(0.63 / 0.22 / 0.00 / 0.60)

CMYK percentages

%63.37
%21.78
%0
%60.39

Codes

Color #254F65 in popluar color models

25 4F 65
RGB 37 79 101
HSL 201° 46.38% 27.06%
HSB/HSV 201° 63.37% 39.61%
CMYK 63.37% 21.78% 0.00%
60.39%

Color #254F65 in popluar number systems.

HEX 25 4F 65
Decimal 37 79 101
Binary 100101 1001111 1100101
Octal 45 117 145

Shades and tints

Shades of #254F65

#254F65
(37,79,101)
#22485C
(34,72,92)
#1F4153
(31,65,83)
#1C3A4A
(28,58,74)
#193341
(25,51,65)
#162C38
(22,44,56)
#13252F
(19,37,47)
#101E26
(16,30,38)
#0D171D
(13,23,29)
#0A1014
(10,16,20)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #254F65

#254F65
(37,79,101)
#385F73
(56,95,115)
#4B6F81
(75,111,129)
#5E7F8F
(94,127,143)
#718F9D
(113,143,157)
#849FAB
(132,159,171)
#97AFB9
(151,175,185)
#AABFC7
(170,191,199)
#BDCFD5
(189,207,213)
#D0DFE3
(208,223,227)
#E3EFF1
(227,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254F65 color. Also use rgb(37,79,101) instead hex code.

Text Font Color

.myTextColor { color: #254F65; }

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

This text font color is #254F65.

Background Color

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

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

This div background color is #254F65.

Border color

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

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

This div border color is #254F65.

Opacity

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

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

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

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

This text has shadow with #254F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #254F65.

Preview

Color preview on black background

This text has color #254F65 on black background.


Color preview on white background

This text has color #254F65 on white background.


Black color preview on #254F65 background

This text has black color on #254F65 background.


White color preview on #254F65 background

This text has white color on #254F65 background.


Related colors

Complementary color

Complementary color for #hex is #DAB09A.


I love getcolorcode.com

Triadic colors

1 #65254F and #4F6525 with #254F65 are triadic colors.

2 #654F25 and #4F2565 with #254F65 are triadic colors.