COLOR #227D68

HEX: #227D68
RGB: (34,125,104)

Color info

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

RGB color model

#227D68 color RGB value is (34,125,104).

  • red value is 34;
  • green value is 125;
  • blue value is 104.
RGB:
(34,125,104)
(13%,49%,41%)

RGB channels and saturation

R 34 of 255 = 13%
G 125 of 255 = 49%
B 104 of 255 = 41%

34
125
104

R + G + B ~ 34%. #227D68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 125 + 104 = 263 (100%)
R 34 of 263 ~ 12.93%
G 125 of 263 ~ 47.53%
B 104 of 263 ~ 39.54%

%12.93
%47.53
%39.54

CMYK color model

#227D68 color CMYK value is (73,0,17,51).

  • cyan value is 72.80%
  • magenta value is 0.00%
  • yellow value is 16.80%
  • key color value is 50.98%
CMYK:
(73,0,17,51)
C73M0Y17K51 
(73%,0%,17%,51%)
(0.73/0.00/0.17/0.51)	

CMYK percentages

%72.8
%0
%16.8
%50.98

Codes

Color #227D68 in popluar color models

227D68
RGB34125104
HSL166°57.23%31.18%
HSB/HSV166°72.80%49.02%
CMYK72.80%0.00%16.80%
50.98%

Color #227D68 in popluar number systems.

HEX227D68
Decimal34125104
Binary10001011111011101000
Octal42175150

Shades and tints

Shades of #227D68

#227D68
(34,125,104)
#1F725F
(31,114,95)
#1C6756
(28,103,86)
#195C4D
(25,92,77)
#165144
(22,81,68)
#13463B
(19,70,59)
#103B32
(16,59,50)
#0D3029
(13,48,41)
#0A2520
(10,37,32)
#071A17
(7,26,23)
#040F0E
(4,15,14)
#000000
(0,0,0)

Tints of #227D68

#227D68
(34,125,104)
#368875
(54,136,117)
#4A9382
(74,147,130)
#5E9E8F
(94,158,143)
#72A99C
(114,169,156)
#86B4A9
(134,180,169)
#9ABFB6
(154,191,182)
#AECAC3
(174,202,195)
#C2D5D0
(194,213,208)
#D6E0DD
(214,224,221)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #227D68 color. Also use rgb(34,125,104) instead hex code.

Text Font Color

.myTextColor { color: #227D68; }

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

This text font color is #227D68.


Background Color

.myBgColor { background-color: #227D68; }

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

This div background color is #227D68.


Border color

.myBorderColor { border: 1px solid #227D68; }

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

This div border color is #227D68.


Opacity

.myOpacity80 { color: #227D68; opacity: 0.8; }

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

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

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

This text has shadow with #227D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #227D68 on black background.


Color preview on white background

This text has color #227D68 on white background.



Black color preview on #227D68 background

This text has black color on #227D68 background.


White color preview on #227D68 background

This text has white color on #227D68 background.