COLOR #195B4F

HEX: #195B4F
RGB: (25,91,79)

Color info

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

RGB color model

#195B4F color RGB value is (25,91,79).

  • red value is 25;
  • green value is 91;
  • blue value is 79.
RGB:
(25,91,79)
(10%,36%,31%)

RGB channels and saturation

R 25 of 255 = 10%
G 91 of 255 = 36%
B 79 of 255 = 31%

25
91
79

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

Portions of RGB colors in percentages

R + G + B =
25 + 91 + 79 = 195 (100%)
R 25 of 195 ~ 12.82%
G 91 of 195 ~ 46.67%
B 79 of 195 ~ 40.51%

%12.82
%46.67
%40.51

CMYK color model

#195B4F color CMYK value is (73,0,13,64).

  • cyan value is 72.53%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 64.31%
CMYK:
(73,0,13,64)
C73M0Y13K64 
(73%,0%,13%,64%)
(0.73/0.00/0.13/0.64)	

CMYK percentages

%72.53
%0
%13.19
%64.31

Codes

Color #195B4F in popluar color models

195B4F
RGB259179
HSL169°56.90%22.75%
HSB/HSV169°72.53%35.69%
CMYK72.53%0.00%13.19%
64.31%

Color #195B4F in popluar number systems.

HEX195B4F
Decimal259179
Binary1100110110111001111
Octal31133117

Shades and tints

Shades of #195B4F

#195B4F
(25,91,79)
#175348
(23,83,72)
#154B41
(21,75,65)
#13433A
(19,67,58)
#113B33
(17,59,51)
#0F332C
(15,51,44)
#0D2B25
(13,43,37)
#0B231E
(11,35,30)
#091B17
(9,27,23)
#071310
(7,19,16)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #195B4F

#195B4F
(25,91,79)
#2D695F
(45,105,95)
#41776F
(65,119,111)
#55857F
(85,133,127)
#69938F
(105,147,143)
#7DA19F
(125,161,159)
#91AFAF
(145,175,175)
#A5BDBF
(165,189,191)
#B9CBCF
(185,203,207)
#CDD9DF
(205,217,223)
#E1E7EF
(225,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #195B4F color. Also use rgb(25,91,79) instead hex code.

Text Font Color

.myTextColor { color: #195B4F; }

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

This text font color is #195B4F.


Background Color

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

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

This div background color is #195B4F.


Border color

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

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

This div border color is #195B4F.


Opacity

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

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

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

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

This text has shadow with #195B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #195B4F on black background.


Color preview on white background

This text has color #195B4F on white background.



Black color preview on #195B4F background

This text has black color on #195B4F background.


White color preview on #195B4F background

This text has white color on #195B4F background.