COLOR #193725

HEX: #193725 RGB: (25,55,37)

Color info

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

RGB color model

#193725 color RGB value is (25,55,37).

RGB: (25,55,37) (10%, 22%, 15%)

RGB channels and saturation

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

25
55
37

R + G + B ~ 16%. #193725 is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 55 + 37 = 117 (100%)
R 25 of 117 ~ 21.37%
G 55 of 117 ~ 47.01%
B 37 of 117 ~ 31.62'%

%21.37
%47.01
%31.62

CMYK color model

#193725 color CMYK value is (55,0,33,78).

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 32.73%
  • key color value is 78.43%

CMYK: (55,0,33,78)
C55M0Y33K78 (55%, 0%, 33%, 78%)
(0.55 / 0.00 / 0.33 / 0.78)

CMYK percentages

%54.55
%0
%32.73
%78.43

Codes

Color #193725 in popluar color models

19 37 25
RGB 25 55 37
HSL 144° 37.50% 15.69%
HSB/HSV 144° 54.55% 21.57%
CMYK 54.55% 0.00% 32.73%
78.43%

Color #193725 in popluar number systems.

HEX 19 37 25
Decimal 25 55 37
Binary 11001 110111 100101
Octal 31 67 45

Shades and tints

Shades of #193725

#193725
(25,55,37)
#173222
(23,50,34)
#152D1F
(21,45,31)
#13281C
(19,40,28)
#112319
(17,35,25)
#0F1E16
(15,30,22)
#0D1913
(13,25,19)
#0B1410
(11,20,16)
#090F0D
(9,15,13)
#070A0A
(7,10,10)
#050507
(5,5,7)
#000000
(0,0,0)

Tints of #193725

#193725
(25,55,37)
#2D4938
(45,73,56)
#415B4B
(65,91,75)
#556D5E
(85,109,94)
#697F71
(105,127,113)
#7D9184
(125,145,132)
#91A397
(145,163,151)
#A5B5AA
(165,181,170)
#B9C7BD
(185,199,189)
#CDD9D0
(205,217,208)
#E1EBE3
(225,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #193725; }

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

This text font color is #193725.

Background Color

.myBgColor { background-color: #193725; }

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

This div background color is #193725.

Border color

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

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

This div border color is #193725.

Opacity

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

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

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

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

This text has shadow with #193725 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #193725.

Preview

Color preview on black background

This text has color #193725 on black background.


Color preview on white background

This text has color #193725 on white background.


Black color preview on #193725 background

This text has black color on #193725 background.


White color preview on #193725 background

This text has white color on #193725 background.


Related colors

Complementary color

Complementary color for #hex is #E6C8DA.


I love getcolorcode.com

Triadic colors

1 #251937 and #372519 with #193725 are triadic colors.

2 #253719 and #371925 with #193725 are triadic colors.