COLOR #252741

HEX: #252741
RGB: (37,39,65)

Color info

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

RGB color model

#252741 color RGB value is (37,39,65).

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

RGB channels and saturation

R 37 of 255 = 15%
G 39 of 255 = 15%
B 65 of 255 = 25%

37
39
65

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

Portions of RGB colors in percentages

R + G + B =
37 + 39 + 65 = 141 (100%)
R 37 of 141 ~ 26.24%
G 39 of 141 ~ 27.66%
B 65 of 141 ~ 46.1%

%26.24
%27.66
%46.1

CMYK color model

#252741 color CMYK value is (43,40,0,75).

  • cyan value is 43.08%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(43,40,0,75)
C43M40Y0K75 
(43%,40%,0%,75%)
(0.43/0.40/0.00/0.75)	

CMYK percentages

%43.08
%40
%0
%74.51

Codes

Color #252741 in popluar color models

252741
RGB373965
HSL236°27.45%20.00%
HSB/HSV236°43.08%25.49%
CMYK43.08%40.00%0.00%
74.51%

Color #252741 in popluar number systems.

HEX252741
Decimal373965
Binary1001011001111000001
Octal4547101

Shades and tints

Shades of #252741

#252741
(37,39,65)
#22243C
(34,36,60)
#1F2137
(31,33,55)
#1C1E32
(28,30,50)
#191B2D
(25,27,45)
#161828
(22,24,40)
#131523
(19,21,35)
#10121E
(16,18,30)
#0D0F19
(13,15,25)
#0A0C14
(10,12,20)
#07090F
(7,9,15)
#000000
(0,0,0)

Tints of #252741

#252741
(37,39,65)
#383A52
(56,58,82)
#4B4D63
(75,77,99)
#5E6074
(94,96,116)
#717385
(113,115,133)
#848696
(132,134,150)
#9799A7
(151,153,167)
#AAACB8
(170,172,184)
#BDBFC9
(189,191,201)
#D0D2DA
(208,210,218)
#E3E5EB
(227,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252741; }

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

This text font color is #252741.


Background Color

.myBgColor { background-color: #252741; }

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

This div background color is #252741.


Border color

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

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

This div border color is #252741.


Opacity

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

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

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

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

This text has shadow with #252741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252741 on black background.


Color preview on white background

This text has color #252741 on white background.



Black color preview on #252741 background

This text has black color on #252741 background.


White color preview on #252741 background

This text has white color on #252741 background.