COLOR #22595E

HEX: #22595E
RGB: (34,89,94)

Color info

#22595E contains mainly green and blue colors. Web safe color of #22595E is #336666 (or #366).

RGB color model

#22595E color RGB value is (34,89,94).

  • red value is 34;
  • green value is 89;
  • blue value is 94.
RGB:
(34,89,94)
(13%,35%,37%)

RGB channels and saturation

R 34 of 255 = 13%
G 89 of 255 = 35%
B 94 of 255 = 37%

34
89
94

R + G + B ~ 28%. #22595E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 89 + 94 = 217 (100%)
R 34 of 217 ~ 15.67%
G 89 of 217 ~ 41.01%
B 94 of 217 ~ 43.32%

%15.67
%41.01
%43.32

CMYK color model

#22595E color CMYK value is (64,5,0,63).

  • cyan value is 63.83%
  • magenta value is 5.32%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(64,5,0,63)
C64M5Y0K63 
(64%,5%,0%,63%)
(0.64/0.05/0.00/0.63)	

CMYK percentages

%63.83
%5.32
%0
%63.14

Codes

Color #22595E in popluar color models

22595E
RGB348994
HSL185°46.88%25.10%
HSB/HSV185°63.83%36.86%
CMYK63.83%5.32%0.00%
63.14%

Color #22595E in popluar number systems.

HEX22595E
Decimal348994
Binary10001010110011011110
Octal42131136

Shades and tints

Shades of #22595E

#22595E
(34,89,94)
#1F5156
(31,81,86)
#1C494E
(28,73,78)
#194146
(25,65,70)
#16393E
(22,57,62)
#133136
(19,49,54)
#10292E
(16,41,46)
#0D2126
(13,33,38)
#0A191E
(10,25,30)
#071116
(7,17,22)
#04090E
(4,9,14)
#000000
(0,0,0)

Tints of #22595E

#22595E
(34,89,94)
#36686C
(54,104,108)
#4A777A
(74,119,122)
#5E8688
(94,134,136)
#729596
(114,149,150)
#86A4A4
(134,164,164)
#9AB3B2
(154,179,178)
#AEC2C0
(174,194,192)
#C2D1CE
(194,209,206)
#D6E0DC
(214,224,220)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #22595E color. Also use rgb(34,89,94) instead hex code.

Text Font Color

.myTextColor { color: #22595E; }

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

This text font color is #22595E.


Background Color

.myBgColor { background-color: #22595E; }

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

This div background color is #22595E.


Border color

.myBorderColor { border: 1px solid #22595E; }

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

This div border color is #22595E.


Opacity

.myOpacity80 { color: #22595E; opacity: 0.8; }

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

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

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

This text has shadow with #22595E color.

.textShadow {text-shadow: 3px 3px 1px #22595E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #22595E on black background.


Color preview on white background

This text has color #22595E on white background.



Black color preview on #22595E background

This text has black color on #22595E background.


White color preview on #22595E background

This text has white color on #22595E background.