COLOR #196371

HEX: #196371 RGB: (25,99,113)

Color info

#196371 contains mainly green and blue colors. Web safe color of #196371 is #006666 (or #066).

RGB color model

#196371 color RGB value is (25,99,113).

RGB: (25,99,113) (10%, 39%, 44%)

RGB channels and saturation

R 25 of 255 = 10%
G 99 of 255 = 39%
B 113 of 255 = 44%

25
99
113

R + G + B ~ 31%. #196371 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 99 + 113 = 237 (100%)
R 25 of 237 ~ 10.55%
G 99 of 237 ~ 41.77%
B 113 of 237 ~ 47.68'%

%10.55
%41.77
%47.68

CMYK color model

#196371 color CMYK value is (78,12,0,56).

  • cyan value is 77.88%
  • magenta value is 12.39%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK: (78,12,0,56) C78M12Y0K56 (78%,12%,0%,56%) (0.78/0.12/0.00/0.56) 

CMYK percentages

%77.88
%12.39
%0
%55.69

Codes

Color #196371 in popluar color models

19 63 71
RGB 25 99 113
HSL 190° 63.77% 27.06%
HSB/HSV 190° 77.88% 44.31%
CMYK 77.88% 12.39% 0.00%
55.69%

Color #196371 in popluar number systems.

HEX 19 63 71
Decimal 25 99 113
Binary 11001 1100011 1110001
Octal 31 143 161

Shades and tints

Shades of #196371

#196371
(25,99,113)
#175A67
(23,90,103)
#15515D
(21,81,93)
#134853
(19,72,83)
#113F49
(17,63,73)
#0F363F
(15,54,63)
#0D2D35
(13,45,53)
#0B242B
(11,36,43)
#091B21
(9,27,33)
#071217
(7,18,23)
#05090D
(5,9,13)
#000000
(0,0,0)

Tints of #196371

#196371
(25,99,113)
#2D717D
(45,113,125)
#417F89
(65,127,137)
#558D95
(85,141,149)
#699BA1
(105,155,161)
#7DA9AD
(125,169,173)
#91B7B9
(145,183,185)
#A5C5C5
(165,197,197)
#B9D3D1
(185,211,209)
#CDE1DD
(205,225,221)
#E1EFE9
(225,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #196371; }

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

This text font color is #196371.

Background Color

.myBgColor { background-color: #196371; }

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

This div background color is #196371.

Border color

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

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

This div border color is #196371.

Opacity

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

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

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

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

This text has shadow with #196371 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #196371.

Preview

Color preview on black background

This text has color #196371 on black background.


Color preview on white background

This text has color #196371 on white background.


Black color preview on #196371 background

This text has black color on #196371 background.


White color preview on #196371 background

This text has white color on #196371 background.


Related colors

Complementary color

Complementary color for #hex is #E69C8E.


I love getcolorcode.com

Triadic colors

1 #711963 and #637119 with #196371 are triadic colors.

2 #716319 and #631971 with #196371 are triadic colors.