COLOR #252E44

HEX: #252E44 RGB: (37,46,68)

Color info

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

RGB color model

#252E44 color RGB value is (37,46,68).

RGB: (37,46,68) (15%, 18%, 27%)

RGB channels and saturation

R 37 of 255 = 15%
G 46 of 255 = 18%
B 68 of 255 = 27%

37
46
68

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

Portions of RGB colors in percentages

R + G + B = 37 + 46 + 68 = 151 (100%)
R 37 of 151 ~ 24.5%
G 46 of 151 ~ 30.46%
B 68 of 151 ~ 45.03'%

%24.5
%30.46
%45.03

CMYK color model

#252E44 color CMYK value is (46,32,0,73).

  • cyan value is 45.59%
  • magenta value is 32.35%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK: (46,32,0,73) C46M32Y0K73 (46%,32%,0%,73%) (0.46/0.32/0.00/0.73) 

CMYK percentages

%45.59
%32.35
%0
%73.33

Codes

Color #252E44 in popluar color models

25 2E 44
RGB 37 46 68
HSL 223° 29.52% 20.59%
HSB/HSV 223° 45.59% 26.67%
CMYK 45.59% 32.35% 0.00%
73.33%

Color #252E44 in popluar number systems.

HEX 25 2E 44
Decimal 37 46 68
Binary 100101 101110 1000100
Octal 45 56 104

Shades and tints

Shades of #252E44

#252E44
(37,46,68)
#222A3E
(34,42,62)
#1F2638
(31,38,56)
#1C2232
(28,34,50)
#191E2C
(25,30,44)
#161A26
(22,26,38)
#131620
(19,22,32)
#10121A
(16,18,26)
#0D0E14
(13,14,20)
#0A0A0E
(10,10,14)
#070608
(7,6,8)
#000000
(0,0,0)

Tints of #252E44

#252E44
(37,46,68)
#384155
(56,65,85)
#4B5466
(75,84,102)
#5E6777
(94,103,119)
#717A88
(113,122,136)
#848D99
(132,141,153)
#97A0AA
(151,160,170)
#AAB3BB
(170,179,187)
#BDC6CC
(189,198,204)
#D0D9DD
(208,217,221)
#E3ECEE
(227,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252E44 color. Also use rgb(37,46,68) instead hex code.

Text Font Color

.myTextColor { color: #252E44; }

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

This text font color is #252E44.

Background Color

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

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

This div background color is #252E44.

Border color

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

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

This div border color is #252E44.

Opacity

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

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

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

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

This text has shadow with #252E44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252E44.

Preview

Color preview on black background

This text has color #252E44 on black background.


Color preview on white background

This text has color #252E44 on white background.


Black color preview on #252E44 background

This text has black color on #252E44 background.


White color preview on #252E44 background

This text has white color on #252E44 background.


Related colors

Complementary color

Complementary color for #hex is #DAD1BB.


I love getcolorcode.com

Triadic colors

1 #44252E and #2E4425 with #252E44 are triadic colors.

2 #442E25 and #2E2544 with #252E44 are triadic colors.