COLOR #224241

HEX: #224241 RGB: (34,66,65)

Color info

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

RGB color model

#224241 color RGB value is (34,66,65).

RGB: (34,66,65) (13%, 26%, 25%)

RGB channels and saturation

R 34 of 255 = 13%
G 66 of 255 = 26%
B 65 of 255 = 25%

34
66
65

R + G + B ~ 21%. #224241 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 66 + 65 = 165 (100%)
R 34 of 165 ~ 20.61%
G 66 of 165 ~ 40%
B 65 of 165 ~ 39.39'%

%20.61
%40
%39.39

CMYK color model

#224241 color CMYK value is (48,0,2,74).

  • cyan value is 48.48%
  • magenta value is 0.00%
  • yellow value is 1.52%
  • key color value is 74.12%

CMYK: (48,0,2,74)
C48M0Y2K74 (48%, 0%, 2%, 74%)
(0.48 / 0.00 / 0.02 / 0.74)

CMYK percentages

%48.48
%0
%1.52
%74.12

Codes

Color #224241 in popluar color models

22 42 41
RGB 34 66 65
HSL 178° 32.00% 19.61%
HSB/HSV 178° 48.48% 25.88%
CMYK 48.48% 0.00% 1.52%
74.12%

Color #224241 in popluar number systems.

HEX 22 42 41
Decimal 34 66 65
Binary 100010 1000010 1000001
Octal 42 102 101

Shades and tints

Shades of #224241

#224241
(34,66,65)
#1F3C3C
(31,60,60)
#1C3637
(28,54,55)
#193032
(25,48,50)
#162A2D
(22,42,45)
#132428
(19,36,40)
#101E23
(16,30,35)
#0D181E
(13,24,30)
#0A1219
(10,18,25)
#070C14
(7,12,20)
#04060F
(4,6,15)
#000000
(0,0,0)

Tints of #224241

#224241
(34,66,65)
#365352
(54,83,82)
#4A6463
(74,100,99)
#5E7574
(94,117,116)
#728685
(114,134,133)
#869796
(134,151,150)
#9AA8A7
(154,168,167)
#AEB9B8
(174,185,184)
#C2CAC9
(194,202,201)
#D6DBDA
(214,219,218)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224241; }

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

This text font color is #224241.

Background Color

.myBgColor { background-color: #224241; }

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

This div background color is #224241.

Border color

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

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

This div border color is #224241.

Opacity

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

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

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

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

This text has shadow with #224241 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #224241.

Preview

Color preview on black background

This text has color #224241 on black background.


Color preview on white background

This text has color #224241 on white background.


Black color preview on #224241 background

This text has black color on #224241 background.


White color preview on #224241 background

This text has white color on #224241 background.


Related colors

Complementary color

Complementary color for #hex is #DDBDBE.


I love getcolorcode.com

Triadic colors

1 #412242 and #424122 with #224241 are triadic colors.

2 #414222 and #422241 with #224241 are triadic colors.