COLOR #195748

HEX: #195748
RGB: (25,87,72)

Color info

#195748 contains mainly green and blue colors. Web safe color of #195748 is #006633 (or #063).

RGB color model

#195748 color RGB value is (25,87,72).

  • red value is 25;
  • green value is 87;
  • blue value is 72.
RGB:
(25,87,72)
(10%,34%,28%)

RGB channels and saturation

R 25 of 255 = 10%
G 87 of 255 = 34%
B 72 of 255 = 28%

25
87
72

R + G + B ~ 24%. #195748 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 87 + 72 = 184 (100%)
R 25 of 184 ~ 13.59%
G 87 of 184 ~ 47.28%
B 72 of 184 ~ 39.13%

%13.59
%47.28
%39.13

CMYK color model

#195748 color CMYK value is (71,0,17,66).

  • cyan value is 71.26%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 65.88%
CMYK:
(71,0,17,66)
C71M0Y17K66 
(71%,0%,17%,66%)
(0.71/0.00/0.17/0.66)	

CMYK percentages

%71.26
%0
%17.24
%65.88

Codes

Color #195748 in popluar color models

195748
RGB258772
HSL165°55.36%21.96%
HSB/HSV165°71.26%34.12%
CMYK71.26%0.00%17.24%
65.88%

Color #195748 in popluar number systems.

HEX195748
Decimal258772
Binary1100110101111001000
Octal31127110

Shades and tints

Shades of #195748

#195748
(25,87,72)
#175042
(23,80,66)
#15493C
(21,73,60)
#134236
(19,66,54)
#113B30
(17,59,48)
#0F342A
(15,52,42)
#0D2D24
(13,45,36)
#0B261E
(11,38,30)
#091F18
(9,31,24)
#071812
(7,24,18)
#05110C
(5,17,12)
#000000
(0,0,0)

Tints of #195748

#195748
(25,87,72)
#2D6658
(45,102,88)
#417568
(65,117,104)
#558478
(85,132,120)
#699388
(105,147,136)
#7DA298
(125,162,152)
#91B1A8
(145,177,168)
#A5C0B8
(165,192,184)
#B9CFC8
(185,207,200)
#CDDED8
(205,222,216)
#E1EDE8
(225,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #195748 color. Also use rgb(25,87,72) instead hex code.

Text Font Color

.myTextColor { color: #195748; }

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

This text font color is #195748.


Background Color

.myBgColor { background-color: #195748; }

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

This div background color is #195748.


Border color

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

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

This div border color is #195748.


Opacity

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

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

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

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

This text has shadow with #195748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #195748 on black background.


Color preview on white background

This text has color #195748 on white background.



Black color preview on #195748 background

This text has black color on #195748 background.


White color preview on #195748 background

This text has white color on #195748 background.