COLOR #223121

HEX: #223121 RGB: (34,49,33)

Color info

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

RGB color model

#223121 color RGB value is (34,49,33).

RGB: (34,49,33) (13%, 19%, 13%)

RGB channels and saturation

R 34 of 255 = 13%
G 49 of 255 = 19%
B 33 of 255 = 13%

34
49
33

R + G + B ~ 15%. #223121 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 49 + 33 = 116 (100%)
R 34 of 116 ~ 29.31%
G 49 of 116 ~ 42.24%
B 33 of 116 ~ 28.45'%

%29.31
%42.24
%28.45

CMYK color model

#223121 color CMYK value is (31,0,33,81).

  • cyan value is 30.61%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 80.78%

CMYK: (31,0,33,81)
C31M0Y33K81 (31%, 0%, 33%, 81%)
(0.31 / 0.00 / 0.33 / 0.81)

CMYK percentages

%30.61
%0
%32.65
%80.78

Codes

Color #223121 in popluar color models

22 31 21
RGB 34 49 33
HSL 116° 19.51% 16.08%
HSB/HSV 116° 32.65% 19.22%
CMYK 30.61% 0.00% 32.65%
80.78%

Color #223121 in popluar number systems.

HEX 22 31 21
Decimal 34 49 33
Binary 100010 110001 100001
Octal 42 61 41

Shades and tints

Shades of #223121

#223121
(34,49,33)
#1F2D1E
(31,45,30)
#1C291B
(28,41,27)
#192518
(25,37,24)
#162115
(22,33,21)
#131D12
(19,29,18)
#10190F
(16,25,15)
#0D150C
(13,21,12)
#0A1109
(10,17,9)
#070D06
(7,13,6)
#040903
(4,9,3)
#000000
(0,0,0)

Tints of #223121

#223121
(34,49,33)
#364335
(54,67,53)
#4A5549
(74,85,73)
#5E675D
(94,103,93)
#727971
(114,121,113)
#868B85
(134,139,133)
#9A9D99
(154,157,153)
#AEAFAD
(174,175,173)
#C2C1C1
(194,193,193)
#D6D3D5
(214,211,213)
#EAE5E9
(234,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #223121 color. Also use rgb(34,49,33) instead hex code.

Text Font Color

.myTextColor { color: #223121; }

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

This text font color is #223121.

Background Color

.myBgColor { background-color: #223121; }

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

This div background color is #223121.

Border color

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

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

This div border color is #223121.

Opacity

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

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

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

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

This text has shadow with #223121 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #223121.

Preview

Color preview on black background

This text has color #223121 on black background.


Color preview on white background

This text has color #223121 on white background.


Black color preview on #223121 background

This text has black color on #223121 background.


White color preview on #223121 background

This text has white color on #223121 background.


Related colors

Complementary color

Complementary color for #hex is #DDCEDE.


I love getcolorcode.com

Triadic colors

1 #212231 and #312122 with #223121 are triadic colors.

2 #213122 and #312221 with #223121 are triadic colors.