COLOR #252A2F

HEX: #252A2F
RGB: (37,42,47)

Color info

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

RGB color model

#252A2F color RGB value is (37,42,47).

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

RGB channels and saturation

R 37 of 255 = 15%
G 42 of 255 = 16%
B 47 of 255 = 18%

37
42
47

R + G + B ~ 16%. #252A2F is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 42 + 47 = 126 (100%)
R 37 of 126 ~ 29.37%
G 42 of 126 ~ 33.33%
B 47 of 126 ~ 37.3%

%29.37
%33.33
%37.3

CMYK color model

#252A2F color CMYK value is (21,11,0,82).

  • cyan value is 21.28%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(21,11,0,82)
C21M11Y0K82 
(21%,11%,0%,82%)
(0.21/0.11/0.00/0.82)	

CMYK percentages

%21.28
%10.64
%0
%81.57

Codes

Color #252A2F in popluar color models

252A2F
RGB374247
HSL210°11.90%16.47%
HSB/HSV210°21.28%18.43%
CMYK21.28%10.64%0.00%
81.57%

Color #252A2F in popluar number systems.

HEX252A2F
Decimal374247
Binary100101101010101111
Octal455257

Shades and tints

Shades of #252A2F

#252A2F
(37,42,47)
#22272B
(34,39,43)
#1F2427
(31,36,39)
#1C2123
(28,33,35)
#191E1F
(25,30,31)
#161B1B
(22,27,27)
#131817
(19,24,23)
#101513
(16,21,19)
#0D120F
(13,18,15)
#0A0F0B
(10,15,11)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #252A2F

#252A2F
(37,42,47)
#383D41
(56,61,65)
#4B5053
(75,80,83)
#5E6365
(94,99,101)
#717677
(113,118,119)
#848989
(132,137,137)
#979C9B
(151,156,155)
#AAAFAD
(170,175,173)
#BDC2BF
(189,194,191)
#D0D5D1
(208,213,209)
#E3E8E3
(227,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252A2F; }

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

This text font color is #252A2F.


Background Color

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

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

This div background color is #252A2F.


Border color

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

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

This div border color is #252A2F.


Opacity

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

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

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

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

This text has shadow with #252A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252A2F on black background.


Color preview on white background

This text has color #252A2F on white background.



Black color preview on #252A2F background

This text has black color on #252A2F background.


White color preview on #252A2F background

This text has white color on #252A2F background.