COLOR #223328

HEX: #223328
RGB: (34,51,40)

Color info

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

RGB color model

#223328 color RGB value is (34,51,40).

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

RGB channels and saturation

R 34 of 255 = 13%
G 51 of 255 = 20%
B 40 of 255 = 16%

34
51
40

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

Portions of RGB colors in percentages

R + G + B =
34 + 51 + 40 = 125 (100%)
R 34 of 125 ~ 27.2%
G 51 of 125 ~ 40.8%
B 40 of 125 ~ 32%

%27.2
%40.8
%32

CMYK color model

#223328 color CMYK value is (33,0,22,80).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 80.00%
CMYK:
(33,0,22,80)
C33M0Y22K80 
(33%,0%,22%,80%)
(0.33/0.00/0.22/0.80)	

CMYK percentages

%33.33
%0
%21.57
%80

Codes

Color #223328 in popluar color models

223328
RGB345140
HSL141°20.00%16.67%
HSB/HSV141°33.33%20.00%
CMYK33.33%0.00%21.57%
80.00%

Color #223328 in popluar number systems.

HEX223328
Decimal345140
Binary100010110011101000
Octal426350

Shades and tints

Shades of #223328

#223328
(34,51,40)
#1F2F25
(31,47,37)
#1C2B22
(28,43,34)
#19271F
(25,39,31)
#16231C
(22,35,28)
#131F19
(19,31,25)
#101B16
(16,27,22)
#0D1713
(13,23,19)
#0A1310
(10,19,16)
#070F0D
(7,15,13)
#040B0A
(4,11,10)
#000000
(0,0,0)

Tints of #223328

#223328
(34,51,40)
#36453B
(54,69,59)
#4A574E
(74,87,78)
#5E6961
(94,105,97)
#727B74
(114,123,116)
#868D87
(134,141,135)
#9A9F9A
(154,159,154)
#AEB1AD
(174,177,173)
#C2C3C0
(194,195,192)
#D6D5D3
(214,213,211)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223328; }

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

This text font color is #223328.


Background Color

.myBgColor { background-color: #223328; }

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

This div background color is #223328.


Border color

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

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

This div border color is #223328.


Opacity

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

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

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

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

This text has shadow with #223328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223328 on black background.


Color preview on white background

This text has color #223328 on white background.



Black color preview on #223328 background

This text has black color on #223328 background.


White color preview on #223328 background

This text has white color on #223328 background.