COLOR #242525

HEX: #242525 RGB: (36,37,37)

Color info

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

RGB color model

#242525 color RGB value is (36,37,37).

RGB: (36,37,37) (14%, 15%, 15%)

RGB channels and saturation

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

36
37
37

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

Portions of RGB colors in percentages

R + G + B = 36 + 37 + 37 = 110 (100%)
R 36 of 110 ~ 32.73%
G 37 of 110 ~ 33.64%
B 37 of 110 ~ 33.64'%

%32.73
%33.64
%33.64

CMYK color model

#242525 color CMYK value is (3,0,0,85).

  • cyan value is 2.70%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK: (3,0,0,85) C3M0Y0K85 (3%,0%,0%,85%) (0.03/0.00/0.00/0.85) 

CMYK percentages

%2.7
%0
%0
%85.49

Codes

Color #242525 in popluar color models

24 25 25
RGB 36 37 37
HSL 180° 1.37% 14.31%
HSB/HSV 180° 2.70% 14.51%
CMYK 2.70% 0.00% 0.00%
85.49%

Color #242525 in popluar number systems.

HEX 24 25 25
Decimal 36 37 37
Binary 100100 100101 100101
Octal 44 45 45

Shades and tints

Shades of #242525

#242525
(36,37,37)
#212222
(33,34,34)
#1E1F1F
(30,31,31)
#1B1C1C
(27,28,28)
#181919
(24,25,25)
#151616
(21,22,22)
#121313
(18,19,19)
#0F1010
(15,16,16)
#0C0D0D
(12,13,13)
#090A0A
(9,10,10)
#060707
(6,7,7)
#000000
(0,0,0)

Tints of #242525

#242525
(36,37,37)
#373838
(55,56,56)
#4A4B4B
(74,75,75)
#5D5E5E
(93,94,94)
#707171
(112,113,113)
#838484
(131,132,132)
#969797
(150,151,151)
#A9AAAA
(169,170,170)
#BCBDBD
(188,189,189)
#CFD0D0
(207,208,208)
#E2E3E3
(226,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #242525; }

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

This text font color is #242525.

Background Color

.myBgColor { background-color: #242525; }

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

This div background color is #242525.

Border color

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

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

This div border color is #242525.

Opacity

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

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

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

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

This text has shadow with #242525 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #242525.

Preview

Color preview on black background

This text has color #242525 on black background.


Color preview on white background

This text has color #242525 on white background.


Black color preview on #242525 background

This text has black color on #242525 background.


White color preview on #242525 background

This text has white color on #242525 background.


Related colors

Complementary color

Complementary color for #hex is #DBDADA.


I love getcolorcode.com