COLOR #223135

HEX: #223135 RGB: (34,49,53)

Color info

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

RGB color model

#223135 color RGB value is (34,49,53).

RGB: (34,49,53) (13%, 19%, 21%)

RGB channels and saturation

R 34 of 255 = 13%
G 49 of 255 = 19%
B 53 of 255 = 21%

34
49
53

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

Portions of RGB colors in percentages

R + G + B = 34 + 49 + 53 = 136 (100%)
R 34 of 136 ~ 25%
G 49 of 136 ~ 36.03%
B 53 of 136 ~ 38.97'%

%25
%36.03
%38.97

CMYK color model

#223135 color CMYK value is (36,8,0,79).

  • cyan value is 35.85%
  • magenta value is 7.55%
  • yellow value is 0.00%
  • key color value is 79.22%

CMYK: (36,8,0,79)
C36M8Y0K79 (36%, 8%, 0%, 79%)
(0.36 / 0.08 / 0.00 / 0.79)

CMYK percentages

%35.85
%7.55
%0
%79.22

Codes

Color #223135 in popluar color models

22 31 35
RGB 34 49 53
HSL 193° 21.84% 17.06%
HSB/HSV 193° 35.85% 20.78%
CMYK 35.85% 7.55% 0.00%
79.22%

Color #223135 in popluar number systems.

HEX 22 31 35
Decimal 34 49 53
Binary 100010 110001 110101
Octal 42 61 65

Shades and tints

Shades of #223135

#223135
(34,49,53)
#1F2D31
(31,45,49)
#1C292D
(28,41,45)
#192529
(25,37,41)
#162125
(22,33,37)
#131D21
(19,29,33)
#10191D
(16,25,29)
#0D1519
(13,21,25)
#0A1115
(10,17,21)
#070D11
(7,13,17)
#04090D
(4,9,13)
#000000
(0,0,0)

Tints of #223135

#223135
(34,49,53)
#364347
(54,67,71)
#4A5559
(74,85,89)
#5E676B
(94,103,107)
#72797D
(114,121,125)
#868B8F
(134,139,143)
#9A9DA1
(154,157,161)
#AEAFB3
(174,175,179)
#C2C1C5
(194,193,197)
#D6D3D7
(214,211,215)
#EAE5E9
(234,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #223135 color. Also use rgb(34,49,53) instead hex code.

Text Font Color

.myTextColor { color: #223135; }

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

This text font color is #223135.

Background Color

.myBgColor { background-color: #223135; }

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

This div background color is #223135.

Border color

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

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

This div border color is #223135.

Opacity

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

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

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

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

This text has shadow with #223135 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #223135.

Preview

Color preview on black background

This text has color #223135 on black background.


Color preview on white background

This text has color #223135 on white background.


Black color preview on #223135 background

This text has black color on #223135 background.


White color preview on #223135 background

This text has white color on #223135 background.


Related colors

Complementary color

Complementary color for #hex is #DDCECA.


I love getcolorcode.com

Triadic colors

1 #352231 and #313522 with #223135 are triadic colors.

2 #353122 and #312235 with #223135 are triadic colors.