COLOR #224D5B

HEX: #224D5B
RGB: (34,77,91)

Color info

#224D5B contains red, green and blue colors in about the same proportion. Web safe color of #224D5B is #333366 (or #336).

RGB color model

#224D5B color RGB value is (34,77,91).

  • red value is 34;
  • green value is 77;
  • blue value is 91.
RGB:
(34,77,91)
(13%,30%,36%)

RGB channels and saturation

R 34 of 255 = 13%
G 77 of 255 = 30%
B 91 of 255 = 36%

34
77
91

R + G + B ~ 26%. #224D5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 77 + 91 = 202 (100%)
R 34 of 202 ~ 16.83%
G 77 of 202 ~ 38.12%
B 91 of 202 ~ 45.05%

%16.83
%38.12
%45.05

CMYK color model

#224D5B color CMYK value is (63,15,0,64).

  • cyan value is 62.64%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(63,15,0,64)
C63M15Y0K64 
(63%,15%,0%,64%)
(0.63/0.15/0.00/0.64)	

CMYK percentages

%62.64
%15.38
%0
%64.31

Codes

Color #224D5B in popluar color models

224D5B
RGB347791
HSL195°45.60%24.51%
HSB/HSV195°62.64%35.69%
CMYK62.64%15.38%0.00%
64.31%

Color #224D5B in popluar number systems.

HEX224D5B
Decimal347791
Binary10001010011011011011
Octal42115133

Shades and tints

Shades of #224D5B

#224D5B
(34,77,91)
#1F4653
(31,70,83)
#1C3F4B
(28,63,75)
#193843
(25,56,67)
#16313B
(22,49,59)
#132A33
(19,42,51)
#10232B
(16,35,43)
#0D1C23
(13,28,35)
#0A151B
(10,21,27)
#070E13
(7,14,19)
#04070B
(4,7,11)
#000000
(0,0,0)

Tints of #224D5B

#224D5B
(34,77,91)
#365D69
(54,93,105)
#4A6D77
(74,109,119)
#5E7D85
(94,125,133)
#728D93
(114,141,147)
#869DA1
(134,157,161)
#9AADAF
(154,173,175)
#AEBDBD
(174,189,189)
#C2CDCB
(194,205,203)
#D6DDD9
(214,221,217)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224D5B color. Also use rgb(34,77,91) instead hex code.

Text Font Color

.myTextColor { color: #224D5B; }

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

This text font color is #224D5B.


Background Color

.myBgColor { background-color: #224D5B; }

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

This div background color is #224D5B.


Border color

.myBorderColor { border: 1px solid #224D5B; }

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

This div border color is #224D5B.


Opacity

.myOpacity80 { color: #224D5B; opacity: 0.8; }

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

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

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

This text has shadow with #224D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224D5B on black background.


Color preview on white background

This text has color #224D5B on white background.



Black color preview on #224D5B background

This text has black color on #224D5B background.


White color preview on #224D5B background

This text has white color on #224D5B background.