COLOR #225B66

HEX: #225B66
RGB: (34,91,102)

Color info

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

RGB color model

#225B66 color RGB value is (34,91,102).

  • red value is 34;
  • green value is 91;
  • blue value is 102.
RGB:
(34,91,102)
(13%,36%,40%)

RGB channels and saturation

R 34 of 255 = 13%
G 91 of 255 = 36%
B 102 of 255 = 40%

34
91
102

R + G + B ~ 30%. #225B66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 91 + 102 = 227 (100%)
R 34 of 227 ~ 14.98%
G 91 of 227 ~ 40.09%
B 102 of 227 ~ 44.93%

%14.98
%40.09
%44.93

CMYK color model

#225B66 color CMYK value is (67,11,0,60).

  • cyan value is 66.67%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(67,11,0,60)
C67M11Y0K60 
(67%,11%,0%,60%)
(0.67/0.11/0.00/0.60)	

CMYK percentages

%66.67
%10.78
%0
%60

Codes

Color #225B66 in popluar color models

225B66
RGB3491102
HSL190°50.00%26.67%
HSB/HSV190°66.67%40.00%
CMYK66.67%10.78%0.00%
60.00%

Color #225B66 in popluar number systems.

HEX225B66
Decimal3491102
Binary10001010110111100110
Octal42133146

Shades and tints

Shades of #225B66

#225B66
(34,91,102)
#1F535D
(31,83,93)
#1C4B54
(28,75,84)
#19434B
(25,67,75)
#163B42
(22,59,66)
#133339
(19,51,57)
#102B30
(16,43,48)
#0D2327
(13,35,39)
#0A1B1E
(10,27,30)
#071315
(7,19,21)
#040B0C
(4,11,12)
#000000
(0,0,0)

Tints of #225B66

#225B66
(34,91,102)
#366973
(54,105,115)
#4A7780
(74,119,128)
#5E858D
(94,133,141)
#72939A
(114,147,154)
#86A1A7
(134,161,167)
#9AAFB4
(154,175,180)
#AEBDC1
(174,189,193)
#C2CBCE
(194,203,206)
#D6D9DB
(214,217,219)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #225B66 color. Also use rgb(34,91,102) instead hex code.

Text Font Color

.myTextColor { color: #225B66; }

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

This text font color is #225B66.


Background Color

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

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

This div background color is #225B66.


Border color

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

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

This div border color is #225B66.


Opacity

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

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

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

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

This text has shadow with #225B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #225B66 on black background.


Color preview on white background

This text has color #225B66 on white background.



Black color preview on #225B66 background

This text has black color on #225B66 background.


White color preview on #225B66 background

This text has white color on #225B66 background.