COLOR #223324

HEX: #223324 RGB: (34,51,36)

Color info

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

RGB color model

#223324 color RGB value is (34,51,36).

RGB: (34,51,36) (13%, 20%, 14%)

RGB channels and saturation

R 34 of 255 = 13%
G 51 of 255 = 20%
B 36 of 255 = 14%

34
51
36

R + G + B ~ 16%. #223324 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 51 + 36 = 121 (100%)
R 34 of 121 ~ 28.1%
G 51 of 121 ~ 42.15%
B 36 of 121 ~ 29.75'%

%28.1
%42.15
%29.75

CMYK color model

#223324 color CMYK value is (33,0,29,80).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 80.00%

CMYK: (33,0,29,80)
C33M0Y29K80 (33%, 0%, 29%, 80%)
(0.33 / 0.00 / 0.29 / 0.80)

CMYK percentages

%33.33
%0
%29.41
%80

Codes

Color #223324 in popluar color models

22 33 24
RGB 34 51 36
HSL 127° 20.00% 16.67%
HSB/HSV 127° 33.33% 20.00%
CMYK 33.33% 0.00% 29.41%
80.00%

Color #223324 in popluar number systems.

HEX 22 33 24
Decimal 34 51 36
Binary 100010 110011 100100
Octal 42 63 44

Shades and tints

Shades of #223324

#223324
(34,51,36)
#1F2F21
(31,47,33)
#1C2B1E
(28,43,30)
#19271B
(25,39,27)
#162318
(22,35,24)
#131F15
(19,31,21)
#101B12
(16,27,18)
#0D170F
(13,23,15)
#0A130C
(10,19,12)
#070F09
(7,15,9)
#040B06
(4,11,6)
#000000
(0,0,0)

Tints of #223324

#223324
(34,51,36)
#364537
(54,69,55)
#4A574A
(74,87,74)
#5E695D
(94,105,93)
#727B70
(114,123,112)
#868D83
(134,141,131)
#9A9F96
(154,159,150)
#AEB1A9
(174,177,169)
#C2C3BC
(194,195,188)
#D6D5CF
(214,213,207)
#EAE7E2
(234,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #223324 color. Also use rgb(34,51,36) instead hex code.

Text Font Color

.myTextColor { color: #223324; }

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

This text font color is #223324.

Background Color

.myBgColor { background-color: #223324; }

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

This div background color is #223324.

Border color

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

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

This div border color is #223324.

Opacity

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

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

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

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

This text has shadow with #223324 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #223324.

Preview

Color preview on black background

This text has color #223324 on black background.


Color preview on white background

This text has color #223324 on white background.


Black color preview on #223324 background

This text has black color on #223324 background.


White color preview on #223324 background

This text has white color on #223324 background.


Related colors

Complementary color

Complementary color for #hex is #DDCCDB.


I love getcolorcode.com

Triadic colors

1 #242233 and #332422 with #223324 are triadic colors.

2 #243322 and #332224 with #223324 are triadic colors.