COLOR #253D5F

HEX: #253D5F RGB: (37,61,95)

Color info

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

RGB color model

#253D5F color RGB value is (37,61,95).

RGB: (37,61,95) (15%, 24%, 37%)

RGB channels and saturation

R 37 of 255 = 15%
G 61 of 255 = 24%
B 95 of 255 = 37%

37
61
95

R + G + B ~ 25%. #253D5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 61 + 95 = 193 (100%)
R 37 of 193 ~ 19.17%
G 61 of 193 ~ 31.61%
B 95 of 193 ~ 49.22'%

%19.17
%31.61
%49.22

CMYK color model

#253D5F color CMYK value is (61,36,0,63).

  • cyan value is 61.05%
  • magenta value is 35.79%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (61,36,0,63)
C61M36Y0K63 (61%, 36%, 0%, 63%)
(0.61 / 0.36 / 0.00 / 0.63)

CMYK percentages

%61.05
%35.79
%0
%62.75

Codes

Color #253D5F in popluar color models

25 3D 5F
RGB 37 61 95
HSL 215° 43.94% 25.88%
HSB/HSV 215° 61.05% 37.25%
CMYK 61.05% 35.79% 0.00%
62.75%

Color #253D5F in popluar number systems.

HEX 25 3D 5F
Decimal 37 61 95
Binary 100101 111101 1011111
Octal 45 75 137

Shades and tints

Shades of #253D5F

#253D5F
(37,61,95)
#223857
(34,56,87)
#1F334F
(31,51,79)
#1C2E47
(28,46,71)
#19293F
(25,41,63)
#162437
(22,36,55)
#131F2F
(19,31,47)
#101A27
(16,26,39)
#0D151F
(13,21,31)
#0A1017
(10,16,23)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #253D5F

#253D5F
(37,61,95)
#384E6D
(56,78,109)
#4B5F7B
(75,95,123)
#5E7089
(94,112,137)
#718197
(113,129,151)
#8492A5
(132,146,165)
#97A3B3
(151,163,179)
#AAB4C1
(170,180,193)
#BDC5CF
(189,197,207)
#D0D6DD
(208,214,221)
#E3E7EB
(227,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253D5F color. Also use rgb(37,61,95) instead hex code.

Text Font Color

.myTextColor { color: #253D5F; }

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

This text font color is #253D5F.

Background Color

.myBgColor { background-color: #253D5F; }

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

This div background color is #253D5F.

Border color

.myBorderColor { border: 1px solid #253D5F; }

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

This div border color is #253D5F.

Opacity

.myOpacity80 { color: #253D5F; opacity: 0.8; }

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

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

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

This text has shadow with #253D5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253D5F.

Preview

Color preview on black background

This text has color #253D5F on black background.


Color preview on white background

This text has color #253D5F on white background.


Black color preview on #253D5F background

This text has black color on #253D5F background.


White color preview on #253D5F background

This text has white color on #253D5F background.


Related colors

Complementary color

Complementary color for #hex is #DAC2A0.


I love getcolorcode.com

Triadic colors

1 #5F253D and #3D5F25 with #253D5F are triadic colors.

2 #5F3D25 and #3D255F with #253D5F are triadic colors.