COLOR #242627

HEX: #242627 RGB: (36,38,39)

Color info

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

RGB color model

#242627 color RGB value is (36,38,39).

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

RGB channels and saturation

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

36
38
39

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

Portions of RGB colors in percentages

R + G + B = 36 + 38 + 39 = 113 (100%)
R 36 of 113 ~ 31.86%
G 38 of 113 ~ 33.63%
B 39 of 113 ~ 34.51'%

%31.86
%33.63
%34.51

CMYK color model

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

  • cyan value is 7.69%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 84.71%

CMYK: (8,3,0,85)
C8M3Y0K85 (8%, 3%, 0%, 85%)
(0.08 / 0.03 / 0.00 / 0.85)

CMYK percentages

%7.69
%2.56
%0
%84.71

Codes

Color #242627 in popluar color models

24 26 27
RGB 36 38 39
HSL 200° 4.00% 14.71%
HSB/HSV 200° 7.69% 15.29%
CMYK 7.69% 2.56% 0.00%
84.71%

Color #242627 in popluar number systems.

HEX 24 26 27
Decimal 36 38 39
Binary 100100 100110 100111
Octal 44 46 47

Shades and tints

Shades of #242627

#242627
(36,38,39)
#212324
(33,35,36)
#1E2021
(30,32,33)
#1B1D1E
(27,29,30)
#181A1B
(24,26,27)
#151718
(21,23,24)
#121415
(18,20,21)
#0F1112
(15,17,18)
#0C0E0F
(12,14,15)
#090B0C
(9,11,12)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #242627

#242627
(36,38,39)
#37393A
(55,57,58)
#4A4C4D
(74,76,77)
#5D5F60
(93,95,96)
#707273
(112,114,115)
#838586
(131,133,134)
#969899
(150,152,153)
#A9ABAC
(169,171,172)
#BCBEBF
(188,190,191)
#CFD1D2
(207,209,210)
#E2E4E5
(226,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #242627; }

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

This text font color is #242627.

Background Color

.myBgColor { background-color: #242627; }

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

This div background color is #242627.

Border color

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

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

This div border color is #242627.

Opacity

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

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

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

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

This text has shadow with #242627 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #242627.

Preview

Color preview on black background

This text has color #242627 on black background.


Color preview on white background

This text has color #242627 on white background.


Black color preview on #242627 background

This text has black color on #242627 background.


White color preview on #242627 background

This text has white color on #242627 background.


Related colors

Complementary color

Complementary color for #hex is #DBD9D8.


I love getcolorcode.com

Triadic colors

1 #272426 and #262724 with #242627 are triadic colors.

2 #272624 and #262427 with #242627 are triadic colors.