COLOR #180719

HEX: #180719
RGB: (24,7,25)

Color info

#180719 contains red, green and blue colors in about the same proportion. Web safe color of #180719 is #000000 (or #000).

RGB color model

#180719 color RGB value is (24,7,25).

  • red value is 24;
  • green value is 7;
  • blue value is 25.
RGB:
(24,7,25)
(9%,3%,10%)

RGB channels and saturation

R 24 of 255 = 9%
G 7 of 255 = 3%
B 25 of 255 = 10%

24
7
25

R + G + B ~ 7%. #180719 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 7 + 25 = 56 (100%)
R 24 of 56 ~ 42.86%
G 7 of 56 ~ 12.5%
B 25 of 56 ~ 44.64%

%42.86
%12.5
%44.64

CMYK color model

#180719 color CMYK value is (4,72,0,90).

  • cyan value is 4.00%
  • magenta value is 72.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(4,72,0,90)
C4M72Y0K90 
(4%,72%,0%,90%)
(0.04/0.72/0.00/0.90)	

CMYK percentages

%4
%72
%0
%90.2

Codes

Color #180719 in popluar color models

180719
RGB24725
HSL297°56.25%6.27%
HSB/HSV297°72.00%9.80%
CMYK4.00%72.00%0.00%
90.20%

Color #180719 in popluar number systems.

HEX180719
Decimal24725
Binary1100011111001
Octal30731

Shades and tints

Shades of #180719

#180719
(24,7,25)
#160717
(22,7,23)
#140715
(20,7,21)
#120713
(18,7,19)
#100711
(16,7,17)
#0E070F
(14,7,15)
#0C070D
(12,7,13)
#0A070B
(10,7,11)
#080709
(8,7,9)
#060707
(6,7,7)
#040705
(4,7,5)
#000000
(0,0,0)

Tints of #180719

#180719
(24,7,25)
#2D1D2D
(45,29,45)
#423341
(66,51,65)
#574955
(87,73,85)
#6C5F69
(108,95,105)
#81757D
(129,117,125)
#968B91
(150,139,145)
#ABA1A5
(171,161,165)
#C0B7B9
(192,183,185)
#D5CDCD
(213,205,205)
#EAE3E1
(234,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #180719 color. Also use rgb(24,7,25) instead hex code.

Text Font Color

.myTextColor { color: #180719; }

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

This text font color is #180719.


Background Color

.myBgColor { background-color: #180719; }

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

This div background color is #180719.


Border color

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

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

This div border color is #180719.


Opacity

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

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

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

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

This text has shadow with #180719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180719 on black background.


Color preview on white background

This text has color #180719 on white background.



Black color preview on #180719 background

This text has black color on #180719 background.


White color preview on #180719 background

This text has white color on #180719 background.