COLOR #227B83

HEX: #227B83
RGB: (34,123,131)

Color info

#227B83 contains mainly green and blue colors. Web safe color of #227B83 is #336699 (or #369).

RGB color model

#227B83 color RGB value is (34,123,131).

  • red value is 34;
  • green value is 123;
  • blue value is 131.
RGB:
(34,123,131)
(13%,48%,51%)

RGB channels and saturation

R 34 of 255 = 13%
G 123 of 255 = 48%
B 131 of 255 = 51%

34
123
131

R + G + B ~ 37%. #227B83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 123 + 131 = 288 (100%)
R 34 of 288 ~ 11.81%
G 123 of 288 ~ 42.71%
B 131 of 288 ~ 45.49%

%11.81
%42.71
%45.49

CMYK color model

#227B83 color CMYK value is (74,6,0,49).

  • cyan value is 74.05%
  • magenta value is 6.11%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(74,6,0,49)
C74M6Y0K49 
(74%,6%,0%,49%)
(0.74/0.06/0.00/0.49)	

CMYK percentages

%74.05
%6.11
%0
%48.63

Codes

Color #227B83 in popluar color models

227B83
RGB34123131
HSL185°58.79%32.35%
HSB/HSV185°74.05%51.37%
CMYK74.05%6.11%0.00%
48.63%

Color #227B83 in popluar number systems.

HEX227B83
Decimal34123131
Binary100010111101110000011
Octal42173203

Shades and tints

Shades of #227B83

#227B83
(34,123,131)
#1F7078
(31,112,120)
#1C656D
(28,101,109)
#195A62
(25,90,98)
#164F57
(22,79,87)
#13444C
(19,68,76)
#103941
(16,57,65)
#0D2E36
(13,46,54)
#0A232B
(10,35,43)
#071820
(7,24,32)
#040D15
(4,13,21)
#000000
(0,0,0)

Tints of #227B83

#227B83
(34,123,131)
#36878E
(54,135,142)
#4A9399
(74,147,153)
#5E9FA4
(94,159,164)
#72ABAF
(114,171,175)
#86B7BA
(134,183,186)
#9AC3C5
(154,195,197)
#AECFD0
(174,207,208)
#C2DBDB
(194,219,219)
#D6E7E6
(214,231,230)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #227B83 color. Also use rgb(34,123,131) instead hex code.

Text Font Color

.myTextColor { color: #227B83; }

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

This text font color is #227B83.


Background Color

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

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

This div background color is #227B83.


Border color

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

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

This div border color is #227B83.


Opacity

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

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

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

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

This text has shadow with #227B83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #227B83 on black background.


Color preview on white background

This text has color #227B83 on white background.



Black color preview on #227B83 background

This text has black color on #227B83 background.


White color preview on #227B83 background

This text has white color on #227B83 background.