COLOR #253C48

HEX: #253C48
RGB: (37,60,72)

Color info

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

RGB color model

#253C48 color RGB value is (37,60,72).

  • red value is 37;
  • green value is 60;
  • blue value is 72.
RGB: (37,60,72) (15%,24%,28%)

RGB channels and saturation

R 37 of 255 = 15%
G 60 of 255 = 24%
B 72 of 255 = 28%

37
60
72

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

Portions of RGB colors in percentages

R + G + B =
37 + 60 + 72 = 169 (100%)
R 37 of 169 ~ 21.89%
G 60 of 169 ~ 35.5%
B 72 of 169 ~ 42.6%

%21.89
%35.5
%42.6

CMYK color model

#253C48 color CMYK value is (49,17,0,72).

  • cyan value is 48.61%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK: (49,17,0,72) C49M17Y0K72 (49%,17%,0%,72%) (0.49/0.17/0.00/0.72)

CMYK percentages

%48.61
%16.67
%0
%71.76

Codes

Color #253C48 in popluar color models

253C48
RGB376072
HSL201°32.11%21.37%
HSB/HSV201°48.61%28.24%
CMYK48.61%16.67%0.00%
71.76%

Color #253C48 in popluar number systems.

HEX253C48
Decimal376072
Binary1001011111001001000
Octal4574110

Shades and tints

Shades of #253C48

#253C48
(37,60,72)
#223742
(34,55,66)
#1F323C
(31,50,60)
#1C2D36
(28,45,54)
#192830
(25,40,48)
#16232A
(22,35,42)
#131E24
(19,30,36)
#10191E
(16,25,30)
#0D1418
(13,20,24)
#0A0F12
(10,15,18)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #253C48

#253C48
(37,60,72)
#384D58
(56,77,88)
#4B5E68
(75,94,104)
#5E6F78
(94,111,120)
#718088
(113,128,136)
#849198
(132,145,152)
#97A2A8
(151,162,168)
#AAB3B8
(170,179,184)
#BDC4C8
(189,196,200)
#D0D5D8
(208,213,216)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253C48 color. Also use rgb(37,60,72) instead hex code.

Text Font Color

.myTextColor { color: #253C48; }

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

This text font color is #253C48.


Background Color

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

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

This div background color is #253C48.


Border color

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

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

This div border color is #253C48.


Opacity

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

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

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

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

This text has shadow with #253C48 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #253C48 on black background.


Color preview on white background

This text has color #253C48 on white background.



Black color preview on #253C48 background

This text has black color on #253C48 background.


White color preview on #253C48 background

This text has white color on #253C48 background.