COLOR #252B40

HEX: #252B40 RGB: (37,43,64)

Color info

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

RGB color model

#252B40 color RGB value is (37,43,64).

RGB: (37,43,64) (15%, 17%, 25%)

RGB channels and saturation

R 37 of 255 = 15%
G 43 of 255 = 17%
B 64 of 255 = 25%

37
43
64

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

Portions of RGB colors in percentages

R + G + B = 37 + 43 + 64 = 144 (100%)
R 37 of 144 ~ 25.69%
G 43 of 144 ~ 29.86%
B 64 of 144 ~ 44.44'%

%25.69
%29.86
%44.44

CMYK color model

#252B40 color CMYK value is (42,33,0,75).

  • cyan value is 42.19%
  • magenta value is 32.81%
  • yellow value is 0.00%
  • key color value is 74.90%

CMYK: (42,33,0,75)
C42M33Y0K75 (42%, 33%, 0%, 75%)
(0.42 / 0.33 / 0.00 / 0.75)

CMYK percentages

%42.19
%32.81
%0
%74.9

Codes

Color #252B40 in popluar color models

25 2B 40
RGB 37 43 64
HSL 227° 26.73% 19.80%
HSB/HSV 227° 42.19% 25.10%
CMYK 42.19% 32.81% 0.00%
74.90%

Color #252B40 in popluar number systems.

HEX 25 2B 40
Decimal 37 43 64
Binary 100101 101011 1000000
Octal 45 53 100

Shades and tints

Shades of #252B40

#252B40
(37,43,64)
#22283B
(34,40,59)
#1F2536
(31,37,54)
#1C2231
(28,34,49)
#191F2C
(25,31,44)
#161C27
(22,28,39)
#131922
(19,25,34)
#10161D
(16,22,29)
#0D1318
(13,19,24)
#0A1013
(10,16,19)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #252B40

#252B40
(37,43,64)
#383E51
(56,62,81)
#4B5162
(75,81,98)
#5E6473
(94,100,115)
#717784
(113,119,132)
#848A95
(132,138,149)
#979DA6
(151,157,166)
#AAB0B7
(170,176,183)
#BDC3C8
(189,195,200)
#D0D6D9
(208,214,217)
#E3E9EA
(227,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252B40; }

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

This text font color is #252B40.

Background Color

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

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

This div background color is #252B40.

Border color

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

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

This div border color is #252B40.

Opacity

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

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

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

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

This text has shadow with #252B40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252B40.

Preview

Color preview on black background

This text has color #252B40 on black background.


Color preview on white background

This text has color #252B40 on white background.


Black color preview on #252B40 background

This text has black color on #252B40 background.


White color preview on #252B40 background

This text has white color on #252B40 background.


Related colors

Complementary color

Complementary color for #hex is #DAD4BF.


I love getcolorcode.com

Triadic colors

1 #40252B and #2B4025 with #252B40 are triadic colors.

2 #402B25 and #2B2540 with #252B40 are triadic colors.