COLOR #252B4D

HEX: #252B4D RGB: (37,43,77)

Color info

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

RGB color model

#252B4D color RGB value is (37,43,77).

RGB: (37,43,77) (15%, 17%, 30%)

RGB channels and saturation

R 37 of 255 = 15%
G 43 of 255 = 17%
B 77 of 255 = 30%

37
43
77

R + G + B ~ 21%. #252B4D is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 43 + 77 = 157 (100%)
R 37 of 157 ~ 23.57%
G 43 of 157 ~ 27.39%
B 77 of 157 ~ 49.04'%

%23.57
%27.39
%49.04

CMYK color model

#252B4D color CMYK value is (52,44,0,70).

  • cyan value is 51.95%
  • magenta value is 44.16%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK: (52,44,0,70) C52M44Y0K70 (52%,44%,0%,70%) (0.52/0.44/0.00/0.70) 

CMYK percentages

%51.95
%44.16
%0
%69.8

Codes

Color #252B4D in popluar color models

25 2B 4D
RGB 37 43 77
HSL 231° 35.09% 22.35%
HSB/HSV 231° 51.95% 30.20%
CMYK 51.95% 44.16% 0.00%
69.80%

Color #252B4D in popluar number systems.

HEX 25 2B 4D
Decimal 37 43 77
Binary 100101 101011 1001101
Octal 45 53 115

Shades and tints

Shades of #252B4D

#252B4D
(37,43,77)
#222846
(34,40,70)
#1F253F
(31,37,63)
#1C2238
(28,34,56)
#191F31
(25,31,49)
#161C2A
(22,28,42)
#131923
(19,25,35)
#10161C
(16,22,28)
#0D1315
(13,19,21)
#0A100E
(10,16,14)
#070D07
(7,13,7)
#000000
(0,0,0)

Tints of #252B4D

#252B4D
(37,43,77)
#383E5D
(56,62,93)
#4B516D
(75,81,109)
#5E647D
(94,100,125)
#71778D
(113,119,141)
#848A9D
(132,138,157)
#979DAD
(151,157,173)
#AAB0BD
(170,176,189)
#BDC3CD
(189,195,205)
#D0D6DD
(208,214,221)
#E3E9ED
(227,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252B4D; }

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

This text font color is #252B4D.

Background Color

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

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

This div background color is #252B4D.

Border color

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

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

This div border color is #252B4D.

Opacity

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

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

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

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

This text has shadow with #252B4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252B4D.

Preview

Color preview on black background

This text has color #252B4D on black background.


Color preview on white background

This text has color #252B4D on white background.


Black color preview on #252B4D background

This text has black color on #252B4D background.


White color preview on #252B4D background

This text has white color on #252B4D background.


Related colors

Complementary color

Complementary color for #hex is #DAD4B2.


I love getcolorcode.com

Triadic colors

1 #4D252B and #2B4D25 with #252B4D are triadic colors.

2 #4D2B25 and #2B254D with #252B4D are triadic colors.