COLOR #195B23

HEX: #195B23
RGB: (25,91,35)

Color info

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

RGB color model

#195B23 color RGB value is (25,91,35).

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

RGB channels and saturation

R 25 of 255 = 10%
G 91 of 255 = 36%
B 35 of 255 = 14%

25
91
35

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

Portions of RGB colors in percentages

R + G + B =
25 + 91 + 35 = 151 (100%)
R 25 of 151 ~ 16.56%
G 91 of 151 ~ 60.26%
B 35 of 151 ~ 23.18%

%16.56
%60.26
%23.18

CMYK color model

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

  • cyan value is 72.53%
  • magenta value is 0.00%
  • yellow value is 61.54%
  • key color value is 64.31%
CMYK:
(73,0,62,64)
C73M0Y62K64 
(73%,0%,62%,64%)
(0.73/0.00/0.62/0.64)	

CMYK percentages

%72.53
%0
%61.54
%64.31

Codes

Color #195B23 in popluar color models

195B23
RGB259135
HSL129°56.90%22.75%
HSB/HSV129°72.53%35.69%
CMYK72.53%0.00%61.54%
64.31%

Color #195B23 in popluar number systems.

HEX195B23
Decimal259135
Binary110011011011100011
Octal3113343

Shades and tints

Shades of #195B23

#195B23
(25,91,35)
#175320
(23,83,32)
#154B1D
(21,75,29)
#13431A
(19,67,26)
#113B17
(17,59,23)
#0F3314
(15,51,20)
#0D2B11
(13,43,17)
#0B230E
(11,35,14)
#091B0B
(9,27,11)
#071308
(7,19,8)
#050B05
(5,11,5)
#000000
(0,0,0)

Tints of #195B23

#195B23
(25,91,35)
#2D6937
(45,105,55)
#41774B
(65,119,75)
#55855F
(85,133,95)
#699373
(105,147,115)
#7DA187
(125,161,135)
#91AF9B
(145,175,155)
#A5BDAF
(165,189,175)
#B9CBC3
(185,203,195)
#CDD9D7
(205,217,215)
#E1E7EB
(225,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #195B23; }

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

This text font color is #195B23.


Background Color

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

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

This div background color is #195B23.


Border color

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

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

This div border color is #195B23.


Opacity

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

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

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

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

This text has shadow with #195B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #195B23 on black background.


Color preview on white background

This text has color #195B23 on white background.



Black color preview on #195B23 background

This text has black color on #195B23 background.


White color preview on #195B23 background

This text has white color on #195B23 background.