COLOR #195B21

HEX: #195B21
RGB: (25,91,33)

Color info

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

RGB color model

#195B21 color RGB value is (25,91,33).

  • red value is 25;
  • green value is 91;
  • blue value is 33.
RGB:
(25,91,33)
(10%,36%,13%)

RGB channels and saturation

R 25 of 255 = 10%
G 91 of 255 = 36%
B 33 of 255 = 13%

25
91
33

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

Portions of RGB colors in percentages

R + G + B =
25 + 91 + 33 = 149 (100%)
R 25 of 149 ~ 16.78%
G 91 of 149 ~ 61.07%
B 33 of 149 ~ 22.15%

%16.78
%61.07
%22.15

CMYK color model

#195B21 color CMYK value is (73,0,64,64).

  • cyan value is 72.53%
  • magenta value is 0.00%
  • yellow value is 63.74%
  • key color value is 64.31%
CMYK:
(73,0,64,64)
C73M0Y64K64 
(73%,0%,64%,64%)
(0.73/0.00/0.64/0.64)	

CMYK percentages

%72.53
%0
%63.74
%64.31

Codes

Color #195B21 in popluar color models

195B21
RGB259133
HSL127°56.90%22.75%
HSB/HSV127°72.53%35.69%
CMYK72.53%0.00%63.74%
64.31%

Color #195B21 in popluar number systems.

HEX195B21
Decimal259133
Binary110011011011100001
Octal3113341

Shades and tints

Shades of #195B21

#195B21
(25,91,33)
#17531E
(23,83,30)
#154B1B
(21,75,27)
#134318
(19,67,24)
#113B15
(17,59,21)
#0F3312
(15,51,18)
#0D2B0F
(13,43,15)
#0B230C
(11,35,12)
#091B09
(9,27,9)
#071306
(7,19,6)
#050B03
(5,11,3)
#000000
(0,0,0)

Tints of #195B21

#195B21
(25,91,33)
#2D6935
(45,105,53)
#417749
(65,119,73)
#55855D
(85,133,93)
#699371
(105,147,113)
#7DA185
(125,161,133)
#91AF99
(145,175,153)
#A5BDAD
(165,189,173)
#B9CBC1
(185,203,193)
#CDD9D5
(205,217,213)
#E1E7E9
(225,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #195B21 color. Also use rgb(25,91,33) instead hex code.

Text Font Color

.myTextColor { color: #195B21; }

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

This text font color is #195B21.


Background Color

.myBgColor { background-color: #195B21; }

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

This div background color is #195B21.


Border color

.myBorderColor { border: 1px solid #195B21; }

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

This div border color is #195B21.


Opacity

.myOpacity80 { color: #195B21; opacity: 0.8; }

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

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

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

This text has shadow with #195B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #195B21 on black background.


Color preview on white background

This text has color #195B21 on white background.



Black color preview on #195B21 background

This text has black color on #195B21 background.


White color preview on #195B21 background

This text has white color on #195B21 background.