COLOR #195837

HEX: #195837
RGB: (25,88,55)

Color info

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

RGB color model

#195837 color RGB value is (25,88,55).

  • red value is 25;
  • green value is 88;
  • blue value is 55.
RGB:
(25,88,55)
(10%,35%,22%)

RGB channels and saturation

R 25 of 255 = 10%
G 88 of 255 = 35%
B 55 of 255 = 22%

25
88
55

R + G + B ~ 22%. #195837 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 88 + 55 = 168 (100%)
R 25 of 168 ~ 14.88%
G 88 of 168 ~ 52.38%
B 55 of 168 ~ 32.74%

%14.88
%52.38
%32.74

CMYK color model

#195837 color CMYK value is (72,0,38,65).

  • cyan value is 71.59%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 65.49%
CMYK:
(72,0,38,65)
C72M0Y38K65 
(72%,0%,38%,65%)
(0.72/0.00/0.38/0.65)	

CMYK percentages

%71.59
%0
%37.5
%65.49

Codes

Color #195837 in popluar color models

195837
RGB258855
HSL149°55.75%22.16%
HSB/HSV149°71.59%34.51%
CMYK71.59%0.00%37.50%
65.49%

Color #195837 in popluar number systems.

HEX195837
Decimal258855
Binary110011011000110111
Octal3113067

Shades and tints

Shades of #195837

#195837
(25,88,55)
#175032
(23,80,50)
#15482D
(21,72,45)
#134028
(19,64,40)
#113823
(17,56,35)
#0F301E
(15,48,30)
#0D2819
(13,40,25)
#0B2014
(11,32,20)
#09180F
(9,24,15)
#07100A
(7,16,10)
#050805
(5,8,5)
#000000
(0,0,0)

Tints of #195837

#195837
(25,88,55)
#2D6749
(45,103,73)
#41765B
(65,118,91)
#55856D
(85,133,109)
#69947F
(105,148,127)
#7DA391
(125,163,145)
#91B2A3
(145,178,163)
#A5C1B5
(165,193,181)
#B9D0C7
(185,208,199)
#CDDFD9
(205,223,217)
#E1EEEB
(225,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #195837 color. Also use rgb(25,88,55) instead hex code.

Text Font Color

.myTextColor { color: #195837; }

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

This text font color is #195837.


Background Color

.myBgColor { background-color: #195837; }

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

This div background color is #195837.


Border color

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

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

This div border color is #195837.


Opacity

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

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

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

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

This text has shadow with #195837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #195837 on black background.


Color preview on white background

This text has color #195837 on white background.



Black color preview on #195837 background

This text has black color on #195837 background.


White color preview on #195837 background

This text has white color on #195837 background.