COLOR #223621

HEX: #223621
RGB: (34,54,33)

Color info

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

RGB color model

#223621 color RGB value is (34,54,33).

  • red value is 34;
  • green value is 54;
  • blue value is 33.
RGB:
(34,54,33)
(13%,21%,13%)

RGB channels and saturation

R 34 of 255 = 13%
G 54 of 255 = 21%
B 33 of 255 = 13%

34
54
33

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

Portions of RGB colors in percentages

R + G + B =
34 + 54 + 33 = 121 (100%)
R 34 of 121 ~ 28.1%
G 54 of 121 ~ 44.63%
B 33 of 121 ~ 27.27%

%28.1
%44.63
%27.27

CMYK color model

#223621 color CMYK value is (37,0,39,79).

  • cyan value is 37.04%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 78.82%
CMYK:
(37,0,39,79)
C37M0Y39K79 
(37%,0%,39%,79%)
(0.37/0.00/0.39/0.79)	

CMYK percentages

%37.04
%0
%38.89
%78.82

Codes

Color #223621 in popluar color models

223621
RGB345433
HSL117°24.14%17.06%
HSB/HSV117°38.89%21.18%
CMYK37.04%0.00%38.89%
78.82%

Color #223621 in popluar number systems.

HEX223621
Decimal345433
Binary100010110110100001
Octal426641

Shades and tints

Shades of #223621

#223621
(34,54,33)
#1F321E
(31,50,30)
#1C2E1B
(28,46,27)
#192A18
(25,42,24)
#162615
(22,38,21)
#132212
(19,34,18)
#101E0F
(16,30,15)
#0D1A0C
(13,26,12)
#0A1609
(10,22,9)
#071206
(7,18,6)
#040E03
(4,14,3)
#000000
(0,0,0)

Tints of #223621

#223621
(34,54,33)
#364835
(54,72,53)
#4A5A49
(74,90,73)
#5E6C5D
(94,108,93)
#727E71
(114,126,113)
#869085
(134,144,133)
#9AA299
(154,162,153)
#AEB4AD
(174,180,173)
#C2C6C1
(194,198,193)
#D6D8D5
(214,216,213)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223621; }

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

This text font color is #223621.


Background Color

.myBgColor { background-color: #223621; }

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

This div background color is #223621.


Border color

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

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

This div border color is #223621.


Opacity

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

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

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

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

This text has shadow with #223621 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223621 on black background.


Color preview on white background

This text has color #223621 on white background.



Black color preview on #223621 background

This text has black color on #223621 background.


White color preview on #223621 background

This text has white color on #223621 background.