COLOR #225C59

HEX: #225C59
RGB: (34,92,89)

Color info

#225C59 contains red, green and blue colors in about the same proportion. Web safe color of #225C59 is #336666 (or #366).

RGB color model

#225C59 color RGB value is (34,92,89).

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

RGB channels and saturation

R 34 of 255 = 13%
G 92 of 255 = 36%
B 89 of 255 = 35%

34
92
89

R + G + B ~ 28%. #225C59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 92 + 89 = 215 (100%)
R 34 of 215 ~ 15.81%
G 92 of 215 ~ 42.79%
B 89 of 215 ~ 41.4%

%15.81
%42.79
%41.4

CMYK color model

#225C59 color CMYK value is (63,0,3,64).

  • cyan value is 63.04%
  • magenta value is 0.00%
  • yellow value is 3.26%
  • key color value is 63.92%
CMYK:
(63,0,3,64)
C63M0Y3K64 
(63%,0%,3%,64%)
(0.63/0.00/0.03/0.64)	

CMYK percentages

%63.04
%0
%3.26
%63.92

Codes

Color #225C59 in popluar color models

225C59
RGB349289
HSL177°46.03%24.71%
HSB/HSV177°63.04%36.08%
CMYK63.04%0.00%3.26%
63.92%

Color #225C59 in popluar number systems.

HEX225C59
Decimal349289
Binary10001010111001011001
Octal42134131

Shades and tints

Shades of #225C59

#225C59
(34,92,89)
#1F5451
(31,84,81)
#1C4C49
(28,76,73)
#194441
(25,68,65)
#163C39
(22,60,57)
#133431
(19,52,49)
#102C29
(16,44,41)
#0D2421
(13,36,33)
#0A1C19
(10,28,25)
#071411
(7,20,17)
#040C09
(4,12,9)
#000000
(0,0,0)

Tints of #225C59

#225C59
(34,92,89)
#366A68
(54,106,104)
#4A7877
(74,120,119)
#5E8686
(94,134,134)
#729495
(114,148,149)
#86A2A4
(134,162,164)
#9AB0B3
(154,176,179)
#AEBEC2
(174,190,194)
#C2CCD1
(194,204,209)
#D6DAE0
(214,218,224)
#EAE8EF
(234,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #225C59 color. Also use rgb(34,92,89) instead hex code.

Text Font Color

.myTextColor { color: #225C59; }

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

This text font color is #225C59.


Background Color

.myBgColor { background-color: #225C59; }

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

This div background color is #225C59.


Border color

.myBorderColor { border: 1px solid #225C59; }

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

This div border color is #225C59.


Opacity

.myOpacity80 { color: #225C59; opacity: 0.8; }

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

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

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

This text has shadow with #225C59 color.

.textShadow {text-shadow: 3px 3px 1px #225C59, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #225C59 on black background.


Color preview on white background

This text has color #225C59 on white background.



Black color preview on #225C59 background

This text has black color on #225C59 background.


White color preview on #225C59 background

This text has white color on #225C59 background.