COLOR #194937

HEX: #194937
RGB: (25,73,55)

Color info

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

RGB color model

#194937 color RGB value is (25,73,55).

  • red value is 25;
  • green value is 73;
  • blue value is 55.
RGB:
(25,73,55)
(10%,29%,22%)

RGB channels and saturation

R 25 of 255 = 10%
G 73 of 255 = 29%
B 55 of 255 = 22%

25
73
55

R + G + B ~ 20%. #194937 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 73 + 55 = 153 (100%)
R 25 of 153 ~ 16.34%
G 73 of 153 ~ 47.71%
B 55 of 153 ~ 35.95%

%16.34
%47.71
%35.95

CMYK color model

#194937 color CMYK value is (66,0,25,71).

  • cyan value is 65.75%
  • magenta value is 0.00%
  • yellow value is 24.66%
  • key color value is 71.37%
CMYK:
(66,0,25,71)
C66M0Y25K71 
(66%,0%,25%,71%)
(0.66/0.00/0.25/0.71)	

CMYK percentages

%65.75
%0
%24.66
%71.37

Codes

Color #194937 in popluar color models

194937
RGB257355
HSL158°48.98%19.22%
HSB/HSV158°65.75%28.63%
CMYK65.75%0.00%24.66%
71.37%

Color #194937 in popluar number systems.

HEX194937
Decimal257355
Binary110011001001110111
Octal3111167

Shades and tints

Shades of #194937

#194937
(25,73,55)
#174332
(23,67,50)
#153D2D
(21,61,45)
#133728
(19,55,40)
#113123
(17,49,35)
#0F2B1E
(15,43,30)
#0D2519
(13,37,25)
#0B1F14
(11,31,20)
#09190F
(9,25,15)
#07130A
(7,19,10)
#050D05
(5,13,5)
#000000
(0,0,0)

Tints of #194937

#194937
(25,73,55)
#2D5949
(45,89,73)
#41695B
(65,105,91)
#55796D
(85,121,109)
#69897F
(105,137,127)
#7D9991
(125,153,145)
#91A9A3
(145,169,163)
#A5B9B5
(165,185,181)
#B9C9C7
(185,201,199)
#CDD9D9
(205,217,217)
#E1E9EB
(225,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #194937; }

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

This text font color is #194937.


Background Color

.myBgColor { background-color: #194937; }

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

This div background color is #194937.


Border color

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

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

This div border color is #194937.


Opacity

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

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

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

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

This text has shadow with #194937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #194937 on black background.


Color preview on white background

This text has color #194937 on white background.



Black color preview on #194937 background

This text has black color on #194937 background.


White color preview on #194937 background

This text has white color on #194937 background.