COLOR #195B5C

HEX: #195B5C
RGB: (25,91,92)

Color info

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

RGB color model

#195B5C color RGB value is (25,91,92).

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

RGB channels and saturation

R 25 of 255 = 10%
G 91 of 255 = 36%
B 92 of 255 = 36%

25
91
92

R + G + B ~ 27%. #195B5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 91 + 92 = 208 (100%)
R 25 of 208 ~ 12.02%
G 91 of 208 ~ 43.75%
B 92 of 208 ~ 44.23%

%12.02
%43.75
%44.23

CMYK color model

#195B5C color CMYK value is (73,1,0,64).

  • cyan value is 72.83%
  • magenta value is 1.09%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(73,1,0,64)
C73M1Y0K64 
(73%,1%,0%,64%)
(0.73/0.01/0.00/0.64)	

CMYK percentages

%72.83
%1.09
%0
%63.92

Codes

Color #195B5C in popluar color models

195B5C
RGB259192
HSL181°57.26%22.94%
HSB/HSV181°72.83%36.08%
CMYK72.83%1.09%0.00%
63.92%

Color #195B5C in popluar number systems.

HEX195B5C
Decimal259192
Binary1100110110111011100
Octal31133134

Shades and tints

Shades of #195B5C

#195B5C
(25,91,92)
#175354
(23,83,84)
#154B4C
(21,75,76)
#134344
(19,67,68)
#113B3C
(17,59,60)
#0F3334
(15,51,52)
#0D2B2C
(13,43,44)
#0B2324
(11,35,36)
#091B1C
(9,27,28)
#071314
(7,19,20)
#050B0C
(5,11,12)
#000000
(0,0,0)

Tints of #195B5C

#195B5C
(25,91,92)
#2D696A
(45,105,106)
#417778
(65,119,120)
#558586
(85,133,134)
#699394
(105,147,148)
#7DA1A2
(125,161,162)
#91AFB0
(145,175,176)
#A5BDBE
(165,189,190)
#B9CBCC
(185,203,204)
#CDD9DA
(205,217,218)
#E1E7E8
(225,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #195B5C; }

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

This text font color is #195B5C.


Background Color

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

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

This div background color is #195B5C.


Border color

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

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

This div border color is #195B5C.


Opacity

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

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

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

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

This text has shadow with #195B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #195B5C on black background.


Color preview on white background

This text has color #195B5C on white background.



Black color preview on #195B5C background

This text has black color on #195B5C background.


White color preview on #195B5C background

This text has white color on #195B5C background.