COLOR #252A4C

HEX: #252A4C RGB: (37,42,76)

Color info

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

RGB color model

#252A4C color RGB value is (37,42,76).

RGB: (37,42,76) (15%, 16%, 30%)

RGB channels and saturation

R 37 of 255 = 15%
G 42 of 255 = 16%
B 76 of 255 = 30%

37
42
76

R + G + B ~ 20%. #252A4C is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 42 + 76 = 155 (100%)
R 37 of 155 ~ 23.87%
G 42 of 155 ~ 27.1%
B 76 of 155 ~ 49.03'%

%23.87
%27.1
%49.03

CMYK color model

#252A4C color CMYK value is (51,45,0,70).

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

CMYK: (51,45,0,70)
C51M45Y0K70 (51%, 45%, 0%, 70%)
(0.51 / 0.45 / 0.00 / 0.70)

CMYK percentages

%51.32
%44.74
%0
%70.2

Codes

Color #252A4C in popluar color models

25 2A 4C
RGB 37 42 76
HSL 232° 34.51% 22.16%
HSB/HSV 232° 51.32% 29.80%
CMYK 51.32% 44.74% 0.00%
70.20%

Color #252A4C in popluar number systems.

HEX 25 2A 4C
Decimal 37 42 76
Binary 100101 101010 1001100
Octal 45 52 114

Shades and tints

Shades of #252A4C

#252A4C
(37,42,76)
#222746
(34,39,70)
#1F2440
(31,36,64)
#1C213A
(28,33,58)
#191E34
(25,30,52)
#161B2E
(22,27,46)
#131828
(19,24,40)
#101522
(16,21,34)
#0D121C
(13,18,28)
#0A0F16
(10,15,22)
#070C10
(7,12,16)
#000000
(0,0,0)

Tints of #252A4C

#252A4C
(37,42,76)
#383D5C
(56,61,92)
#4B506C
(75,80,108)
#5E637C
(94,99,124)
#71768C
(113,118,140)
#84899C
(132,137,156)
#979CAC
(151,156,172)
#AAAFBC
(170,175,188)
#BDC2CC
(189,194,204)
#D0D5DC
(208,213,220)
#E3E8EC
(227,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252A4C; }

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

This text font color is #252A4C.

Background Color

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

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

This div background color is #252A4C.

Border color

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

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

This div border color is #252A4C.

Opacity

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

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

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

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

This text has shadow with #252A4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252A4C.

Preview

Color preview on black background

This text has color #252A4C on black background.


Color preview on white background

This text has color #252A4C on white background.


Black color preview on #252A4C background

This text has black color on #252A4C background.


White color preview on #252A4C background

This text has white color on #252A4C background.


Related colors

Complementary color

Complementary color for #hex is #DAD5B3.


I love getcolorcode.com

Triadic colors

1 #4C252A and #2A4C25 with #252A4C are triadic colors.

2 #4C2A25 and #2A254C with #252A4C are triadic colors.