COLOR #252D4C

HEX: #252D4C RGB: (37,45,76)

Color info

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

RGB color model

#252D4C color RGB value is (37,45,76).

RGB: (37,45,76) (15%, 18%, 30%)

RGB channels and saturation

R 37 of 255 = 15%
G 45 of 255 = 18%
B 76 of 255 = 30%

37
45
76

R + G + B ~ 21%. #252D4C is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 45 + 76 = 158 (100%)
R 37 of 158 ~ 23.42%
G 45 of 158 ~ 28.48%
B 76 of 158 ~ 48.1'%

%23.42
%28.48
%48.1

CMYK color model

#252D4C color CMYK value is (51,41,0,70).

  • cyan value is 51.32%
  • magenta value is 40.79%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (51,41,0,70)
C51M41Y0K70 (51%, 41%, 0%, 70%)
(0.51 / 0.41 / 0.00 / 0.70)

CMYK percentages

%51.32
%40.79
%0
%70.2

Codes

Color #252D4C in popluar color models

25 2D 4C
RGB 37 45 76
HSL 228° 34.51% 22.16%
HSB/HSV 228° 51.32% 29.80%
CMYK 51.32% 40.79% 0.00%
70.20%

Color #252D4C in popluar number systems.

HEX 25 2D 4C
Decimal 37 45 76
Binary 100101 101101 1001100
Octal 45 55 114

Shades and tints

Shades of #252D4C

#252D4C
(37,45,76)
#222946
(34,41,70)
#1F2540
(31,37,64)
#1C213A
(28,33,58)
#191D34
(25,29,52)
#16192E
(22,25,46)
#131528
(19,21,40)
#101122
(16,17,34)
#0D0D1C
(13,13,28)
#0A0916
(10,9,22)
#070510
(7,5,16)
#000000
(0,0,0)

Tints of #252D4C

#252D4C
(37,45,76)
#38405C
(56,64,92)
#4B536C
(75,83,108)
#5E667C
(94,102,124)
#71798C
(113,121,140)
#848C9C
(132,140,156)
#979FAC
(151,159,172)
#AAB2BC
(170,178,188)
#BDC5CC
(189,197,204)
#D0D8DC
(208,216,220)
#E3EBEC
(227,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252D4C color. Also use rgb(37,45,76) instead hex code.

Text Font Color

.myTextColor { color: #252D4C; }

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

This text font color is #252D4C.

Background Color

.myBgColor { background-color: #252D4C; }

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

This div background color is #252D4C.

Border color

.myBorderColor { border: 1px solid #252D4C; }

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

This div border color is #252D4C.

Opacity

.myOpacity80 { color: #252D4C; opacity: 0.8; }

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

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

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

This text has shadow with #252D4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252D4C.

Preview

Color preview on black background

This text has color #252D4C on black background.


Color preview on white background

This text has color #252D4C on white background.


Black color preview on #252D4C background

This text has black color on #252D4C background.


White color preview on #252D4C background

This text has white color on #252D4C background.


Related colors

Complementary color

Complementary color for #hex is #DAD2B3.


I love getcolorcode.com

Triadic colors

1 #4C252D and #2D4C25 with #252D4C are triadic colors.

2 #4C2D25 and #2D254C with #252D4C are triadic colors.