COLOR #192525

HEX: #192525
RGB: (25,37,37)

Color info

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

RGB color model

#192525 color RGB value is (25,37,37).

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

RGB channels and saturation

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

25
37
37

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

Portions of RGB colors in percentages

R + G + B =
25 + 37 + 37 = 99 (100%)
R 25 of 99 ~ 25.25%
G 37 of 99 ~ 37.37%
B 37 of 99 ~ 37.37%

%25.25
%37.37
%37.37

CMYK color model

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

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

CMYK percentages

%32.43
%0
%0
%85.49

Codes

Color #192525 in popluar color models

192525
RGB253737
HSL180°19.35%12.16%
HSB/HSV180°32.43%14.51%
CMYK32.43%0.00%0.00%
85.49%

Color #192525 in popluar number systems.

HEX192525
Decimal253737
Binary11001100101100101
Octal314545

Shades and tints

Shades of #192525

#192525
(25,37,37)
#172222
(23,34,34)
#151F1F
(21,31,31)
#131C1C
(19,28,28)
#111919
(17,25,25)
#0F1616
(15,22,22)
#0D1313
(13,19,19)
#0B1010
(11,16,16)
#090D0D
(9,13,13)
#070A0A
(7,10,10)
#050707
(5,7,7)
#000000
(0,0,0)

Tints of #192525

#192525
(25,37,37)
#2D3838
(45,56,56)
#414B4B
(65,75,75)
#555E5E
(85,94,94)
#697171
(105,113,113)
#7D8484
(125,132,132)
#919797
(145,151,151)
#A5AAAA
(165,170,170)
#B9BDBD
(185,189,189)
#CDD0D0
(205,208,208)
#E1E3E3
(225,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #192525; }

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

This text font color is #192525.


Background Color

.myBgColor { background-color: #192525; }

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

This div background color is #192525.


Border color

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

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

This div border color is #192525.


Opacity

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

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

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

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

This text has shadow with #192525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #192525 on black background.


Color preview on white background

This text has color #192525 on white background.



Black color preview on #192525 background

This text has black color on #192525 background.


White color preview on #192525 background

This text has white color on #192525 background.