COLOR #253B49

HEX: #253B49 RGB: (37,59,73)

Color info

#253B49 contains red, green and blue colors in about the same proportion. Web safe color of #253B49 is #333333 (or #333).

RGB color model

#253B49 color RGB value is (37,59,73).

RGB: (37,59,73) (15%, 23%, 29%)

RGB channels and saturation

R 37 of 255 = 15%
G 59 of 255 = 23%
B 73 of 255 = 29%

37
59
73

R + G + B ~ 22%. #253B49 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 59 + 73 = 169 (100%)
R 37 of 169 ~ 21.89%
G 59 of 169 ~ 34.91%
B 73 of 169 ~ 43.2'%

%21.89
%34.91
%43.2

CMYK color model

#253B49 color CMYK value is (49,19,0,71).

  • cyan value is 49.32%
  • magenta value is 19.18%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (49,19,0,71)
C49M19Y0K71 (49%, 19%, 0%, 71%)
(0.49 / 0.19 / 0.00 / 0.71)

CMYK percentages

%49.32
%19.18
%0
%71.37

Codes

Color #253B49 in popluar color models

25 3B 49
RGB 37 59 73
HSL 203° 32.73% 21.57%
HSB/HSV 203° 49.32% 28.63%
CMYK 49.32% 19.18% 0.00%
71.37%

Color #253B49 in popluar number systems.

HEX 25 3B 49
Decimal 37 59 73
Binary 100101 111011 1001001
Octal 45 73 111

Shades and tints

Shades of #253B49

#253B49
(37,59,73)
#223643
(34,54,67)
#1F313D
(31,49,61)
#1C2C37
(28,44,55)
#192731
(25,39,49)
#16222B
(22,34,43)
#131D25
(19,29,37)
#10181F
(16,24,31)
#0D1319
(13,19,25)
#0A0E13
(10,14,19)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #253B49

#253B49
(37,59,73)
#384C59
(56,76,89)
#4B5D69
(75,93,105)
#5E6E79
(94,110,121)
#717F89
(113,127,137)
#849099
(132,144,153)
#97A1A9
(151,161,169)
#AAB2B9
(170,178,185)
#BDC3C9
(189,195,201)
#D0D4D9
(208,212,217)
#E3E5E9
(227,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253B49; }

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

This text font color is #253B49.

Background Color

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

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

This div background color is #253B49.

Border color

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

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

This div border color is #253B49.

Opacity

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

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

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

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

This text has shadow with #253B49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253B49.

Preview

Color preview on black background

This text has color #253B49 on black background.


Color preview on white background

This text has color #253B49 on white background.


Black color preview on #253B49 background

This text has black color on #253B49 background.


White color preview on #253B49 background

This text has white color on #253B49 background.


Related colors

Complementary color

Complementary color for #hex is #DAC4B6.


I love getcolorcode.com

Triadic colors

1 #49253B and #3B4925 with #253B49 are triadic colors.

2 #493B25 and #3B2549 with #253B49 are triadic colors.