COLOR #196359

HEX: #196359
RGB: (25,99,89)

Color info

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

RGB color model

#196359 color RGB value is (25,99,89).

  • red value is 25;
  • green value is 99;
  • blue value is 89.
RGB:
(25,99,89)
(10%,39%,35%)

RGB channels and saturation

R 25 of 255 = 10%
G 99 of 255 = 39%
B 89 of 255 = 35%

25
99
89

R + G + B ~ 28%. #196359 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 99 + 89 = 213 (100%)
R 25 of 213 ~ 11.74%
G 99 of 213 ~ 46.48%
B 89 of 213 ~ 41.78%

%11.74
%46.48
%41.78

CMYK color model

#196359 color CMYK value is (75,0,10,61).

  • cyan value is 74.75%
  • magenta value is 0.00%
  • yellow value is 10.10%
  • key color value is 61.18%
CMYK:
(75,0,10,61)
C75M0Y10K61 
(75%,0%,10%,61%)
(0.75/0.00/0.10/0.61)	

CMYK percentages

%74.75
%0
%10.1
%61.18

Codes

Color #196359 in popluar color models

196359
RGB259989
HSL172°59.68%24.31%
HSB/HSV172°74.75%38.82%
CMYK74.75%0.00%10.10%
61.18%

Color #196359 in popluar number systems.

HEX196359
Decimal259989
Binary1100111000111011001
Octal31143131

Shades and tints

Shades of #196359

#196359
(25,99,89)
#175A51
(23,90,81)
#155149
(21,81,73)
#134841
(19,72,65)
#113F39
(17,63,57)
#0F3631
(15,54,49)
#0D2D29
(13,45,41)
#0B2421
(11,36,33)
#091B19
(9,27,25)
#071211
(7,18,17)
#050909
(5,9,9)
#000000
(0,0,0)

Tints of #196359

#196359
(25,99,89)
#2D7168
(45,113,104)
#417F77
(65,127,119)
#558D86
(85,141,134)
#699B95
(105,155,149)
#7DA9A4
(125,169,164)
#91B7B3
(145,183,179)
#A5C5C2
(165,197,194)
#B9D3D1
(185,211,209)
#CDE1E0
(205,225,224)
#E1EFEF
(225,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #196359; }

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

This text font color is #196359.


Background Color

.myBgColor { background-color: #196359; }

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

This div background color is #196359.


Border color

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

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

This div border color is #196359.


Opacity

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

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

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

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

This text has shadow with #196359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #196359 on black background.


Color preview on white background

This text has color #196359 on white background.



Black color preview on #196359 background

This text has black color on #196359 background.


White color preview on #196359 background

This text has white color on #196359 background.