COLOR #242526

HEX: #242526 RGB: (36,37,38)

Color info

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

RGB color model

#242526 color RGB value is (36,37,38).

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

RGB channels and saturation

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

36
37
38

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

Portions of RGB colors in percentages

R + G + B = 36 + 37 + 38 = 111 (100%)
R 36 of 111 ~ 32.43%
G 37 of 111 ~ 33.33%
B 38 of 111 ~ 34.23'%

%32.43
%33.33
%34.23

CMYK color model

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

  • cyan value is 5.26%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 85.10%

CMYK: (5,3,0,85)
C5M3Y0K85 (5%, 3%, 0%, 85%)
(0.05 / 0.03 / 0.00 / 0.85)

CMYK percentages

%5.26
%2.63
%0
%85.1

Codes

Color #242526 in popluar color models

24 25 26
RGB 36 37 38
HSL 210° 2.70% 14.51%
HSB/HSV 210° 5.26% 14.90%
CMYK 5.26% 2.63% 0.00%
85.10%

Color #242526 in popluar number systems.

HEX 24 25 26
Decimal 36 37 38
Binary 100100 100101 100110
Octal 44 45 46

Shades and tints

Shades of #242526

#242526
(36,37,38)
#212223
(33,34,35)
#1E1F20
(30,31,32)
#1B1C1D
(27,28,29)
#18191A
(24,25,26)
#151617
(21,22,23)
#121314
(18,19,20)
#0F1011
(15,16,17)
#0C0D0E
(12,13,14)
#090A0B
(9,10,11)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #242526

#242526
(36,37,38)
#373839
(55,56,57)
#4A4B4C
(74,75,76)
#5D5E5F
(93,94,95)
#707172
(112,113,114)
#838485
(131,132,133)
#969798
(150,151,152)
#A9AAAB
(169,170,171)
#BCBDBE
(188,189,190)
#CFD0D1
(207,208,209)
#E2E3E4
(226,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #242526; }

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

This text font color is #242526.

Background Color

.myBgColor { background-color: #242526; }

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

This div background color is #242526.

Border color

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

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

This div border color is #242526.

Opacity

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

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

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

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

This text has shadow with #242526 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #242526.

Preview

Color preview on black background

This text has color #242526 on black background.


Color preview on white background

This text has color #242526 on white background.


Black color preview on #242526 background

This text has black color on #242526 background.


White color preview on #242526 background

This text has white color on #242526 background.


Related colors

Complementary color

Complementary color for #hex is #DBDAD9.


I love getcolorcode.com

Triadic colors

1 #262425 and #252624 with #242526 are triadic colors.

2 #262524 and #252426 with #242526 are triadic colors.