COLOR #224138

HEX: #224138
RGB: (34,65,56)

Color info

#224138 contains red, green and blue colors in about the same proportion. Web safe color of #224138 is #333333 (or #333).

RGB color model

#224138 color RGB value is (34,65,56).

  • red value is 34;
  • green value is 65;
  • blue value is 56.
RGB:
(34,65,56)
(13%,25%,22%)

RGB channels and saturation

R 34 of 255 = 13%
G 65 of 255 = 25%
B 56 of 255 = 22%

34
65
56

R + G + B ~ 20%. #224138 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 65 + 56 = 155 (100%)
R 34 of 155 ~ 21.94%
G 65 of 155 ~ 41.94%
B 56 of 155 ~ 36.13%

%21.94
%41.94
%36.13

CMYK color model

#224138 color CMYK value is (48,0,14,75).

  • cyan value is 47.69%
  • magenta value is 0.00%
  • yellow value is 13.85%
  • key color value is 74.51%
CMYK:
(48,0,14,75)
C48M0Y14K75 
(48%,0%,14%,75%)
(0.48/0.00/0.14/0.75)	

CMYK percentages

%47.69
%0
%13.85
%74.51

Codes

Color #224138 in popluar color models

224138
RGB346556
HSL163°31.31%19.41%
HSB/HSV163°47.69%25.49%
CMYK47.69%0.00%13.85%
74.51%

Color #224138 in popluar number systems.

HEX224138
Decimal346556
Binary1000101000001111000
Octal4210170

Shades and tints

Shades of #224138

#224138
(34,65,56)
#1F3C33
(31,60,51)
#1C372E
(28,55,46)
#193229
(25,50,41)
#162D24
(22,45,36)
#13281F
(19,40,31)
#10231A
(16,35,26)
#0D1E15
(13,30,21)
#0A1910
(10,25,16)
#07140B
(7,20,11)
#040F06
(4,15,6)
#000000
(0,0,0)

Tints of #224138

#224138
(34,65,56)
#36524A
(54,82,74)
#4A635C
(74,99,92)
#5E746E
(94,116,110)
#728580
(114,133,128)
#869692
(134,150,146)
#9AA7A4
(154,167,164)
#AEB8B6
(174,184,182)
#C2C9C8
(194,201,200)
#D6DADA
(214,218,218)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224138 color. Also use rgb(34,65,56) instead hex code.

Text Font Color

.myTextColor { color: #224138; }

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

This text font color is #224138.


Background Color

.myBgColor { background-color: #224138; }

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

This div background color is #224138.


Border color

.myBorderColor { border: 1px solid #224138; }

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

This div border color is #224138.


Opacity

.myOpacity80 { color: #224138; opacity: 0.8; }

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

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

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

This text has shadow with #224138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224138 on black background.


Color preview on white background

This text has color #224138 on white background.



Black color preview on #224138 background

This text has black color on #224138 background.


White color preview on #224138 background

This text has white color on #224138 background.