COLOR #224238

HEX: #224238
RGB: (34,66,56)

Color info

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

RGB color model

#224238 color RGB value is (34,66,56).

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

RGB channels and saturation

R 34 of 255 = 13%
G 66 of 255 = 26%
B 56 of 255 = 22%

34
66
56

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

Portions of RGB colors in percentages

R + G + B =
34 + 66 + 56 = 156 (100%)
R 34 of 156 ~ 21.79%
G 66 of 156 ~ 42.31%
B 56 of 156 ~ 35.9%

%21.79
%42.31
%35.9

CMYK color model

#224238 color CMYK value is (48,0,15,74).

  • cyan value is 48.48%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 74.12%
CMYK:
(48,0,15,74)
C48M0Y15K74 
(48%,0%,15%,74%)
(0.48/0.00/0.15/0.74)	

CMYK percentages

%48.48
%0
%15.15
%74.12

Codes

Color #224238 in popluar color models

224238
RGB346656
HSL161°32.00%19.61%
HSB/HSV161°48.48%25.88%
CMYK48.48%0.00%15.15%
74.12%

Color #224238 in popluar number systems.

HEX224238
Decimal346656
Binary1000101000010111000
Octal4210270

Shades and tints

Shades of #224238

#224238
(34,66,56)
#1F3C33
(31,60,51)
#1C362E
(28,54,46)
#193029
(25,48,41)
#162A24
(22,42,36)
#13241F
(19,36,31)
#101E1A
(16,30,26)
#0D1815
(13,24,21)
#0A1210
(10,18,16)
#070C0B
(7,12,11)
#040606
(4,6,6)
#000000
(0,0,0)

Tints of #224238

#224238
(34,66,56)
#36534A
(54,83,74)
#4A645C
(74,100,92)
#5E756E
(94,117,110)
#728680
(114,134,128)
#869792
(134,151,146)
#9AA8A4
(154,168,164)
#AEB9B6
(174,185,182)
#C2CAC8
(194,202,200)
#D6DBDA
(214,219,218)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224238; }

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

This text font color is #224238.


Background Color

.myBgColor { background-color: #224238; }

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

This div background color is #224238.


Border color

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

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

This div border color is #224238.


Opacity

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

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

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

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

This text has shadow with #224238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224238 on black background.


Color preview on white background

This text has color #224238 on white background.



Black color preview on #224238 background

This text has black color on #224238 background.


White color preview on #224238 background

This text has white color on #224238 background.