COLOR #242529

HEX: #242529
RGB: (36,37,41)

Color info

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

RGB color model

#242529 color RGB value is (36,37,41).

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

RGB channels and saturation

R 36 of 255 = 14%
G 37 of 255 = 15%
B 41 of 255 = 16%

36
37
41

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

Portions of RGB colors in percentages

R + G + B =
36 + 37 + 41 = 114 (100%)
R 36 of 114 ~ 31.58%
G 37 of 114 ~ 32.46%
B 41 of 114 ~ 35.96%

%31.58
%32.46
%35.96

CMYK color model

#242529 color CMYK value is (12,10,0,84).

  • cyan value is 12.20%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(12,10,0,84)
C12M10Y0K84 
(12%,10%,0%,84%)
(0.12/0.10/0.00/0.84)	

CMYK percentages

%12.2
%9.76
%0
%83.92

Codes

Color #242529 in popluar color models

242529
RGB363741
HSL228°6.49%15.10%
HSB/HSV228°12.20%16.08%
CMYK12.20%9.76%0.00%
83.92%

Color #242529 in popluar number systems.

HEX242529
Decimal363741
Binary100100100101101001
Octal444551

Shades and tints

Shades of #242529

#242529
(36,37,41)
#212226
(33,34,38)
#1E1F23
(30,31,35)
#1B1C20
(27,28,32)
#18191D
(24,25,29)
#15161A
(21,22,26)
#121317
(18,19,23)
#0F1014
(15,16,20)
#0C0D11
(12,13,17)
#090A0E
(9,10,14)
#06070B
(6,7,11)
#000000
(0,0,0)

Tints of #242529

#242529
(36,37,41)
#37383C
(55,56,60)
#4A4B4F
(74,75,79)
#5D5E62
(93,94,98)
#707175
(112,113,117)
#838488
(131,132,136)
#96979B
(150,151,155)
#A9AAAE
(169,170,174)
#BCBDC1
(188,189,193)
#CFD0D4
(207,208,212)
#E2E3E7
(226,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #242529; }

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

This text font color is #242529.


Background Color

.myBgColor { background-color: #242529; }

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

This div background color is #242529.


Border color

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

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

This div border color is #242529.


Opacity

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

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

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

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

This text has shadow with #242529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242529 on black background.


Color preview on white background

This text has color #242529 on white background.



Black color preview on #242529 background

This text has black color on #242529 background.


White color preview on #242529 background

This text has white color on #242529 background.