COLOR #195B42

HEX: #195B42 RGB: (25,91,66)

Color info

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

RGB color model

#195B42 color RGB value is (25,91,66).

RGB: (25,91,66) (10%, 36%, 26%)

RGB channels and saturation

R 25 of 255 = 10%
G 91 of 255 = 36%
B 66 of 255 = 26%

25
91
66

R + G + B ~ 24%. #195B42 is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 91 + 66 = 182 (100%)
R 25 of 182 ~ 13.74%
G 91 of 182 ~ 50%
B 66 of 182 ~ 36.26'%

%13.74
%50
%36.26

CMYK color model

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

  • cyan value is 72.53%
  • magenta value is 0.00%
  • yellow value is 27.47%
  • key color value is 64.31%

CMYK: (73,0,27,64)
C73M0Y27K64 (73%, 0%, 27%, 64%)
(0.73 / 0.00 / 0.27 / 0.64)

CMYK percentages

%72.53
%0
%27.47
%64.31

Codes

Color #195B42 in popluar color models

19 5B 42
RGB 25 91 66
HSL 157° 56.90% 22.75%
HSB/HSV 157° 72.53% 35.69%
CMYK 72.53% 0.00% 27.47%
64.31%

Color #195B42 in popluar number systems.

HEX 19 5B 42
Decimal 25 91 66
Binary 11001 1011011 1000010
Octal 31 133 102

Shades and tints

Shades of #195B42

#195B42
(25,91,66)
#17533C
(23,83,60)
#154B36
(21,75,54)
#134330
(19,67,48)
#113B2A
(17,59,42)
#0F3324
(15,51,36)
#0D2B1E
(13,43,30)
#0B2318
(11,35,24)
#091B12
(9,27,18)
#07130C
(7,19,12)
#050B06
(5,11,6)
#000000
(0,0,0)

Tints of #195B42

#195B42
(25,91,66)
#2D6953
(45,105,83)
#417764
(65,119,100)
#558575
(85,133,117)
#699386
(105,147,134)
#7DA197
(125,161,151)
#91AFA8
(145,175,168)
#A5BDB9
(165,189,185)
#B9CBCA
(185,203,202)
#CDD9DB
(205,217,219)
#E1E7EC
(225,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #195B42; }

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

This text font color is #195B42.

Background Color

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

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

This div background color is #195B42.

Border color

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

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

This div border color is #195B42.

Opacity

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

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

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

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

This text has shadow with #195B42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #195B42.

Preview

Color preview on black background

This text has color #195B42 on black background.


Color preview on white background

This text has color #195B42 on white background.


Black color preview on #195B42 background

This text has black color on #195B42 background.


White color preview on #195B42 background

This text has white color on #195B42 background.


Related colors

Complementary color

Complementary color for #195B42 is #E6A4BD.


I love getcolorcode.com

Triadic colors

1 #42195B and #5B4219 with #195B42 are triadic colors.

2 #425B19 and #5B1942 with #195B42 are triadic colors.