COLOR #223311

HEX: #223311 RGB: (34,51,17)

Color info

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

RGB color model

#223311 color RGB value is (34,51,17).

RGB: (34,51,17) (13%, 20%, 7%)

RGB channels and saturation

R 34 of 255 = 13%
G 51 of 255 = 20%
B 17 of 255 = 7%

34
51
17

R + G + B ~ 13%. #223311 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 51 + 17 = 102 (100%)
R 34 of 102 ~ 33.33%
G 51 of 102 ~ 50%
B 17 of 102 ~ 16.67'%

%33.33
%50
%16.67

CMYK color model

#223311 color CMYK value is (33,0,67,80).

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

CMYK: (33,0,67,80)
C33M0Y67K80 (33%, 0%, 67%, 80%)
(0.33 / 0.00 / 0.67 / 0.80)

CMYK percentages

%33.33
%0
%66.67
%80

Codes

Color #223311 in popluar color models

22 33 11
RGB 34 51 17
HSL 90° 50.00% 13.33%
HSB/HSV 90° 66.67% 20.00%
CMYK 33.33% 0.00% 66.67%
80.00%

Color #223311 in popluar number systems.

HEX 22 33 11
Decimal 34 51 17
Binary 100010 110011 10001
Octal 42 63 21

Shades and tints

Shades of #223311

#223311
(34,51,17)
#1F2F10
(31,47,16)
#1C2B0F
(28,43,15)
#19270E
(25,39,14)
#16230D
(22,35,13)
#131F0C
(19,31,12)
#101B0B
(16,27,11)
#0D170A
(13,23,10)
#0A1309
(10,19,9)
#070F08
(7,15,8)
#040B07
(4,11,7)
#000000
(0,0,0)

Tints of #223311

#223311
(34,51,17)
#364526
(54,69,38)
#4A573B
(74,87,59)
#5E6950
(94,105,80)
#727B65
(114,123,101)
#868D7A
(134,141,122)
#9A9F8F
(154,159,143)
#AEB1A4
(174,177,164)
#C2C3B9
(194,195,185)
#D6D5CE
(214,213,206)
#EAE7E3
(234,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223311; }

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

This text font color is #223311.

Background Color

.myBgColor { background-color: #223311; }

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

This div background color is #223311.

Border color

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

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

This div border color is #223311.

Opacity

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

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

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

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

This text has shadow with #223311 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #223311.

Preview

Color preview on black background

This text has color #223311 on black background.


Color preview on white background

This text has color #223311 on white background.


Black color preview on #223311 background

This text has black color on #223311 background.


White color preview on #223311 background

This text has white color on #223311 background.


Related colors

Complementary color

Complementary color for #hex is #DDCCEE.


I love getcolorcode.com

Triadic colors

1 #112233 and #331122 with #223311 are triadic colors.

2 #113322 and #332211 with #223311 are triadic colors.