COLOR #253051

HEX: #253051
RGB: (37,48,81)

Color info

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

RGB color model

#253051 color RGB value is (37,48,81).

  • red value is 37;
  • green value is 48;
  • blue value is 81.
RGB:
(37,48,81)
(15%,19%,32%)

RGB channels and saturation

R 37 of 255 = 15%
G 48 of 255 = 19%
B 81 of 255 = 32%

37
48
81

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

Portions of RGB colors in percentages

R + G + B =
37 + 48 + 81 = 166 (100%)
R 37 of 166 ~ 22.29%
G 48 of 166 ~ 28.92%
B 81 of 166 ~ 48.8%

%22.29
%28.92
%48.8

CMYK color model

#253051 color CMYK value is (54,41,0,68).

  • cyan value is 54.32%
  • magenta value is 40.74%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(54,41,0,68)
C54M41Y0K68 
(54%,41%,0%,68%)
(0.54/0.41/0.00/0.68)	

CMYK percentages

%54.32
%40.74
%0
%68.24

Codes

Color #253051 in popluar color models

253051
RGB374881
HSL225°37.29%23.14%
HSB/HSV225°54.32%31.76%
CMYK54.32%40.74%0.00%
68.24%

Color #253051 in popluar number systems.

HEX253051
Decimal374881
Binary1001011100001010001
Octal4560121

Shades and tints

Shades of #253051

#253051
(37,48,81)
#222C4A
(34,44,74)
#1F2843
(31,40,67)
#1C243C
(28,36,60)
#192035
(25,32,53)
#161C2E
(22,28,46)
#131827
(19,24,39)
#101420
(16,20,32)
#0D1019
(13,16,25)
#0A0C12
(10,12,18)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #253051

#253051
(37,48,81)
#384260
(56,66,96)
#4B546F
(75,84,111)
#5E667E
(94,102,126)
#71788D
(113,120,141)
#848A9C
(132,138,156)
#979CAB
(151,156,171)
#AAAEBA
(170,174,186)
#BDC0C9
(189,192,201)
#D0D2D8
(208,210,216)
#E3E4E7
(227,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253051 color. Also use rgb(37,48,81) instead hex code.

Text Font Color

.myTextColor { color: #253051; }

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

This text font color is #253051.


Background Color

.myBgColor { background-color: #253051; }

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

This div background color is #253051.


Border color

.myBorderColor { border: 1px solid #253051; }

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

This div border color is #253051.


Opacity

.myOpacity80 { color: #253051; opacity: 0.8; }

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

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

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

This text has shadow with #253051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253051 on black background.


Color preview on white background

This text has color #253051 on white background.



Black color preview on #253051 background

This text has black color on #253051 background.


White color preview on #253051 background

This text has white color on #253051 background.