COLOR #223320

HEX: #223320
RGB: (34,51,32)

Color info

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

RGB color model

#223320 color RGB value is (34,51,32).

  • red value is 34;
  • green value is 51;
  • blue value is 32.
RGB:
(34,51,32)
(13%,20%,13%)

RGB channels and saturation

R 34 of 255 = 13%
G 51 of 255 = 20%
B 32 of 255 = 13%

34
51
32

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

Portions of RGB colors in percentages

R + G + B =
34 + 51 + 32 = 117 (100%)
R 34 of 117 ~ 29.06%
G 51 of 117 ~ 43.59%
B 32 of 117 ~ 27.35%

%29.06
%43.59
%27.35

CMYK color model

#223320 color CMYK value is (33,0,37,80).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 80.00%
CMYK:
(33,0,37,80)
C33M0Y37K80 
(33%,0%,37%,80%)
(0.33/0.00/0.37/0.80)	

CMYK percentages

%33.33
%0
%37.25
%80

Codes

Color #223320 in popluar color models

223320
RGB345132
HSL114°22.89%16.27%
HSB/HSV114°37.25%20.00%
CMYK33.33%0.00%37.25%
80.00%

Color #223320 in popluar number systems.

HEX223320
Decimal345132
Binary100010110011100000
Octal426340

Shades and tints

Shades of #223320

#223320
(34,51,32)
#1F2F1E
(31,47,30)
#1C2B1C
(28,43,28)
#19271A
(25,39,26)
#162318
(22,35,24)
#131F16
(19,31,22)
#101B14
(16,27,20)
#0D1712
(13,23,18)
#0A1310
(10,19,16)
#070F0E
(7,15,14)
#040B0C
(4,11,12)
#000000
(0,0,0)

Tints of #223320

#223320
(34,51,32)
#364534
(54,69,52)
#4A5748
(74,87,72)
#5E695C
(94,105,92)
#727B70
(114,123,112)
#868D84
(134,141,132)
#9A9F98
(154,159,152)
#AEB1AC
(174,177,172)
#C2C3C0
(194,195,192)
#D6D5D4
(214,213,212)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223320; }

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

This text font color is #223320.


Background Color

.myBgColor { background-color: #223320; }

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

This div background color is #223320.


Border color

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

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

This div border color is #223320.


Opacity

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

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

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

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

This text has shadow with #223320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223320 on black background.


Color preview on white background

This text has color #223320 on white background.



Black color preview on #223320 background

This text has black color on #223320 background.


White color preview on #223320 background

This text has white color on #223320 background.