COLOR #252729

HEX: #252729
RGB: (37,39,41)

Color info

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

RGB color model

#252729 color RGB value is (37,39,41).

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

RGB channels and saturation

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

37
39
41

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

Portions of RGB colors in percentages

R + G + B =
37 + 39 + 41 = 117 (100%)
R 37 of 117 ~ 31.62%
G 39 of 117 ~ 33.33%
B 41 of 117 ~ 35.04%

%31.62
%33.33
%35.04

CMYK color model

#252729 color CMYK value is (10,5,0,84).

  • cyan value is 9.76%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(10,5,0,84)
C10M5Y0K84 
(10%,5%,0%,84%)
(0.10/0.05/0.00/0.84)	

CMYK percentages

%9.76
%4.88
%0
%83.92

Codes

Color #252729 in popluar color models

252729
RGB373941
HSL210°5.13%15.29%
HSB/HSV210°9.76%16.08%
CMYK9.76%4.88%0.00%
83.92%

Color #252729 in popluar number systems.

HEX252729
Decimal373941
Binary100101100111101001
Octal454751

Shades and tints

Shades of #252729

#252729
(37,39,41)
#222426
(34,36,38)
#1F2123
(31,33,35)
#1C1E20
(28,30,32)
#191B1D
(25,27,29)
#16181A
(22,24,26)
#131517
(19,21,23)
#101214
(16,18,20)
#0D0F11
(13,15,17)
#0A0C0E
(10,12,14)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #252729

#252729
(37,39,41)
#383A3C
(56,58,60)
#4B4D4F
(75,77,79)
#5E6062
(94,96,98)
#717375
(113,115,117)
#848688
(132,134,136)
#97999B
(151,153,155)
#AAACAE
(170,172,174)
#BDBFC1
(189,191,193)
#D0D2D4
(208,210,212)
#E3E5E7
(227,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252729; }

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

This text font color is #252729.


Background Color

.myBgColor { background-color: #252729; }

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

This div background color is #252729.


Border color

.myBorderColor { border: 1px solid #252729; }

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

This div border color is #252729.


Opacity

.myOpacity80 { color: #252729; opacity: 0.8; }

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

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

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

This text has shadow with #252729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252729 on black background.


Color preview on white background

This text has color #252729 on white background.



Black color preview on #252729 background

This text has black color on #252729 background.


White color preview on #252729 background

This text has white color on #252729 background.