COLOR #223337

HEX: #223337 RGB: (34,51,55)

Color info

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

RGB color model

#223337 color RGB value is (34,51,55).

RGB: (34,51,55) (13%, 20%, 22%)

RGB channels and saturation

R 34 of 255 = 13%
G 51 of 255 = 20%
B 55 of 255 = 22%

34
51
55

R + G + B ~ 18%. #223337 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 51 + 55 = 140 (100%)
R 34 of 140 ~ 24.29%
G 51 of 140 ~ 36.43%
B 55 of 140 ~ 39.29'%

%24.29
%36.43
%39.29

CMYK color model

#223337 color CMYK value is (38,7,0,78).

  • cyan value is 38.18%
  • magenta value is 7.27%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (38,7,0,78)
C38M7Y0K78 (38%, 7%, 0%, 78%)
(0.38 / 0.07 / 0.00 / 0.78)

CMYK percentages

%38.18
%7.27
%0
%78.43

Codes

Color #223337 in popluar color models

22 33 37
RGB 34 51 55
HSL 191° 23.60% 17.45%
HSB/HSV 191° 38.18% 21.57%
CMYK 38.18% 7.27% 0.00%
78.43%

Color #223337 in popluar number systems.

HEX 22 33 37
Decimal 34 51 55
Binary 100010 110011 110111
Octal 42 63 67

Shades and tints

Shades of #223337

#223337
(34,51,55)
#1F2F32
(31,47,50)
#1C2B2D
(28,43,45)
#192728
(25,39,40)
#162323
(22,35,35)
#131F1E
(19,31,30)
#101B19
(16,27,25)
#0D1714
(13,23,20)
#0A130F
(10,19,15)
#070F0A
(7,15,10)
#040B05
(4,11,5)
#000000
(0,0,0)

Tints of #223337

#223337
(34,51,55)
#364549
(54,69,73)
#4A575B
(74,87,91)
#5E696D
(94,105,109)
#727B7F
(114,123,127)
#868D91
(134,141,145)
#9A9FA3
(154,159,163)
#AEB1B5
(174,177,181)
#C2C3C7
(194,195,199)
#D6D5D9
(214,213,217)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223337; }

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

This text font color is #223337.

Background Color

.myBgColor { background-color: #223337; }

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

This div background color is #223337.

Border color

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

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

This div border color is #223337.

Opacity

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

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

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

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

This text has shadow with #223337 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #223337.

Preview

Color preview on black background

This text has color #223337 on black background.


Color preview on white background

This text has color #223337 on white background.


Black color preview on #223337 background

This text has black color on #223337 background.


White color preview on #223337 background

This text has white color on #223337 background.


Related colors

Complementary color

Complementary color for #hex is #DDCCC8.


I love getcolorcode.com

Triadic colors

1 #372233 and #333722 with #223337 are triadic colors.

2 #373322 and #332237 with #223337 are triadic colors.