COLOR #226D76

HEX: #226D76
RGB: (34,109,118)

Color info

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

RGB color model

#226D76 color RGB value is (34,109,118).

  • red value is 34;
  • green value is 109;
  • blue value is 118.
RGB:
(34,109,118)
(13%,43%,46%)

RGB channels and saturation

R 34 of 255 = 13%
G 109 of 255 = 43%
B 118 of 255 = 46%

34
109
118

R + G + B ~ 34%. #226D76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 109 + 118 = 261 (100%)
R 34 of 261 ~ 13.03%
G 109 of 261 ~ 41.76%
B 118 of 261 ~ 45.21%

%13.03
%41.76
%45.21

CMYK color model

#226D76 color CMYK value is (71,8,0,54).

  • cyan value is 71.19%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(71,8,0,54)
C71M8Y0K54 
(71%,8%,0%,54%)
(0.71/0.08/0.00/0.54)	

CMYK percentages

%71.19
%7.63
%0
%53.73

Codes

Color #226D76 in popluar color models

226D76
RGB34109118
HSL186°55.26%29.80%
HSB/HSV186°71.19%46.27%
CMYK71.19%7.63%0.00%
53.73%

Color #226D76 in popluar number systems.

HEX226D76
Decimal34109118
Binary10001011011011110110
Octal42155166

Shades and tints

Shades of #226D76

#226D76
(34,109,118)
#1F646C
(31,100,108)
#1C5B62
(28,91,98)
#195258
(25,82,88)
#16494E
(22,73,78)
#134044
(19,64,68)
#10373A
(16,55,58)
#0D2E30
(13,46,48)
#0A2526
(10,37,38)
#071C1C
(7,28,28)
#041312
(4,19,18)
#000000
(0,0,0)

Tints of #226D76

#226D76
(34,109,118)
#367A82
(54,122,130)
#4A878E
(74,135,142)
#5E949A
(94,148,154)
#72A1A6
(114,161,166)
#86AEB2
(134,174,178)
#9ABBBE
(154,187,190)
#AEC8CA
(174,200,202)
#C2D5D6
(194,213,214)
#D6E2E2
(214,226,226)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #226D76 color. Also use rgb(34,109,118) instead hex code.

Text Font Color

.myTextColor { color: #226D76; }

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

This text font color is #226D76.


Background Color

.myBgColor { background-color: #226D76; }

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

This div background color is #226D76.


Border color

.myBorderColor { border: 1px solid #226D76; }

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

This div border color is #226D76.


Opacity

.myOpacity80 { color: #226D76; opacity: 0.8; }

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

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

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

This text has shadow with #226D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #226D76 on black background.


Color preview on white background

This text has color #226D76 on white background.



Black color preview on #226D76 background

This text has black color on #226D76 background.


White color preview on #226D76 background

This text has white color on #226D76 background.