COLOR #252A38

HEX: #252A38
RGB: (37,42,56)

Color info

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

RGB color model

#252A38 color RGB value is (37,42,56).

  • red value is 37;
  • green value is 42;
  • blue value is 56.
RGB:
(37,42,56)
(15%,16%,22%)

RGB channels and saturation

R 37 of 255 = 15%
G 42 of 255 = 16%
B 56 of 255 = 22%

37
42
56

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

Portions of RGB colors in percentages

R + G + B =
37 + 42 + 56 = 135 (100%)
R 37 of 135 ~ 27.41%
G 42 of 135 ~ 31.11%
B 56 of 135 ~ 41.48%

%27.41
%31.11
%41.48

CMYK color model

#252A38 color CMYK value is (34,25,0,78).

  • cyan value is 33.93%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(34,25,0,78)
C34M25Y0K78 
(34%,25%,0%,78%)
(0.34/0.25/0.00/0.78)	

CMYK percentages

%33.93
%25
%0
%78.04

Codes

Color #252A38 in popluar color models

252A38
RGB374256
HSL224°20.43%18.24%
HSB/HSV224°33.93%21.96%
CMYK33.93%25.00%0.00%
78.04%

Color #252A38 in popluar number systems.

HEX252A38
Decimal374256
Binary100101101010111000
Octal455270

Shades and tints

Shades of #252A38

#252A38
(37,42,56)
#222733
(34,39,51)
#1F242E
(31,36,46)
#1C2129
(28,33,41)
#191E24
(25,30,36)
#161B1F
(22,27,31)
#13181A
(19,24,26)
#101515
(16,21,21)
#0D1210
(13,18,16)
#0A0F0B
(10,15,11)
#070C06
(7,12,6)
#000000
(0,0,0)

Tints of #252A38

#252A38
(37,42,56)
#383D4A
(56,61,74)
#4B505C
(75,80,92)
#5E636E
(94,99,110)
#717680
(113,118,128)
#848992
(132,137,146)
#979CA4
(151,156,164)
#AAAFB6
(170,175,182)
#BDC2C8
(189,194,200)
#D0D5DA
(208,213,218)
#E3E8EC
(227,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252A38 color. Also use rgb(37,42,56) instead hex code.

Text Font Color

.myTextColor { color: #252A38; }

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

This text font color is #252A38.


Background Color

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

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

This div background color is #252A38.


Border color

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

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

This div border color is #252A38.


Opacity

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

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

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

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

This text has shadow with #252A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252A38 on black background.


Color preview on white background

This text has color #252A38 on white background.



Black color preview on #252A38 background

This text has black color on #252A38 background.


White color preview on #252A38 background

This text has white color on #252A38 background.