COLOR #192521

HEX: #192521
RGB: (25,37,33)

Color info

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

RGB color model

#192521 color RGB value is (25,37,33).

  • red value is 25;
  • green value is 37;
  • blue value is 33.
RGB:
(25,37,33)
(10%,15%,13%)

RGB channels and saturation

R 25 of 255 = 10%
G 37 of 255 = 15%
B 33 of 255 = 13%

25
37
33

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

Portions of RGB colors in percentages

R + G + B =
25 + 37 + 33 = 95 (100%)
R 25 of 95 ~ 26.32%
G 37 of 95 ~ 38.95%
B 33 of 95 ~ 34.74%

%26.32
%38.95
%34.74

CMYK color model

#192521 color CMYK value is (32,0,11,85).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 10.81%
  • key color value is 85.49%
CMYK:
(32,0,11,85)
C32M0Y11K85 
(32%,0%,11%,85%)
(0.32/0.00/0.11/0.85)	

CMYK percentages

%32.43
%0
%10.81
%85.49

Codes

Color #192521 in popluar color models

192521
RGB253733
HSL160°19.35%12.16%
HSB/HSV160°32.43%14.51%
CMYK32.43%0.00%10.81%
85.49%

Color #192521 in popluar number systems.

HEX192521
Decimal253733
Binary11001100101100001
Octal314541

Shades and tints

Shades of #192521

#192521
(25,37,33)
#17221E
(23,34,30)
#151F1B
(21,31,27)
#131C18
(19,28,24)
#111915
(17,25,21)
#0F1612
(15,22,18)
#0D130F
(13,19,15)
#0B100C
(11,16,12)
#090D09
(9,13,9)
#070A06
(7,10,6)
#050703
(5,7,3)
#000000
(0,0,0)

Tints of #192521

#192521
(25,37,33)
#2D3835
(45,56,53)
#414B49
(65,75,73)
#555E5D
(85,94,93)
#697171
(105,113,113)
#7D8485
(125,132,133)
#919799
(145,151,153)
#A5AAAD
(165,170,173)
#B9BDC1
(185,189,193)
#CDD0D5
(205,208,213)
#E1E3E9
(225,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #192521; }

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

This text font color is #192521.


Background Color

.myBgColor { background-color: #192521; }

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

This div background color is #192521.


Border color

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

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

This div border color is #192521.


Opacity

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

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

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

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

This text has shadow with #192521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #192521 on black background.


Color preview on white background

This text has color #192521 on white background.



Black color preview on #192521 background

This text has black color on #192521 background.


White color preview on #192521 background

This text has white color on #192521 background.