COLOR #253152

HEX: #253152 RGB: (37,49,82)

Color info

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

RGB color model

#253152 color RGB value is (37,49,82).

RGB: (37,49,82) (15%, 19%, 32%)

RGB channels and saturation

R 37 of 255 = 15%
G 49 of 255 = 19%
B 82 of 255 = 32%

37
49
82

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

Portions of RGB colors in percentages

R + G + B = 37 + 49 + 82 = 168 (100%)
R 37 of 168 ~ 22.02%
G 49 of 168 ~ 29.17%
B 82 of 168 ~ 48.81'%

%22.02
%29.17
%48.81

CMYK color model

#253152 color CMYK value is (55,40,0,68).

  • cyan value is 54.88%
  • magenta value is 40.24%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK: (55,40,0,68) C55M40Y0K68 (55%,40%,0%,68%) (0.55/0.40/0.00/0.68) 

CMYK percentages

%54.88
%40.24
%0
%67.84

Codes

Color #253152 in popluar color models

25 31 52
RGB 37 49 82
HSL 224° 37.82% 23.33%
HSB/HSV 224° 54.88% 32.16%
CMYK 54.88% 40.24% 0.00%
67.84%

Color #253152 in popluar number systems.

HEX 25 31 52
Decimal 37 49 82
Binary 100101 110001 1010010
Octal 45 61 122

Shades and tints

Shades of #253152

#253152
(37,49,82)
#222D4B
(34,45,75)
#1F2944
(31,41,68)
#1C253D
(28,37,61)
#192136
(25,33,54)
#161D2F
(22,29,47)
#131928
(19,25,40)
#101521
(16,21,33)
#0D111A
(13,17,26)
#0A0D13
(10,13,19)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #253152

#253152
(37,49,82)
#384361
(56,67,97)
#4B5570
(75,85,112)
#5E677F
(94,103,127)
#71798E
(113,121,142)
#848B9D
(132,139,157)
#979DAC
(151,157,172)
#AAAFBB
(170,175,187)
#BDC1CA
(189,193,202)
#D0D3D9
(208,211,217)
#E3E5E8
(227,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253152 color. Also use rgb(37,49,82) instead hex code.

Text Font Color

.myTextColor { color: #253152; }

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

This text font color is #253152.

Background Color

.myBgColor { background-color: #253152; }

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

This div background color is #253152.

Border color

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

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

This div border color is #253152.

Opacity

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

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

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

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

This text has shadow with #253152 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253152.

Preview

Color preview on black background

This text has color #253152 on black background.


Color preview on white background

This text has color #253152 on white background.


Black color preview on #253152 background

This text has black color on #253152 background.


White color preview on #253152 background

This text has white color on #253152 background.


Related colors

Complementary color

Complementary color for #hex is #DACEAD.


I love getcolorcode.com

Triadic colors

1 #522531 and #315225 with #253152 are triadic colors.

2 #523125 and #312552 with #253152 are triadic colors.