COLOR #227D58

HEX: #227D58
RGB: (34,125,88)

Color info

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

RGB color model

#227D58 color RGB value is (34,125,88).

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

RGB channels and saturation

R 34 of 255 = 13%
G 125 of 255 = 49%
B 88 of 255 = 35%

34
125
88

R + G + B ~ 32%. #227D58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 125 + 88 = 247 (100%)
R 34 of 247 ~ 13.77%
G 125 of 247 ~ 50.61%
B 88 of 247 ~ 35.63%

%13.77
%50.61
%35.63

CMYK color model

#227D58 color CMYK value is (73,0,30,51).

  • cyan value is 72.80%
  • magenta value is 0.00%
  • yellow value is 29.60%
  • key color value is 50.98%
CMYK:
(73,0,30,51)
C73M0Y30K51 
(73%,0%,30%,51%)
(0.73/0.00/0.30/0.51)	

CMYK percentages

%72.8
%0
%29.6
%50.98

Codes

Color #227D58 in popluar color models

227D58
RGB3412588
HSL156°57.23%31.18%
HSB/HSV156°72.80%49.02%
CMYK72.80%0.00%29.60%
50.98%

Color #227D58 in popluar number systems.

HEX227D58
Decimal3412588
Binary10001011111011011000
Octal42175130

Shades and tints

Shades of #227D58

#227D58
(34,125,88)
#1F7250
(31,114,80)
#1C6748
(28,103,72)
#195C40
(25,92,64)
#165138
(22,81,56)
#134630
(19,70,48)
#103B28
(16,59,40)
#0D3020
(13,48,32)
#0A2518
(10,37,24)
#071A10
(7,26,16)
#040F08
(4,15,8)
#000000
(0,0,0)

Tints of #227D58

#227D58
(34,125,88)
#368867
(54,136,103)
#4A9376
(74,147,118)
#5E9E85
(94,158,133)
#72A994
(114,169,148)
#86B4A3
(134,180,163)
#9ABFB2
(154,191,178)
#AECAC1
(174,202,193)
#C2D5D0
(194,213,208)
#D6E0DF
(214,224,223)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #227D58; }

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

This text font color is #227D58.


Background Color

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

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

This div background color is #227D58.


Border color

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

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

This div border color is #227D58.


Opacity

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

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

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

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

This text has shadow with #227D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #227D58 on black background.


Color preview on white background

This text has color #227D58 on white background.



Black color preview on #227D58 background

This text has black color on #227D58 background.


White color preview on #227D58 background

This text has white color on #227D58 background.