COLOR #195F51

HEX: #195F51
RGB: (25,95,81)

Color info

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

RGB color model

#195F51 color RGB value is (25,95,81).

  • red value is 25;
  • green value is 95;
  • blue value is 81.
RGB:
(25,95,81)
(10%,37%,32%)

RGB channels and saturation

R 25 of 255 = 10%
G 95 of 255 = 37%
B 81 of 255 = 32%

25
95
81

R + G + B ~ 26%. #195F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 95 + 81 = 201 (100%)
R 25 of 201 ~ 12.44%
G 95 of 201 ~ 47.26%
B 81 of 201 ~ 40.3%

%12.44
%47.26
%40.3

CMYK color model

#195F51 color CMYK value is (74,0,15,63).

  • cyan value is 73.68%
  • magenta value is 0.00%
  • yellow value is 14.74%
  • key color value is 62.75%
CMYK:
(74,0,15,63)
C74M0Y15K63 
(74%,0%,15%,63%)
(0.74/0.00/0.15/0.63)	

CMYK percentages

%73.68
%0
%14.74
%62.75

Codes

Color #195F51 in popluar color models

195F51
RGB259581
HSL168°58.33%23.53%
HSB/HSV168°73.68%37.25%
CMYK73.68%0.00%14.74%
62.75%

Color #195F51 in popluar number systems.

HEX195F51
Decimal259581
Binary1100110111111010001
Octal31137121

Shades and tints

Shades of #195F51

#195F51
(25,95,81)
#17574A
(23,87,74)
#154F43
(21,79,67)
#13473C
(19,71,60)
#113F35
(17,63,53)
#0F372E
(15,55,46)
#0D2F27
(13,47,39)
#0B2720
(11,39,32)
#091F19
(9,31,25)
#071712
(7,23,18)
#050F0B
(5,15,11)
#000000
(0,0,0)

Tints of #195F51

#195F51
(25,95,81)
#2D6D60
(45,109,96)
#417B6F
(65,123,111)
#55897E
(85,137,126)
#69978D
(105,151,141)
#7DA59C
(125,165,156)
#91B3AB
(145,179,171)
#A5C1BA
(165,193,186)
#B9CFC9
(185,207,201)
#CDDDD8
(205,221,216)
#E1EBE7
(225,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #195F51 color. Also use rgb(25,95,81) instead hex code.

Text Font Color

.myTextColor { color: #195F51; }

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

This text font color is #195F51.


Background Color

.myBgColor { background-color: #195F51; }

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

This div background color is #195F51.


Border color

.myBorderColor { border: 1px solid #195F51; }

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

This div border color is #195F51.


Opacity

.myOpacity80 { color: #195F51; opacity: 0.8; }

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

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

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

This text has shadow with #195F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #195F51 on black background.


Color preview on white background

This text has color #195F51 on white background.



Black color preview on #195F51 background

This text has black color on #195F51 background.


White color preview on #195F51 background

This text has white color on #195F51 background.