COLOR #252745

HEX: #252745
RGB: (37,39,69)

Color info

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

RGB color model

#252745 color RGB value is (37,39,69).

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

RGB channels and saturation

R 37 of 255 = 15%
G 39 of 255 = 15%
B 69 of 255 = 27%

37
39
69

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

Portions of RGB colors in percentages

R + G + B =
37 + 39 + 69 = 145 (100%)
R 37 of 145 ~ 25.52%
G 39 of 145 ~ 26.9%
B 69 of 145 ~ 47.59%

%25.52
%26.9
%47.59

CMYK color model

#252745 color CMYK value is (46,43,0,73).

  • cyan value is 46.38%
  • magenta value is 43.48%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(46,43,0,73)
C46M43Y0K73 
(46%,43%,0%,73%)
(0.46/0.43/0.00/0.73)	

CMYK percentages

%46.38
%43.48
%0
%72.94

Codes

Color #252745 in popluar color models

252745
RGB373969
HSL236°30.19%20.78%
HSB/HSV236°46.38%27.06%
CMYK46.38%43.48%0.00%
72.94%

Color #252745 in popluar number systems.

HEX252745
Decimal373969
Binary1001011001111000101
Octal4547105

Shades and tints

Shades of #252745

#252745
(37,39,69)
#22243F
(34,36,63)
#1F2139
(31,33,57)
#1C1E33
(28,30,51)
#191B2D
(25,27,45)
#161827
(22,24,39)
#131521
(19,21,33)
#10121B
(16,18,27)
#0D0F15
(13,15,21)
#0A0C0F
(10,12,15)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #252745

#252745
(37,39,69)
#383A55
(56,58,85)
#4B4D65
(75,77,101)
#5E6075
(94,96,117)
#717385
(113,115,133)
#848695
(132,134,149)
#9799A5
(151,153,165)
#AAACB5
(170,172,181)
#BDBFC5
(189,191,197)
#D0D2D5
(208,210,213)
#E3E5E5
(227,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252745; }

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

This text font color is #252745.


Background Color

.myBgColor { background-color: #252745; }

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

This div background color is #252745.


Border color

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

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

This div border color is #252745.


Opacity

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

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

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

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

This text has shadow with #252745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252745 on black background.


Color preview on white background

This text has color #252745 on white background.



Black color preview on #252745 background

This text has black color on #252745 background.


White color preview on #252745 background

This text has white color on #252745 background.