COLOR #252242

HEX: #252242
RGB: (37,34,66)

Color info

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

RGB color model

#252242 color RGB value is (37,34,66).

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

RGB channels and saturation

R 37 of 255 = 15%
G 34 of 255 = 13%
B 66 of 255 = 26%

37
34
66

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

Portions of RGB colors in percentages

R + G + B =
37 + 34 + 66 = 137 (100%)
R 37 of 137 ~ 27.01%
G 34 of 137 ~ 24.82%
B 66 of 137 ~ 48.18%

%27.01
%24.82
%48.18

CMYK color model

#252242 color CMYK value is (44,48,0,74).

  • cyan value is 43.94%
  • magenta value is 48.48%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(44,48,0,74)
C44M48Y0K74 
(44%,48%,0%,74%)
(0.44/0.48/0.00/0.74)	

CMYK percentages

%43.94
%48.48
%0
%74.12

Codes

Color #252242 in popluar color models

252242
RGB373466
HSL246°32.00%19.61%
HSB/HSV246°48.48%25.88%
CMYK43.94%48.48%0.00%
74.12%

Color #252242 in popluar number systems.

HEX252242
Decimal373466
Binary1001011000101000010
Octal4542102

Shades and tints

Shades of #252242

#252242
(37,34,66)
#221F3C
(34,31,60)
#1F1C36
(31,28,54)
#1C1930
(28,25,48)
#19162A
(25,22,42)
#161324
(22,19,36)
#13101E
(19,16,30)
#100D18
(16,13,24)
#0D0A12
(13,10,18)
#0A070C
(10,7,12)
#070406
(7,4,6)
#000000
(0,0,0)

Tints of #252242

#252242
(37,34,66)
#383653
(56,54,83)
#4B4A64
(75,74,100)
#5E5E75
(94,94,117)
#717286
(113,114,134)
#848697
(132,134,151)
#979AA8
(151,154,168)
#AAAEB9
(170,174,185)
#BDC2CA
(189,194,202)
#D0D6DB
(208,214,219)
#E3EAEC
(227,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252242; }

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

This text font color is #252242.


Background Color

.myBgColor { background-color: #252242; }

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

This div background color is #252242.


Border color

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

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

This div border color is #252242.


Opacity

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

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

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

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

This text has shadow with #252242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252242 on black background.


Color preview on white background

This text has color #252242 on white background.



Black color preview on #252242 background

This text has black color on #252242 background.


White color preview on #252242 background

This text has white color on #252242 background.