COLOR #192524

HEX: #192524 RGB: (25,37,36)

Color info

#192524 contains red, green and blue colors in about the same proportion. Web safe color of #192524 is #003333 (or #033).

RGB color model

#192524 color RGB value is (25,37,36).

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

RGB channels and saturation

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

25
37
36

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

Portions of RGB colors in percentages

R + G + B = 25 + 37 + 36 = 98 (100%)
R 25 of 98 ~ 25.51%
G 37 of 98 ~ 37.76%
B 36 of 98 ~ 36.73'%

%25.51
%37.76
%36.73

CMYK color model

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

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 2.70%
  • key color value is 85.49%

CMYK: (32,0,3,85)
C32M0Y3K85 (32%, 0%, 3%, 85%)
(0.32 / 0.00 / 0.03 / 0.85)

CMYK percentages

%32.43
%0
%2.7
%85.49

Codes

Color #192524 in popluar color models

19 25 24
RGB 25 37 36
HSL 175° 19.35% 12.16%
HSB/HSV 175° 32.43% 14.51%
CMYK 32.43% 0.00% 2.70%
85.49%

Color #192524 in popluar number systems.

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

Shades and tints

Shades of #192524

#192524
(25,37,36)
#172221
(23,34,33)
#151F1E
(21,31,30)
#131C1B
(19,28,27)
#111918
(17,25,24)
#0F1615
(15,22,21)
#0D1312
(13,19,18)
#0B100F
(11,16,15)
#090D0C
(9,13,12)
#070A09
(7,10,9)
#050706
(5,7,6)
#000000
(0,0,0)

Tints of #192524

#192524
(25,37,36)
#2D3837
(45,56,55)
#414B4A
(65,75,74)
#555E5D
(85,94,93)
#697170
(105,113,112)
#7D8483
(125,132,131)
#919796
(145,151,150)
#A5AAA9
(165,170,169)
#B9BDBC
(185,189,188)
#CDD0CF
(205,208,207)
#E1E3E2
(225,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #192524; }

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

This text font color is #192524.

Background Color

.myBgColor { background-color: #192524; }

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

This div background color is #192524.

Border color

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

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

This div border color is #192524.

Opacity

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

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

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

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

This text has shadow with #192524 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #192524.

Preview

Color preview on black background

This text has color #192524 on black background.


Color preview on white background

This text has color #192524 on white background.


Black color preview on #192524 background

This text has black color on #192524 background.


White color preview on #192524 background

This text has white color on #192524 background.


Related colors

Complementary color

Complementary color for #hex is #E6DADB.


I love getcolorcode.com

Triadic colors

1 #241925 and #252419 with #192524 are triadic colors.

2 #242519 and #251924 with #192524 are triadic colors.