COLOR #252244

HEX: #252244
RGB: (37,34,68)

Color info

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

RGB color model

#252244 color RGB value is (37,34,68).

  • red value is 37;
  • green value is 34;
  • blue value is 68.
RGB:
(37,34,68)
(15%,13%,27%)

RGB channels and saturation

R 37 of 255 = 15%
G 34 of 255 = 13%
B 68 of 255 = 27%

37
34
68

R + G + B ~ 18%. #252244 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 34 + 68 = 139 (100%)
R 37 of 139 ~ 26.62%
G 34 of 139 ~ 24.46%
B 68 of 139 ~ 48.92%

%26.62
%24.46
%48.92

CMYK color model

#252244 color CMYK value is (46,50,0,73).

  • cyan value is 45.59%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(46,50,0,73)
C46M50Y0K73 
(46%,50%,0%,73%)
(0.46/0.50/0.00/0.73)	

CMYK percentages

%45.59
%50
%0
%73.33

Codes

Color #252244 in popluar color models

252244
RGB373468
HSL245°33.33%20.00%
HSB/HSV245°50.00%26.67%
CMYK45.59%50.00%0.00%
73.33%

Color #252244 in popluar number systems.

HEX252244
Decimal373468
Binary1001011000101000100
Octal4542104

Shades and tints

Shades of #252244

#252244
(37,34,68)
#221F3E
(34,31,62)
#1F1C38
(31,28,56)
#1C1932
(28,25,50)
#19162C
(25,22,44)
#161326
(22,19,38)
#131020
(19,16,32)
#100D1A
(16,13,26)
#0D0A14
(13,10,20)
#0A070E
(10,7,14)
#070408
(7,4,8)
#000000
(0,0,0)

Tints of #252244

#252244
(37,34,68)
#383655
(56,54,85)
#4B4A66
(75,74,102)
#5E5E77
(94,94,119)
#717288
(113,114,136)
#848699
(132,134,153)
#979AAA
(151,154,170)
#AAAEBB
(170,174,187)
#BDC2CC
(189,194,204)
#D0D6DD
(208,214,221)
#E3EAEE
(227,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252244; }

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

This text font color is #252244.


Background Color

.myBgColor { background-color: #252244; }

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

This div background color is #252244.


Border color

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

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

This div border color is #252244.


Opacity

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

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

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

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

This text has shadow with #252244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252244 on black background.


Color preview on white background

This text has color #252244 on white background.



Black color preview on #252244 background

This text has black color on #252244 background.


White color preview on #252244 background

This text has white color on #252244 background.