COLOR #242719

HEX: #242719
RGB: (36,39,25)

Color info

#242719 contains red, green and blue colors in about the same proportion. Web safe color of #242719 is #333300 (or #330).

RGB color model

#242719 color RGB value is (36,39,25).

  • red value is 36;
  • green value is 39;
  • blue value is 25.
RGB:
(36,39,25)
(14%,15%,10%)

RGB channels and saturation

R 36 of 255 = 14%
G 39 of 255 = 15%
B 25 of 255 = 10%

36
39
25

R + G + B ~ 13%. #242719 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 39 + 25 = 100 (100%)
R 36 of 100 ~ 36%
G 39 of 100 ~ 39%
B 25 of 100 ~ 25%

%36
%39
%25

CMYK color model

#242719 color CMYK value is (8,0,36,85).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 35.90%
  • key color value is 84.71%
CMYK:
(8,0,36,85)
C8M0Y36K85 
(8%,0%,36%,85%)
(0.08/0.00/0.36/0.85)	

CMYK percentages

%7.69
%0
%35.9
%84.71

Codes

Color #242719 in popluar color models

242719
RGB363925
HSL73°21.88%12.55%
HSB/HSV73°35.90%15.29%
CMYK7.69%0.00%35.90%
84.71%

Color #242719 in popluar number systems.

HEX242719
Decimal363925
Binary10010010011111001
Octal444731

Shades and tints

Shades of #242719

#242719
(36,39,25)
#212417
(33,36,23)
#1E2115
(30,33,21)
#1B1E13
(27,30,19)
#181B11
(24,27,17)
#15180F
(21,24,15)
#12150D
(18,21,13)
#0F120B
(15,18,11)
#0C0F09
(12,15,9)
#090C07
(9,12,7)
#060905
(6,9,5)
#000000
(0,0,0)

Tints of #242719

#242719
(36,39,25)
#373A2D
(55,58,45)
#4A4D41
(74,77,65)
#5D6055
(93,96,85)
#707369
(112,115,105)
#83867D
(131,134,125)
#969991
(150,153,145)
#A9ACA5
(169,172,165)
#BCBFB9
(188,191,185)
#CFD2CD
(207,210,205)
#E2E5E1
(226,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #242719; }

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

This text font color is #242719.


Background Color

.myBgColor { background-color: #242719; }

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

This div background color is #242719.


Border color

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

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

This div border color is #242719.


Opacity

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

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

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

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

This text has shadow with #242719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242719 on black background.


Color preview on white background

This text has color #242719 on white background.



Black color preview on #242719 background

This text has black color on #242719 background.


White color preview on #242719 background

This text has white color on #242719 background.