COLOR #195523

HEX: #195523 RGB: (25,85,35)

Color info

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

RGB color model

#195523 color RGB value is (25,85,35).

RGB: (25,85,35) (10%, 33%, 14%)

RGB channels and saturation

R 25 of 255 = 10%
G 85 of 255 = 33%
B 35 of 255 = 14%

25
85
35

R + G + B ~ 19%. #195523 is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 85 + 35 = 145 (100%)
R 25 of 145 ~ 17.24%
G 85 of 145 ~ 58.62%
B 35 of 145 ~ 24.14'%

%17.24
%58.62
%24.14

CMYK color model

#195523 color CMYK value is (71,0,59,67).

  • cyan value is 70.59%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 66.67%

CMYK: (71,0,59,67)
C71M0Y59K67 (71%, 0%, 59%, 67%)
(0.71 / 0.00 / 0.59 / 0.67)

CMYK percentages

%70.59
%0
%58.82
%66.67

Codes

Color #195523 in popluar color models

19 55 23
RGB 25 85 35
HSL 130° 54.55% 21.57%
HSB/HSV 130° 70.59% 33.33%
CMYK 70.59% 0.00% 58.82%
66.67%

Color #195523 in popluar number systems.

HEX 19 55 23
Decimal 25 85 35
Binary 11001 1010101 100011
Octal 31 125 43

Shades and tints

Shades of #195523

#195523
(25,85,35)
#174E20
(23,78,32)
#15471D
(21,71,29)
#13401A
(19,64,26)
#113917
(17,57,23)
#0F3214
(15,50,20)
#0D2B11
(13,43,17)
#0B240E
(11,36,14)
#091D0B
(9,29,11)
#071608
(7,22,8)
#050F05
(5,15,5)
#000000
(0,0,0)

Tints of #195523

#195523
(25,85,35)
#2D6437
(45,100,55)
#41734B
(65,115,75)
#55825F
(85,130,95)
#699173
(105,145,115)
#7DA087
(125,160,135)
#91AF9B
(145,175,155)
#A5BEAF
(165,190,175)
#B9CDC3
(185,205,195)
#CDDCD7
(205,220,215)
#E1EBEB
(225,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #195523; }

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

This text font color is #195523.

Background Color

.myBgColor { background-color: #195523; }

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

This div background color is #195523.

Border color

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

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

This div border color is #195523.

Opacity

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

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

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

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

This text has shadow with #195523 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #195523.

Preview

Color preview on black background

This text has color #195523 on black background.


Color preview on white background

This text has color #195523 on white background.


Black color preview on #195523 background

This text has black color on #195523 background.


White color preview on #195523 background

This text has white color on #195523 background.


Related colors

Complementary color

Complementary color for #hex is #E6AADC.


I love getcolorcode.com

Triadic colors

1 #231955 and #552319 with #195523 are triadic colors.

2 #235519 and #551923 with #195523 are triadic colors.