COLOR #253456

HEX: #253456 RGB: (37,52,86)

Color info

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

RGB color model

#253456 color RGB value is (37,52,86).

RGB: (37,52,86) (15%, 20%, 34%)

RGB channels and saturation

R 37 of 255 = 15%
G 52 of 255 = 20%
B 86 of 255 = 34%

37
52
86

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

Portions of RGB colors in percentages

R + G + B = 37 + 52 + 86 = 175 (100%)
R 37 of 175 ~ 21.14%
G 52 of 175 ~ 29.71%
B 86 of 175 ~ 49.14'%

%21.14
%29.71
%49.14

CMYK color model

#253456 color CMYK value is (57,40,0,66).

  • cyan value is 56.98%
  • magenta value is 39.53%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK: (57,40,0,66) C57M40Y0K66 (57%,40%,0%,66%) (0.57/0.40/0.00/0.66) 

CMYK percentages

%56.98
%39.53
%0
%66.27

Codes

Color #253456 in popluar color models

25 34 56
RGB 37 52 86
HSL 222° 39.84% 24.12%
HSB/HSV 222° 56.98% 33.73%
CMYK 56.98% 39.53% 0.00%
66.27%

Color #253456 in popluar number systems.

HEX 25 34 56
Decimal 37 52 86
Binary 100101 110100 1010110
Octal 45 64 126

Shades and tints

Shades of #253456

#253456
(37,52,86)
#22304F
(34,48,79)
#1F2C48
(31,44,72)
#1C2841
(28,40,65)
#19243A
(25,36,58)
#162033
(22,32,51)
#131C2C
(19,28,44)
#101825
(16,24,37)
#0D141E
(13,20,30)
#0A1017
(10,16,23)
#070C10
(7,12,16)
#000000
(0,0,0)

Tints of #253456

#253456
(37,52,86)
#384665
(56,70,101)
#4B5874
(75,88,116)
#5E6A83
(94,106,131)
#717C92
(113,124,146)
#848EA1
(132,142,161)
#97A0B0
(151,160,176)
#AAB2BF
(170,178,191)
#BDC4CE
(189,196,206)
#D0D6DD
(208,214,221)
#E3E8EC
(227,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253456 color. Also use rgb(37,52,86) instead hex code.

Text Font Color

.myTextColor { color: #253456; }

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

This text font color is #253456.

Background Color

.myBgColor { background-color: #253456; }

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

This div background color is #253456.

Border color

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

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

This div border color is #253456.

Opacity

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

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

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

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

This text has shadow with #253456 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253456.

Preview

Color preview on black background

This text has color #253456 on black background.


Color preview on white background

This text has color #253456 on white background.


Black color preview on #253456 background

This text has black color on #253456 background.


White color preview on #253456 background

This text has white color on #253456 background.


Related colors

Complementary color

Complementary color for #hex is #DACBA9.


I love getcolorcode.com

Triadic colors

1 #562534 and #345625 with #253456 are triadic colors.

2 #563425 and #342556 with #253456 are triadic colors.