COLOR #225755

HEX: #225755
RGB: (34,87,85)

Color info

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

RGB color model

#225755 color RGB value is (34,87,85).

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

RGB channels and saturation

R 34 of 255 = 13%
G 87 of 255 = 34%
B 85 of 255 = 33%

34
87
85

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

Portions of RGB colors in percentages

R + G + B =
34 + 87 + 85 = 206 (100%)
R 34 of 206 ~ 16.5%
G 87 of 206 ~ 42.23%
B 85 of 206 ~ 41.26%

%16.5
%42.23
%41.26

CMYK color model

#225755 color CMYK value is (61,0,2,66).

  • cyan value is 60.92%
  • magenta value is 0.00%
  • yellow value is 2.30%
  • key color value is 65.88%
CMYK:
(61,0,2,66)
C61M0Y2K66 
(61%,0%,2%,66%)
(0.61/0.00/0.02/0.66)	

CMYK percentages

%60.92
%0
%2.3
%65.88

Codes

Color #225755 in popluar color models

225755
RGB348785
HSL178°43.80%23.73%
HSB/HSV178°60.92%34.12%
CMYK60.92%0.00%2.30%
65.88%

Color #225755 in popluar number systems.

HEX225755
Decimal348785
Binary10001010101111010101
Octal42127125

Shades and tints

Shades of #225755

#225755
(34,87,85)
#1F504E
(31,80,78)
#1C4947
(28,73,71)
#194240
(25,66,64)
#163B39
(22,59,57)
#133432
(19,52,50)
#102D2B
(16,45,43)
#0D2624
(13,38,36)
#0A1F1D
(10,31,29)
#071816
(7,24,22)
#04110F
(4,17,15)
#000000
(0,0,0)

Tints of #225755

#225755
(34,87,85)
#366664
(54,102,100)
#4A7573
(74,117,115)
#5E8482
(94,132,130)
#729391
(114,147,145)
#86A2A0
(134,162,160)
#9AB1AF
(154,177,175)
#AEC0BE
(174,192,190)
#C2CFCD
(194,207,205)
#D6DEDC
(214,222,220)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #225755; }

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

This text font color is #225755.


Background Color

.myBgColor { background-color: #225755; }

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

This div background color is #225755.


Border color

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

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

This div border color is #225755.


Opacity

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

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

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

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

This text has shadow with #225755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #225755 on black background.


Color preview on white background

This text has color #225755 on white background.



Black color preview on #225755 background

This text has black color on #225755 background.


White color preview on #225755 background

This text has white color on #225755 background.