COLOR #223529

HEX: #223529 RGB: (34,53,41)

Color info

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

RGB color model

#223529 color RGB value is (34,53,41).

RGB: (34,53,41) (13%, 21%, 16%)

RGB channels and saturation

R 34 of 255 = 13%
G 53 of 255 = 21%
B 41 of 255 = 16%

34
53
41

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

Portions of RGB colors in percentages

R + G + B = 34 + 53 + 41 = 128 (100%)
R 34 of 128 ~ 26.56%
G 53 of 128 ~ 41.41%
B 41 of 128 ~ 32.03'%

%26.56
%41.41
%32.03

CMYK color model

#223529 color CMYK value is (36,0,23,79).

  • cyan value is 35.85%
  • magenta value is 0.00%
  • yellow value is 22.64%
  • key color value is 79.22%
CMYK: (36,0,23,79) C36M0Y23K79 (36%,0%,23%,79%) (0.36/0.00/0.23/0.79) 

CMYK percentages

%35.85
%0
%22.64
%79.22

Codes

Color #223529 in popluar color models

22 35 29
RGB 34 53 41
HSL 142° 21.84% 17.06%
HSB/HSV 142° 35.85% 20.78%
CMYK 35.85% 0.00% 22.64%
79.22%

Color #223529 in popluar number systems.

HEX 22 35 29
Decimal 34 53 41
Binary 100010 110101 101001
Octal 42 65 51

Shades and tints

Shades of #223529

#223529
(34,53,41)
#1F3126
(31,49,38)
#1C2D23
(28,45,35)
#192920
(25,41,32)
#16251D
(22,37,29)
#13211A
(19,33,26)
#101D17
(16,29,23)
#0D1914
(13,25,20)
#0A1511
(10,21,17)
#07110E
(7,17,14)
#040D0B
(4,13,11)
#000000
(0,0,0)

Tints of #223529

#223529
(34,53,41)
#36473C
(54,71,60)
#4A594F
(74,89,79)
#5E6B62
(94,107,98)
#727D75
(114,125,117)
#868F88
(134,143,136)
#9AA19B
(154,161,155)
#AEB3AE
(174,179,174)
#C2C5C1
(194,197,193)
#D6D7D4
(214,215,212)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223529; }

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

This text font color is #223529.

Background Color

.myBgColor { background-color: #223529; }

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

This div background color is #223529.

Border color

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

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

This div border color is #223529.

Opacity

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

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

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

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

This text has shadow with #223529 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #223529.

Preview

Color preview on black background

This text has color #223529 on black background.


Color preview on white background

This text has color #223529 on white background.


Black color preview on #223529 background

This text has black color on #223529 background.


White color preview on #223529 background

This text has white color on #223529 background.


Related colors

Complementary color

Complementary color for #hex is #DDCAD6.


I love getcolorcode.com

Triadic colors

1 #292235 and #352922 with #223529 are triadic colors.

2 #293522 and #352229 with #223529 are triadic colors.