COLOR #252B44

HEX: #252B44
RGB: (37,43,68)

Color info

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

RGB color model

#252B44 color RGB value is (37,43,68).

  • red value is 37;
  • green value is 43;
  • blue value is 68.
RGB:
(37,43,68)
(15%,17%,27%)

RGB channels and saturation

R 37 of 255 = 15%
G 43 of 255 = 17%
B 68 of 255 = 27%

37
43
68

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

Portions of RGB colors in percentages

R + G + B =
37 + 43 + 68 = 148 (100%)
R 37 of 148 ~ 25%
G 43 of 148 ~ 29.05%
B 68 of 148 ~ 45.95%

%25
%29.05
%45.95

CMYK color model

#252B44 color CMYK value is (46,37,0,73).

  • cyan value is 45.59%
  • magenta value is 36.76%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(46,37,0,73)
C46M37Y0K73 
(46%,37%,0%,73%)
(0.46/0.37/0.00/0.73)	

CMYK percentages

%45.59
%36.76
%0
%73.33

Codes

Color #252B44 in popluar color models

252B44
RGB374368
HSL228°29.52%20.59%
HSB/HSV228°45.59%26.67%
CMYK45.59%36.76%0.00%
73.33%

Color #252B44 in popluar number systems.

HEX252B44
Decimal374368
Binary1001011010111000100
Octal4553104

Shades and tints

Shades of #252B44

#252B44
(37,43,68)
#22283E
(34,40,62)
#1F2538
(31,37,56)
#1C2232
(28,34,50)
#191F2C
(25,31,44)
#161C26
(22,28,38)
#131920
(19,25,32)
#10161A
(16,22,26)
#0D1314
(13,19,20)
#0A100E
(10,16,14)
#070D08
(7,13,8)
#000000
(0,0,0)

Tints of #252B44

#252B44
(37,43,68)
#383E55
(56,62,85)
#4B5166
(75,81,102)
#5E6477
(94,100,119)
#717788
(113,119,136)
#848A99
(132,138,153)
#979DAA
(151,157,170)
#AAB0BB
(170,176,187)
#BDC3CC
(189,195,204)
#D0D6DD
(208,214,221)
#E3E9EE
(227,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252B44 color. Also use rgb(37,43,68) instead hex code.

Text Font Color

.myTextColor { color: #252B44; }

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

This text font color is #252B44.


Background Color

.myBgColor { background-color: #252B44; }

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

This div background color is #252B44.


Border color

.myBorderColor { border: 1px solid #252B44; }

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

This div border color is #252B44.


Opacity

.myOpacity80 { color: #252B44; opacity: 0.8; }

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

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

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

This text has shadow with #252B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252B44 on black background.


Color preview on white background

This text has color #252B44 on white background.



Black color preview on #252B44 background

This text has black color on #252B44 background.


White color preview on #252B44 background

This text has white color on #252B44 background.