COLOR #195961

HEX: #195961
RGB: (25,89,97)

Color info

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

RGB color model

#195961 color RGB value is (25,89,97).

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

RGB channels and saturation

R 25 of 255 = 10%
G 89 of 255 = 35%
B 97 of 255 = 38%

25
89
97

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

Portions of RGB colors in percentages

R + G + B =
25 + 89 + 97 = 211 (100%)
R 25 of 211 ~ 11.85%
G 89 of 211 ~ 42.18%
B 97 of 211 ~ 45.97%

%11.85
%42.18
%45.97

CMYK color model

#195961 color CMYK value is (74,8,0,62).

  • cyan value is 74.23%
  • magenta value is 8.25%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(74,8,0,62)
C74M8Y0K62 
(74%,8%,0%,62%)
(0.74/0.08/0.00/0.62)	

CMYK percentages

%74.23
%8.25
%0
%61.96

Codes

Color #195961 in popluar color models

195961
RGB258997
HSL187°59.02%23.92%
HSB/HSV187°74.23%38.04%
CMYK74.23%8.25%0.00%
61.96%

Color #195961 in popluar number systems.

HEX195961
Decimal258997
Binary1100110110011100001
Octal31131141

Shades and tints

Shades of #195961

#195961
(25,89,97)
#175159
(23,81,89)
#154951
(21,73,81)
#134149
(19,65,73)
#113941
(17,57,65)
#0F3139
(15,49,57)
#0D2931
(13,41,49)
#0B2129
(11,33,41)
#091921
(9,25,33)
#071119
(7,17,25)
#050911
(5,9,17)
#000000
(0,0,0)

Tints of #195961

#195961
(25,89,97)
#2D686F
(45,104,111)
#41777D
(65,119,125)
#55868B
(85,134,139)
#699599
(105,149,153)
#7DA4A7
(125,164,167)
#91B3B5
(145,179,181)
#A5C2C3
(165,194,195)
#B9D1D1
(185,209,209)
#CDE0DF
(205,224,223)
#E1EFED
(225,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #195961; }

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

This text font color is #195961.


Background Color

.myBgColor { background-color: #195961; }

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

This div background color is #195961.


Border color

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

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

This div border color is #195961.


Opacity

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

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

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

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

This text has shadow with #195961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #195961 on black background.


Color preview on white background

This text has color #195961 on white background.



Black color preview on #195961 background

This text has black color on #195961 background.


White color preview on #195961 background

This text has white color on #195961 background.