COLOR #195928

HEX: #195928
RGB: (25,89,40)

Color info

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

RGB color model

#195928 color RGB value is (25,89,40).

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

RGB channels and saturation

R 25 of 255 = 10%
G 89 of 255 = 35%
B 40 of 255 = 16%

25
89
40

R + G + B ~ 20%. #195928 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 89 + 40 = 154 (100%)
R 25 of 154 ~ 16.23%
G 89 of 154 ~ 57.79%
B 40 of 154 ~ 25.97%

%16.23
%57.79
%25.97

CMYK color model

#195928 color CMYK value is (72,0,55,65).

  • cyan value is 71.91%
  • magenta value is 0.00%
  • yellow value is 55.06%
  • key color value is 65.10%
CMYK:
(72,0,55,65)
C72M0Y55K65 
(72%,0%,55%,65%)
(0.72/0.00/0.55/0.65)	

CMYK percentages

%71.91
%0
%55.06
%65.1

Codes

Color #195928 in popluar color models

195928
RGB258940
HSL134°56.14%22.35%
HSB/HSV134°71.91%34.90%
CMYK71.91%0.00%55.06%
65.10%

Color #195928 in popluar number systems.

HEX195928
Decimal258940
Binary110011011001101000
Octal3113150

Shades and tints

Shades of #195928

#195928
(25,89,40)
#175125
(23,81,37)
#154922
(21,73,34)
#13411F
(19,65,31)
#11391C
(17,57,28)
#0F3119
(15,49,25)
#0D2916
(13,41,22)
#0B2113
(11,33,19)
#091910
(9,25,16)
#07110D
(7,17,13)
#05090A
(5,9,10)
#000000
(0,0,0)

Tints of #195928

#195928
(25,89,40)
#2D683B
(45,104,59)
#41774E
(65,119,78)
#558661
(85,134,97)
#699574
(105,149,116)
#7DA487
(125,164,135)
#91B39A
(145,179,154)
#A5C2AD
(165,194,173)
#B9D1C0
(185,209,192)
#CDE0D3
(205,224,211)
#E1EFE6
(225,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #195928; }

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

This text font color is #195928.


Background Color

.myBgColor { background-color: #195928; }

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

This div background color is #195928.


Border color

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

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

This div border color is #195928.


Opacity

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

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

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

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

This text has shadow with #195928 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #195928 on black background.


Color preview on white background

This text has color #195928 on white background.



Black color preview on #195928 background

This text has black color on #195928 background.


White color preview on #195928 background

This text has white color on #195928 background.