COLOR #223315

HEX: #223315 RGB: (34,51,21)

Color info

#223315 contains red, green and blue colors in about the same proportion. Web safe color of #223315 is #333300 (or #330).

RGB color model

#223315 color RGB value is (34,51,21).

RGB: (34,51,21) (13%, 20%, 8%)

RGB channels and saturation

R 34 of 255 = 13%
G 51 of 255 = 20%
B 21 of 255 = 8%

34
51
21

R + G + B ~ 14%. #223315 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 51 + 21 = 106 (100%)
R 34 of 106 ~ 32.08%
G 51 of 106 ~ 48.11%
B 21 of 106 ~ 19.81'%

%32.08
%48.11
%19.81

CMYK color model

#223315 color CMYK value is (33,0,59,80).

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

CMYK: (33,0,59,80)
C33M0Y59K80 (33%, 0%, 59%, 80%)
(0.33 / 0.00 / 0.59 / 0.80)

CMYK percentages

%33.33
%0
%58.82
%80

Codes

Color #223315 in popluar color models

22 33 15
RGB 34 51 21
HSL 94° 41.67% 14.12%
HSB/HSV 94° 58.82% 20.00%
CMYK 33.33% 0.00% 58.82%
80.00%

Color #223315 in popluar number systems.

HEX 22 33 15
Decimal 34 51 21
Binary 100010 110011 10101
Octal 42 63 25

Shades and tints

Shades of #223315

#223315
(34,51,21)
#1F2F14
(31,47,20)
#1C2B13
(28,43,19)
#192712
(25,39,18)
#162311
(22,35,17)
#131F10
(19,31,16)
#101B0F
(16,27,15)
#0D170E
(13,23,14)
#0A130D
(10,19,13)
#070F0C
(7,15,12)
#040B0B
(4,11,11)
#000000
(0,0,0)

Tints of #223315

#223315
(34,51,21)
#36452A
(54,69,42)
#4A573F
(74,87,63)
#5E6954
(94,105,84)
#727B69
(114,123,105)
#868D7E
(134,141,126)
#9A9F93
(154,159,147)
#AEB1A8
(174,177,168)
#C2C3BD
(194,195,189)
#D6D5D2
(214,213,210)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223315; }

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

This text font color is #223315.

Background Color

.myBgColor { background-color: #223315; }

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

This div background color is #223315.

Border color

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

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

This div border color is #223315.

Opacity

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

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

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

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

This text has shadow with #223315 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #223315.

Preview

Color preview on black background

This text has color #223315 on black background.


Color preview on white background

This text has color #223315 on white background.


Black color preview on #223315 background

This text has black color on #223315 background.


White color preview on #223315 background

This text has white color on #223315 background.


Related colors

Complementary color

Complementary color for #hex is #DDCCEA.


I love getcolorcode.com

Triadic colors

1 #152233 and #331522 with #223315 are triadic colors.

2 #153322 and #332215 with #223315 are triadic colors.