COLOR #225061

HEX: #225061
RGB: (34,80,97)

Color info

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

RGB color model

#225061 color RGB value is (34,80,97).

  • red value is 34;
  • green value is 80;
  • blue value is 97.
RGB:
(34,80,97)
(13%,31%,38%)

RGB channels and saturation

R 34 of 255 = 13%
G 80 of 255 = 31%
B 97 of 255 = 38%

34
80
97

R + G + B ~ 27%. #225061 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 80 + 97 = 211 (100%)
R 34 of 211 ~ 16.11%
G 80 of 211 ~ 37.91%
B 97 of 211 ~ 45.97%

%16.11
%37.91
%45.97

CMYK color model

#225061 color CMYK value is (65,18,0,62).

  • cyan value is 64.95%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(65,18,0,62)
C65M18Y0K62 
(65%,18%,0%,62%)
(0.65/0.18/0.00/0.62)	

CMYK percentages

%64.95
%17.53
%0
%61.96

Codes

Color #225061 in popluar color models

225061
RGB348097
HSL196°48.09%25.69%
HSB/HSV196°64.95%38.04%
CMYK64.95%17.53%0.00%
61.96%

Color #225061 in popluar number systems.

HEX225061
Decimal348097
Binary10001010100001100001
Octal42120141

Shades and tints

Shades of #225061

#225061
(34,80,97)
#1F4959
(31,73,89)
#1C4251
(28,66,81)
#193B49
(25,59,73)
#163441
(22,52,65)
#132D39
(19,45,57)
#102631
(16,38,49)
#0D1F29
(13,31,41)
#0A1821
(10,24,33)
#071119
(7,17,25)
#040A11
(4,10,17)
#000000
(0,0,0)

Tints of #225061

#225061
(34,80,97)
#365F6F
(54,95,111)
#4A6E7D
(74,110,125)
#5E7D8B
(94,125,139)
#728C99
(114,140,153)
#869BA7
(134,155,167)
#9AAAB5
(154,170,181)
#AEB9C3
(174,185,195)
#C2C8D1
(194,200,209)
#D6D7DF
(214,215,223)
#EAE6ED
(234,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #225061 color. Also use rgb(34,80,97) instead hex code.

Text Font Color

.myTextColor { color: #225061; }

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

This text font color is #225061.


Background Color

.myBgColor { background-color: #225061; }

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

This div background color is #225061.


Border color

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

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

This div border color is #225061.


Opacity

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

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

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

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

This text has shadow with #225061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #225061 on black background.


Color preview on white background

This text has color #225061 on white background.



Black color preview on #225061 background

This text has black color on #225061 background.


White color preview on #225061 background

This text has white color on #225061 background.