COLOR #193125

HEX: #193125 RGB: (25,49,37)

Color info

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

RGB color model

#193125 color RGB value is (25,49,37).

RGB: (25,49,37) (10%, 19%, 15%)

RGB channels and saturation

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

25
49
37

R + G + B ~ 15%. #193125 is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 49 + 37 = 111 (100%)
R 25 of 111 ~ 22.52%
G 49 of 111 ~ 44.14%
B 37 of 111 ~ 33.33'%

%22.52
%44.14
%33.33

CMYK color model

#193125 color CMYK value is (49,0,24,81).

  • cyan value is 48.98%
  • magenta value is 0.00%
  • yellow value is 24.49%
  • key color value is 80.78%

CMYK: (49,0,24,81)
C49M0Y24K81 (49%, 0%, 24%, 81%)
(0.49 / 0.00 / 0.24 / 0.81)

CMYK percentages

%48.98
%0
%24.49
%80.78

Codes

Color #193125 in popluar color models

19 31 25
RGB 25 49 37
HSL 150° 32.43% 14.51%
HSB/HSV 150° 48.98% 19.22%
CMYK 48.98% 0.00% 24.49%
80.78%

Color #193125 in popluar number systems.

HEX 19 31 25
Decimal 25 49 37
Binary 11001 110001 100101
Octal 31 61 45

Shades and tints

Shades of #193125

#193125
(25,49,37)
#172D22
(23,45,34)
#15291F
(21,41,31)
#13251C
(19,37,28)
#112119
(17,33,25)
#0F1D16
(15,29,22)
#0D1913
(13,25,19)
#0B1510
(11,21,16)
#09110D
(9,17,13)
#070D0A
(7,13,10)
#050907
(5,9,7)
#000000
(0,0,0)

Tints of #193125

#193125
(25,49,37)
#2D4338
(45,67,56)
#41554B
(65,85,75)
#55675E
(85,103,94)
#697971
(105,121,113)
#7D8B84
(125,139,132)
#919D97
(145,157,151)
#A5AFAA
(165,175,170)
#B9C1BD
(185,193,189)
#CDD3D0
(205,211,208)
#E1E5E3
(225,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #193125; }

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

This text font color is #193125.

Background Color

.myBgColor { background-color: #193125; }

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

This div background color is #193125.

Border color

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

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

This div border color is #193125.

Opacity

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

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

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

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

This text has shadow with #193125 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #193125.

Preview

Color preview on black background

This text has color #193125 on black background.


Color preview on white background

This text has color #193125 on white background.


Black color preview on #193125 background

This text has black color on #193125 background.


White color preview on #193125 background

This text has white color on #193125 background.


Related colors

Complementary color

Complementary color for #hex is #E6CEDA.


I love getcolorcode.com

Triadic colors

1 #251931 and #312519 with #193125 are triadic colors.

2 #253119 and #311925 with #193125 are triadic colors.