COLOR #253F4B

HEX: #253F4B
RGB: (37,63,75)

Color info

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

RGB color model

#253F4B color RGB value is (37,63,75).

  • red value is 37;
  • green value is 63;
  • blue value is 75.
RGB:
(37,63,75)
(15%,25%,29%)

RGB channels and saturation

R 37 of 255 = 15%
G 63 of 255 = 25%
B 75 of 255 = 29%

37
63
75

R + G + B ~ 23%. #253F4B is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 63 + 75 = 175 (100%)
R 37 of 175 ~ 21.14%
G 63 of 175 ~ 36%
B 75 of 175 ~ 42.86%

%21.14
%36
%42.86

CMYK color model

#253F4B color CMYK value is (51,16,0,71).

  • cyan value is 50.67%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(51,16,0,71)
C51M16Y0K71 
(51%,16%,0%,71%)
(0.51/0.16/0.00/0.71)	

CMYK percentages

%50.67
%16
%0
%70.59

Codes

Color #253F4B in popluar color models

253F4B
RGB376375
HSL199°33.93%21.96%
HSB/HSV199°50.67%29.41%
CMYK50.67%16.00%0.00%
70.59%

Color #253F4B in popluar number systems.

HEX253F4B
Decimal376375
Binary1001011111111001011
Octal4577113

Shades and tints

Shades of #253F4B

#253F4B
(37,63,75)
#223A45
(34,58,69)
#1F353F
(31,53,63)
#1C3039
(28,48,57)
#192B33
(25,43,51)
#16262D
(22,38,45)
#132127
(19,33,39)
#101C21
(16,28,33)
#0D171B
(13,23,27)
#0A1215
(10,18,21)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #253F4B

#253F4B
(37,63,75)
#38505B
(56,80,91)
#4B616B
(75,97,107)
#5E727B
(94,114,123)
#71838B
(113,131,139)
#84949B
(132,148,155)
#97A5AB
(151,165,171)
#AAB6BB
(170,182,187)
#BDC7CB
(189,199,203)
#D0D8DB
(208,216,219)
#E3E9EB
(227,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253F4B color. Also use rgb(37,63,75) instead hex code.

Text Font Color

.myTextColor { color: #253F4B; }

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

This text font color is #253F4B.


Background Color

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

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

This div background color is #253F4B.


Border color

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

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

This div border color is #253F4B.


Opacity

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

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

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

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

This text has shadow with #253F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253F4B on black background.


Color preview on white background

This text has color #253F4B on white background.



Black color preview on #253F4B background

This text has black color on #253F4B background.


White color preview on #253F4B background

This text has white color on #253F4B background.