COLOR #225537

HEX: #225537
RGB: (34,85,55)

Color info

#225537 contains red, green and blue colors in about the same proportion. Web safe color of #225537 is #336633 (or #363).

RGB color model

#225537 color RGB value is (34,85,55).

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

RGB channels and saturation

R 34 of 255 = 13%
G 85 of 255 = 33%
B 55 of 255 = 22%

34
85
55

R + G + B ~ 23%. #225537 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 85 + 55 = 174 (100%)
R 34 of 174 ~ 19.54%
G 85 of 174 ~ 48.85%
B 55 of 174 ~ 31.61%

%19.54
%48.85
%31.61

CMYK color model

#225537 color CMYK value is (60,0,35,67).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 66.67%
CMYK:
(60,0,35,67)
C60M0Y35K67 
(60%,0%,35%,67%)
(0.60/0.00/0.35/0.67)	

CMYK percentages

%60
%0
%35.29
%66.67

Codes

Color #225537 in popluar color models

225537
RGB348555
HSL145°42.86%23.33%
HSB/HSV145°60.00%33.33%
CMYK60.00%0.00%35.29%
66.67%

Color #225537 in popluar number systems.

HEX225537
Decimal348555
Binary1000101010101110111
Octal4212567

Shades and tints

Shades of #225537

#225537
(34,85,55)
#1F4E32
(31,78,50)
#1C472D
(28,71,45)
#194028
(25,64,40)
#163923
(22,57,35)
#13321E
(19,50,30)
#102B19
(16,43,25)
#0D2414
(13,36,20)
#0A1D0F
(10,29,15)
#07160A
(7,22,10)
#040F05
(4,15,5)
#000000
(0,0,0)

Tints of #225537

#225537
(34,85,55)
#366449
(54,100,73)
#4A735B
(74,115,91)
#5E826D
(94,130,109)
#72917F
(114,145,127)
#86A091
(134,160,145)
#9AAFA3
(154,175,163)
#AEBEB5
(174,190,181)
#C2CDC7
(194,205,199)
#D6DCD9
(214,220,217)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #225537; }

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

This text font color is #225537.


Background Color

.myBgColor { background-color: #225537; }

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

This div background color is #225537.


Border color

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

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

This div border color is #225537.


Opacity

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

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

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

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

This text has shadow with #225537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #225537 on black background.


Color preview on white background

This text has color #225537 on white background.



Black color preview on #225537 background

This text has black color on #225537 background.


White color preview on #225537 background

This text has white color on #225537 background.