COLOR #253A52

HEX: #253A52 RGB: (37,58,82)

Color info

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

RGB color model

#253A52 color RGB value is (37,58,82).

RGB: (37,58,82) (15%, 23%, 32%)

RGB channels and saturation

R 37 of 255 = 15%
G 58 of 255 = 23%
B 82 of 255 = 32%

37
58
82

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

Portions of RGB colors in percentages

R + G + B = 37 + 58 + 82 = 177 (100%)
R 37 of 177 ~ 20.9%
G 58 of 177 ~ 32.77%
B 82 of 177 ~ 46.33'%

%20.9
%32.77
%46.33

CMYK color model

#253A52 color CMYK value is (55,29,0,68).

  • cyan value is 54.88%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (55,29,0,68)
C55M29Y0K68 (55%, 29%, 0%, 68%)
(0.55 / 0.29 / 0.00 / 0.68)

CMYK percentages

%54.88
%29.27
%0
%67.84

Codes

Color #253A52 in popluar color models

25 3A 52
RGB 37 58 82
HSL 212° 37.82% 23.33%
HSB/HSV 212° 54.88% 32.16%
CMYK 54.88% 29.27% 0.00%
67.84%

Color #253A52 in popluar number systems.

HEX 25 3A 52
Decimal 37 58 82
Binary 100101 111010 1010010
Octal 45 72 122

Shades and tints

Shades of #253A52

#253A52
(37,58,82)
#22354B
(34,53,75)
#1F3044
(31,48,68)
#1C2B3D
(28,43,61)
#192636
(25,38,54)
#16212F
(22,33,47)
#131C28
(19,28,40)
#101721
(16,23,33)
#0D121A
(13,18,26)
#0A0D13
(10,13,19)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #253A52

#253A52
(37,58,82)
#384B61
(56,75,97)
#4B5C70
(75,92,112)
#5E6D7F
(94,109,127)
#717E8E
(113,126,142)
#848F9D
(132,143,157)
#97A0AC
(151,160,172)
#AAB1BB
(170,177,187)
#BDC2CA
(189,194,202)
#D0D3D9
(208,211,217)
#E3E4E8
(227,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253A52; }

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

This text font color is #253A52.

Background Color

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

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

This div background color is #253A52.

Border color

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

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

This div border color is #253A52.

Opacity

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

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

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

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

This text has shadow with #253A52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253A52.

Preview

Color preview on black background

This text has color #253A52 on black background.


Color preview on white background

This text has color #253A52 on white background.


Black color preview on #253A52 background

This text has black color on #253A52 background.


White color preview on #253A52 background

This text has white color on #253A52 background.


Related colors

Complementary color

Complementary color for #hex is #DAC5AD.


I love getcolorcode.com

Triadic colors

1 #52253A and #3A5225 with #253A52 are triadic colors.

2 #523A25 and #3A2552 with #253A52 are triadic colors.