COLOR #225563

HEX: #225563
RGB: (34,85,99)

Color info

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

RGB color model

#225563 color RGB value is (34,85,99).

  • red value is 34;
  • green value is 85;
  • blue value is 99.
RGB:
(34,85,99)
(13%,33%,39%)

RGB channels and saturation

R 34 of 255 = 13%
G 85 of 255 = 33%
B 99 of 255 = 39%

34
85
99

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

Portions of RGB colors in percentages

R + G + B =
34 + 85 + 99 = 218 (100%)
R 34 of 218 ~ 15.6%
G 85 of 218 ~ 38.99%
B 99 of 218 ~ 45.41%

%15.6
%38.99
%45.41

CMYK color model

#225563 color CMYK value is (66,14,0,61).

  • cyan value is 65.66%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(66,14,0,61)
C66M14Y0K61 
(66%,14%,0%,61%)
(0.66/0.14/0.00/0.61)	

CMYK percentages

%65.66
%14.14
%0
%61.18

Codes

Color #225563 in popluar color models

225563
RGB348599
HSL193°48.87%26.08%
HSB/HSV193°65.66%38.82%
CMYK65.66%14.14%0.00%
61.18%

Color #225563 in popluar number systems.

HEX225563
Decimal348599
Binary10001010101011100011
Octal42125143

Shades and tints

Shades of #225563

#225563
(34,85,99)
#1F4E5A
(31,78,90)
#1C4751
(28,71,81)
#194048
(25,64,72)
#16393F
(22,57,63)
#133236
(19,50,54)
#102B2D
(16,43,45)
#0D2424
(13,36,36)
#0A1D1B
(10,29,27)
#071612
(7,22,18)
#040F09
(4,15,9)
#000000
(0,0,0)

Tints of #225563

#225563
(34,85,99)
#366471
(54,100,113)
#4A737F
(74,115,127)
#5E828D
(94,130,141)
#72919B
(114,145,155)
#86A0A9
(134,160,169)
#9AAFB7
(154,175,183)
#AEBEC5
(174,190,197)
#C2CDD3
(194,205,211)
#D6DCE1
(214,220,225)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #225563 color. Also use rgb(34,85,99) instead hex code.

Text Font Color

.myTextColor { color: #225563; }

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

This text font color is #225563.


Background Color

.myBgColor { background-color: #225563; }

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

This div background color is #225563.


Border color

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

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

This div border color is #225563.


Opacity

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

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

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

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

This text has shadow with #225563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #225563 on black background.


Color preview on white background

This text has color #225563 on white background.



Black color preview on #225563 background

This text has black color on #225563 background.


White color preview on #225563 background

This text has white color on #225563 background.