COLOR #224B4F

HEX: #224B4F
RGB: (34,75,79)

Color info

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

RGB color model

#224B4F color RGB value is (34,75,79).

  • red value is 34;
  • green value is 75;
  • blue value is 79.
RGB:
(34,75,79)
(13%,29%,31%)

RGB channels and saturation

R 34 of 255 = 13%
G 75 of 255 = 29%
B 79 of 255 = 31%

34
75
79

R + G + B ~ 24%. #224B4F is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 75 + 79 = 188 (100%)
R 34 of 188 ~ 18.09%
G 75 of 188 ~ 39.89%
B 79 of 188 ~ 42.02%

%18.09
%39.89
%42.02

CMYK color model

#224B4F color CMYK value is (57,5,0,69).

  • cyan value is 56.96%
  • magenta value is 5.06%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(57,5,0,69)
C57M5Y0K69 
(57%,5%,0%,69%)
(0.57/0.05/0.00/0.69)	

CMYK percentages

%56.96
%5.06
%0
%69.02

Codes

Color #224B4F in popluar color models

224B4F
RGB347579
HSL185°39.82%22.16%
HSB/HSV185°56.96%30.98%
CMYK56.96%5.06%0.00%
69.02%

Color #224B4F in popluar number systems.

HEX224B4F
Decimal347579
Binary10001010010111001111
Octal42113117

Shades and tints

Shades of #224B4F

#224B4F
(34,75,79)
#1F4548
(31,69,72)
#1C3F41
(28,63,65)
#19393A
(25,57,58)
#163333
(22,51,51)
#132D2C
(19,45,44)
#102725
(16,39,37)
#0D211E
(13,33,30)
#0A1B17
(10,27,23)
#071510
(7,21,16)
#040F09
(4,15,9)
#000000
(0,0,0)

Tints of #224B4F

#224B4F
(34,75,79)
#365B5F
(54,91,95)
#4A6B6F
(74,107,111)
#5E7B7F
(94,123,127)
#728B8F
(114,139,143)
#869B9F
(134,155,159)
#9AABAF
(154,171,175)
#AEBBBF
(174,187,191)
#C2CBCF
(194,203,207)
#D6DBDF
(214,219,223)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224B4F color. Also use rgb(34,75,79) instead hex code.

Text Font Color

.myTextColor { color: #224B4F; }

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

This text font color is #224B4F.


Background Color

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

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

This div background color is #224B4F.


Border color

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

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

This div border color is #224B4F.


Opacity

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

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

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

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

This text has shadow with #224B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224B4F on black background.


Color preview on white background

This text has color #224B4F on white background.



Black color preview on #224B4F background

This text has black color on #224B4F background.


White color preview on #224B4F background

This text has white color on #224B4F background.