COLOR #252742

HEX: #252742
RGB: (37,39,66)

Color info

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

RGB color model

#252742 color RGB value is (37,39,66).

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

RGB channels and saturation

R 37 of 255 = 15%
G 39 of 255 = 15%
B 66 of 255 = 26%

37
39
66

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

Portions of RGB colors in percentages

R + G + B =
37 + 39 + 66 = 142 (100%)
R 37 of 142 ~ 26.06%
G 39 of 142 ~ 27.46%
B 66 of 142 ~ 46.48%

%26.06
%27.46
%46.48

CMYK color model

#252742 color CMYK value is (44,41,0,74).

  • cyan value is 43.94%
  • magenta value is 40.91%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(44,41,0,74)
C44M41Y0K74 
(44%,41%,0%,74%)
(0.44/0.41/0.00/0.74)	

CMYK percentages

%43.94
%40.91
%0
%74.12

Codes

Color #252742 in popluar color models

252742
RGB373966
HSL236°28.16%20.20%
HSB/HSV236°43.94%25.88%
CMYK43.94%40.91%0.00%
74.12%

Color #252742 in popluar number systems.

HEX252742
Decimal373966
Binary1001011001111000010
Octal4547102

Shades and tints

Shades of #252742

#252742
(37,39,66)
#22243C
(34,36,60)
#1F2136
(31,33,54)
#1C1E30
(28,30,48)
#191B2A
(25,27,42)
#161824
(22,24,36)
#13151E
(19,21,30)
#101218
(16,18,24)
#0D0F12
(13,15,18)
#0A0C0C
(10,12,12)
#070906
(7,9,6)
#000000
(0,0,0)

Tints of #252742

#252742
(37,39,66)
#383A53
(56,58,83)
#4B4D64
(75,77,100)
#5E6075
(94,96,117)
#717386
(113,115,134)
#848697
(132,134,151)
#9799A8
(151,153,168)
#AAACB9
(170,172,185)
#BDBFCA
(189,191,202)
#D0D2DB
(208,210,219)
#E3E5EC
(227,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252742; }

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

This text font color is #252742.


Background Color

.myBgColor { background-color: #252742; }

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

This div background color is #252742.


Border color

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

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

This div border color is #252742.


Opacity

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

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

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

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

This text has shadow with #252742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252742 on black background.


Color preview on white background

This text has color #252742 on white background.



Black color preview on #252742 background

This text has black color on #252742 background.


White color preview on #252742 background

This text has white color on #252742 background.