COLOR #224127

HEX: #224127 RGB: (34,65,39)

Color info

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

RGB color model

#224127 color RGB value is (34,65,39).

RGB: (34,65,39) (13%, 25%, 15%)

RGB channels and saturation

R 34 of 255 = 13%
G 65 of 255 = 25%
B 39 of 255 = 15%

34
65
39

R + G + B ~ 18%. #224127 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 65 + 39 = 138 (100%)
R 34 of 138 ~ 24.64%
G 65 of 138 ~ 47.1%
B 39 of 138 ~ 28.26'%

%24.64
%47.1
%28.26

CMYK color model

#224127 color CMYK value is (48,0,40,75).

  • cyan value is 47.69%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 74.51%

CMYK: (48,0,40,75)
C48M0Y40K75 (48%, 0%, 40%, 75%)
(0.48 / 0.00 / 0.40 / 0.75)

CMYK percentages

%47.69
%0
%40
%74.51

Codes

Color #224127 in popluar color models

22 41 27
RGB 34 65 39
HSL 130° 31.31% 19.41%
HSB/HSV 130° 47.69% 25.49%
CMYK 47.69% 0.00% 40.00%
74.51%

Color #224127 in popluar number systems.

HEX 22 41 27
Decimal 34 65 39
Binary 100010 1000001 100111
Octal 42 101 47

Shades and tints

Shades of #224127

#224127
(34,65,39)
#1F3C24
(31,60,36)
#1C3721
(28,55,33)
#19321E
(25,50,30)
#162D1B
(22,45,27)
#132818
(19,40,24)
#102315
(16,35,21)
#0D1E12
(13,30,18)
#0A190F
(10,25,15)
#07140C
(7,20,12)
#040F09
(4,15,9)
#000000
(0,0,0)

Tints of #224127

#224127
(34,65,39)
#36523A
(54,82,58)
#4A634D
(74,99,77)
#5E7460
(94,116,96)
#728573
(114,133,115)
#869686
(134,150,134)
#9AA799
(154,167,153)
#AEB8AC
(174,184,172)
#C2C9BF
(194,201,191)
#D6DAD2
(214,218,210)
#EAEBE5
(234,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224127; }

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

This text font color is #224127.

Background Color

.myBgColor { background-color: #224127; }

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

This div background color is #224127.

Border color

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

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

This div border color is #224127.

Opacity

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

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

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

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

This text has shadow with #224127 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #224127.

Preview

Color preview on black background

This text has color #224127 on black background.


Color preview on white background

This text has color #224127 on white background.


Black color preview on #224127 background

This text has black color on #224127 background.


White color preview on #224127 background

This text has white color on #224127 background.


Related colors

Complementary color

Complementary color for #hex is #DDBED8.


I love getcolorcode.com

Triadic colors

1 #272241 and #412722 with #224127 are triadic colors.

2 #274122 and #412227 with #224127 are triadic colors.