COLOR #252A27

HEX: #252A27
RGB: (37,42,39)

Color info

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

RGB color model

#252A27 color RGB value is (37,42,39).

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

RGB channels and saturation

R 37 of 255 = 15%
G 42 of 255 = 16%
B 39 of 255 = 15%

37
42
39

R + G + B ~ 15%. #252A27 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 42 + 39 = 118 (100%)
R 37 of 118 ~ 31.36%
G 42 of 118 ~ 35.59%
B 39 of 118 ~ 33.05%

%31.36
%35.59
%33.05

CMYK color model

#252A27 color CMYK value is (12,0,7,84).

  • cyan value is 11.90%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 83.53%
CMYK:
(12,0,7,84)
C12M0Y7K84 
(12%,0%,7%,84%)
(0.12/0.00/0.07/0.84)	

CMYK percentages

%11.9
%0
%7.14
%83.53

Codes

Color #252A27 in popluar color models

252A27
RGB374239
HSL144°6.33%15.49%
HSB/HSV144°11.90%16.47%
CMYK11.90%0.00%7.14%
83.53%

Color #252A27 in popluar number systems.

HEX252A27
Decimal374239
Binary100101101010100111
Octal455247

Shades and tints

Shades of #252A27

#252A27
(37,42,39)
#222724
(34,39,36)
#1F2421
(31,36,33)
#1C211E
(28,33,30)
#191E1B
(25,30,27)
#161B18
(22,27,24)
#131815
(19,24,21)
#101512
(16,21,18)
#0D120F
(13,18,15)
#0A0F0C
(10,15,12)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #252A27

#252A27
(37,42,39)
#383D3A
(56,61,58)
#4B504D
(75,80,77)
#5E6360
(94,99,96)
#717673
(113,118,115)
#848986
(132,137,134)
#979C99
(151,156,153)
#AAAFAC
(170,175,172)
#BDC2BF
(189,194,191)
#D0D5D2
(208,213,210)
#E3E8E5
(227,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252A27; }

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

This text font color is #252A27.


Background Color

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

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

This div background color is #252A27.


Border color

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

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

This div border color is #252A27.


Opacity

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

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

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

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

This text has shadow with #252A27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252A27 on black background.


Color preview on white background

This text has color #252A27 on white background.



Black color preview on #252A27 background

This text has black color on #252A27 background.


White color preview on #252A27 background

This text has white color on #252A27 background.