COLOR #252A46

HEX: #252A46
RGB: (37,42,70)

Color info

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

RGB color model

#252A46 color RGB value is (37,42,70).

  • red value is 37;
  • green value is 42;
  • blue value is 70.
RGB:
(37,42,70)
(15%,16%,27%)

RGB channels and saturation

R 37 of 255 = 15%
G 42 of 255 = 16%
B 70 of 255 = 27%

37
42
70

R + G + B ~ 19%. #252A46 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 42 + 70 = 149 (100%)
R 37 of 149 ~ 24.83%
G 42 of 149 ~ 28.19%
B 70 of 149 ~ 46.98%

%24.83
%28.19
%46.98

CMYK color model

#252A46 color CMYK value is (47,40,0,73).

  • cyan value is 47.14%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(47,40,0,73)
C47M40Y0K73 
(47%,40%,0%,73%)
(0.47/0.40/0.00/0.73)	

CMYK percentages

%47.14
%40
%0
%72.55

Codes

Color #252A46 in popluar color models

252A46
RGB374270
HSL231°30.84%20.98%
HSB/HSV231°47.14%27.45%
CMYK47.14%40.00%0.00%
72.55%

Color #252A46 in popluar number systems.

HEX252A46
Decimal374270
Binary1001011010101000110
Octal4552106

Shades and tints

Shades of #252A46

#252A46
(37,42,70)
#222740
(34,39,64)
#1F243A
(31,36,58)
#1C2134
(28,33,52)
#191E2E
(25,30,46)
#161B28
(22,27,40)
#131822
(19,24,34)
#10151C
(16,21,28)
#0D1216
(13,18,22)
#0A0F10
(10,15,16)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #252A46

#252A46
(37,42,70)
#383D56
(56,61,86)
#4B5066
(75,80,102)
#5E6376
(94,99,118)
#717686
(113,118,134)
#848996
(132,137,150)
#979CA6
(151,156,166)
#AAAFB6
(170,175,182)
#BDC2C6
(189,194,198)
#D0D5D6
(208,213,214)
#E3E8E6
(227,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252A46; }

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

This text font color is #252A46.


Background Color

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

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

This div background color is #252A46.


Border color

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

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

This div border color is #252A46.


Opacity

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

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

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

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

This text has shadow with #252A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252A46 on black background.


Color preview on white background

This text has color #252A46 on white background.



Black color preview on #252A46 background

This text has black color on #252A46 background.


White color preview on #252A46 background

This text has white color on #252A46 background.