COLOR #195831

HEX: #195831 RGB: (25,88,49)

Color info

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

RGB color model

#195831 color RGB value is (25,88,49).

RGB: (25,88,49) (10%, 35%, 19%)

RGB channels and saturation

R 25 of 255 = 10%
G 88 of 255 = 35%
B 49 of 255 = 19%

25
88
49

R + G + B ~ 21%. #195831 is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 88 + 49 = 162 (100%)
R 25 of 162 ~ 15.43%
G 88 of 162 ~ 54.32%
B 49 of 162 ~ 30.25'%

%15.43
%54.32
%30.25

CMYK color model

#195831 color CMYK value is (72,0,44,65).

  • cyan value is 71.59%
  • magenta value is 0.00%
  • yellow value is 44.32%
  • key color value is 65.49%

CMYK: (72,0,44,65)
C72M0Y44K65 (72%, 0%, 44%, 65%)
(0.72 / 0.00 / 0.44 / 0.65)

CMYK percentages

%71.59
%0
%44.32
%65.49

Codes

Color #195831 in popluar color models

19 58 31
RGB 25 88 49
HSL 143° 55.75% 22.16%
HSB/HSV 143° 71.59% 34.51%
CMYK 71.59% 0.00% 44.32%
65.49%

Color #195831 in popluar number systems.

HEX 19 58 31
Decimal 25 88 49
Binary 11001 1011000 110001
Octal 31 130 61

Shades and tints

Shades of #195831

#195831
(25,88,49)
#17502D
(23,80,45)
#154829
(21,72,41)
#134025
(19,64,37)
#113821
(17,56,33)
#0F301D
(15,48,29)
#0D2819
(13,40,25)
#0B2015
(11,32,21)
#091811
(9,24,17)
#07100D
(7,16,13)
#050809
(5,8,9)
#000000
(0,0,0)

Tints of #195831

#195831
(25,88,49)
#2D6743
(45,103,67)
#417655
(65,118,85)
#558567
(85,133,103)
#699479
(105,148,121)
#7DA38B
(125,163,139)
#91B29D
(145,178,157)
#A5C1AF
(165,193,175)
#B9D0C1
(185,208,193)
#CDDFD3
(205,223,211)
#E1EEE5
(225,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #195831 color. Also use rgb(25,88,49) instead hex code.

Text Font Color

.myTextColor { color: #195831; }

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

This text font color is #195831.

Background Color

.myBgColor { background-color: #195831; }

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

This div background color is #195831.

Border color

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

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

This div border color is #195831.

Opacity

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

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

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

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

This text has shadow with #195831 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #195831.

Preview

Color preview on black background

This text has color #195831 on black background.


Color preview on white background

This text has color #195831 on white background.


Black color preview on #195831 background

This text has black color on #195831 background.


White color preview on #195831 background

This text has white color on #195831 background.


Related colors

Complementary color

Complementary color for #hex is #E6A7CE.


I love getcolorcode.com

Triadic colors

1 #311958 and #583119 with #195831 are triadic colors.

2 #315819 and #581931 with #195831 are triadic colors.