COLOR #195012

HEX: #195012
RGB: (25,80,18)

Color info

#195012 contains mainly red and green colors. Web safe color of #195012 is #006600 (or #060).

RGB color model

#195012 color RGB value is (25,80,18).

  • red value is 25;
  • green value is 80;
  • blue value is 18.
RGB:
(25,80,18)
(10%,31%,7%)

RGB channels and saturation

R 25 of 255 = 10%
G 80 of 255 = 31%
B 18 of 255 = 7%

25
80
18

R + G + B ~ 16%. #195012 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 80 + 18 = 123 (100%)
R 25 of 123 ~ 20.33%
G 80 of 123 ~ 65.04%
B 18 of 123 ~ 14.63%

%20.33
%65.04
%14.63

CMYK color model

#195012 color CMYK value is (69,0,78,69).

  • cyan value is 68.75%
  • magenta value is 0.00%
  • yellow value is 77.50%
  • key color value is 68.63%
CMYK:
(69,0,78,69)
C69M0Y78K69 
(69%,0%,78%,69%)
(0.69/0.00/0.78/0.69)	

CMYK percentages

%68.75
%0
%77.5
%68.63

Codes

Color #195012 in popluar color models

195012
RGB258018
HSL113°63.27%19.22%
HSB/HSV113°77.50%31.37%
CMYK68.75%0.00%77.50%
68.63%

Color #195012 in popluar number systems.

HEX195012
Decimal258018
Binary11001101000010010
Octal3112022

Shades and tints

Shades of #195012

#195012
(25,80,18)
#174911
(23,73,17)
#154210
(21,66,16)
#133B0F
(19,59,15)
#11340E
(17,52,14)
#0F2D0D
(15,45,13)
#0D260C
(13,38,12)
#0B1F0B
(11,31,11)
#09180A
(9,24,10)
#071109
(7,17,9)
#050A08
(5,10,8)
#000000
(0,0,0)

Tints of #195012

#195012
(25,80,18)
#2D5F27
(45,95,39)
#416E3C
(65,110,60)
#557D51
(85,125,81)
#698C66
(105,140,102)
#7D9B7B
(125,155,123)
#91AA90
(145,170,144)
#A5B9A5
(165,185,165)
#B9C8BA
(185,200,186)
#CDD7CF
(205,215,207)
#E1E6E4
(225,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #195012 color. Also use rgb(25,80,18) instead hex code.

Text Font Color

.myTextColor { color: #195012; }

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

This text font color is #195012.


Background Color

.myBgColor { background-color: #195012; }

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

This div background color is #195012.


Border color

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

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

This div border color is #195012.


Opacity

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

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

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

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

This text has shadow with #195012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #195012 on black background.


Color preview on white background

This text has color #195012 on white background.



Black color preview on #195012 background

This text has black color on #195012 background.


White color preview on #195012 background

This text has white color on #195012 background.