COLOR #223330

HEX: #223330
RGB: (34,51,48)

Color info

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

RGB color model

#223330 color RGB value is (34,51,48).

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

RGB channels and saturation

R 34 of 255 = 13%
G 51 of 255 = 20%
B 48 of 255 = 19%

34
51
48

R + G + B ~ 17%. #223330 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 51 + 48 = 133 (100%)
R 34 of 133 ~ 25.56%
G 51 of 133 ~ 38.35%
B 48 of 133 ~ 36.09%

%25.56
%38.35
%36.09

CMYK color model

#223330 color CMYK value is (33,0,6,80).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 80.00%
CMYK:
(33,0,6,80)
C33M0Y6K80 
(33%,0%,6%,80%)
(0.33/0.00/0.06/0.80)	

CMYK percentages

%33.33
%0
%5.88
%80

Codes

Color #223330 in popluar color models

223330
RGB345148
HSL169°20.00%16.67%
HSB/HSV169°33.33%20.00%
CMYK33.33%0.00%5.88%
80.00%

Color #223330 in popluar number systems.

HEX223330
Decimal345148
Binary100010110011110000
Octal426360

Shades and tints

Shades of #223330

#223330
(34,51,48)
#1F2F2C
(31,47,44)
#1C2B28
(28,43,40)
#192724
(25,39,36)
#162320
(22,35,32)
#131F1C
(19,31,28)
#101B18
(16,27,24)
#0D1714
(13,23,20)
#0A1310
(10,19,16)
#070F0C
(7,15,12)
#040B08
(4,11,8)
#000000
(0,0,0)

Tints of #223330

#223330
(34,51,48)
#364542
(54,69,66)
#4A5754
(74,87,84)
#5E6966
(94,105,102)
#727B78
(114,123,120)
#868D8A
(134,141,138)
#9A9F9C
(154,159,156)
#AEB1AE
(174,177,174)
#C2C3C0
(194,195,192)
#D6D5D2
(214,213,210)
#EAE7E4
(234,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223330; }

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

This text font color is #223330.


Background Color

.myBgColor { background-color: #223330; }

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

This div background color is #223330.


Border color

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

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

This div border color is #223330.


Opacity

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

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

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

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

This text has shadow with #223330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223330 on black background.


Color preview on white background

This text has color #223330 on white background.



Black color preview on #223330 background

This text has black color on #223330 background.


White color preview on #223330 background

This text has white color on #223330 background.