COLOR #252849

HEX: #252849
RGB: (37,40,73)

Color info

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

RGB color model

#252849 color RGB value is (37,40,73).

  • red value is 37;
  • green value is 40;
  • blue value is 73.
RGB:
(37,40,73)
(15%,16%,29%)

RGB channels and saturation

R 37 of 255 = 15%
G 40 of 255 = 16%
B 73 of 255 = 29%

37
40
73

R + G + B ~ 20%. #252849 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 40 + 73 = 150 (100%)
R 37 of 150 ~ 24.67%
G 40 of 150 ~ 26.67%
B 73 of 150 ~ 48.67%

%24.67
%26.67
%48.67

CMYK color model

#252849 color CMYK value is (49,45,0,71).

  • cyan value is 49.32%
  • magenta value is 45.21%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(49,45,0,71)
C49M45Y0K71 
(49%,45%,0%,71%)
(0.49/0.45/0.00/0.71)	

CMYK percentages

%49.32
%45.21
%0
%71.37

Codes

Color #252849 in popluar color models

252849
RGB374073
HSL235°32.73%21.57%
HSB/HSV235°49.32%28.63%
CMYK49.32%45.21%0.00%
71.37%

Color #252849 in popluar number systems.

HEX252849
Decimal374073
Binary1001011010001001001
Octal4550111

Shades and tints

Shades of #252849

#252849
(37,40,73)
#222543
(34,37,67)
#1F223D
(31,34,61)
#1C1F37
(28,31,55)
#191C31
(25,28,49)
#16192B
(22,25,43)
#131625
(19,22,37)
#10131F
(16,19,31)
#0D1019
(13,16,25)
#0A0D13
(10,13,19)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #252849

#252849
(37,40,73)
#383B59
(56,59,89)
#4B4E69
(75,78,105)
#5E6179
(94,97,121)
#717489
(113,116,137)
#848799
(132,135,153)
#979AA9
(151,154,169)
#AAADB9
(170,173,185)
#BDC0C9
(189,192,201)
#D0D3D9
(208,211,217)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252849 color. Also use rgb(37,40,73) instead hex code.

Text Font Color

.myTextColor { color: #252849; }

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

This text font color is #252849.


Background Color

.myBgColor { background-color: #252849; }

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

This div background color is #252849.


Border color

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

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

This div border color is #252849.


Opacity

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

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

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

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

This text has shadow with #252849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252849 on black background.


Color preview on white background

This text has color #252849 on white background.



Black color preview on #252849 background

This text has black color on #252849 background.


White color preview on #252849 background

This text has white color on #252849 background.