COLOR #195309

HEX: #195309
RGB: (25,83,9)

Color info

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

RGB color model

#195309 color RGB value is (25,83,9).

  • red value is 25;
  • green value is 83;
  • blue value is 9.
RGB:
(25,83,9)
(10%,33%,4%)

RGB channels and saturation

R 25 of 255 = 10%
G 83 of 255 = 33%
B 9 of 255 = 4%

25
83
9

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

Portions of RGB colors in percentages

R + G + B =
25 + 83 + 9 = 117 (100%)
R 25 of 117 ~ 21.37%
G 83 of 117 ~ 70.94%
B 9 of 117 ~ 7.69%

%21.37
%70.94

CMYK color model

#195309 color CMYK value is (70,0,89,67).

  • cyan value is 69.88%
  • magenta value is 0.00%
  • yellow value is 89.16%
  • key color value is 67.45%
CMYK:
(70,0,89,67)
C70M0Y89K67 
(70%,0%,89%,67%)
(0.70/0.00/0.89/0.67)	

CMYK percentages

%69.88
%0
%89.16
%67.45

Codes

Color #195309 in popluar color models

195309
RGB25839
HSL107°80.43%18.04%
HSB/HSV107°89.16%32.55%
CMYK69.88%0.00%89.16%
67.45%

Color #195309 in popluar number systems.

HEX195309
Decimal25839
Binary1100110100111001
Octal3112311

Shades and tints

Shades of #195309

#195309
(25,83,9)
#174C09
(23,76,9)
#154509
(21,69,9)
#133E09
(19,62,9)
#113709
(17,55,9)
#0F3009
(15,48,9)
#0D2909
(13,41,9)
#0B2209
(11,34,9)
#091B09
(9,27,9)
#071409
(7,20,9)
#050D09
(5,13,9)
#000000
(0,0,0)

Tints of #195309

#195309
(25,83,9)
#2D621F
(45,98,31)
#417135
(65,113,53)
#55804B
(85,128,75)
#698F61
(105,143,97)
#7D9E77
(125,158,119)
#91AD8D
(145,173,141)
#A5BCA3
(165,188,163)
#B9CBB9
(185,203,185)
#CDDACF
(205,218,207)
#E1E9E5
(225,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #195309 color. Also use rgb(25,83,9) instead hex code.

Text Font Color

.myTextColor { color: #195309; }

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

This text font color is #195309.


Background Color

.myBgColor { background-color: #195309; }

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

This div background color is #195309.


Border color

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

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

This div border color is #195309.


Opacity

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

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

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

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

This text has shadow with #195309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #195309 on black background.


Color preview on white background

This text has color #195309 on white background.



Black color preview on #195309 background

This text has black color on #195309 background.


White color preview on #195309 background

This text has white color on #195309 background.