COLOR #350222

HEX: #350222 RGB: (53,2,34)

Color info

#350222 contains red, green and blue colors in about the same proportion. Web safe color of #350222 is #330033 (or #303).

RGB color model

#350222 color RGB value is (53,2,34).

RGB: (53,2,34) (21%, 1%, 13%)

RGB channels and saturation

R 53 of 255 = 21%
G 2 of 255 = 1%
B 34 of 255 = 13%

53
2
34

R + G + B ~ 12%. #350222 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 2 + 34 = 89 (100%)
R 53 of 89 ~ 59.55%
G 2 of 89 ~ 2.25%
B 34 of 89 ~ 38.2'%

%59.55
%38.2

CMYK color model

#350222 color CMYK value is (0,96,36,79).

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

CMYK: (0,96,36,79)
C0M96Y36K79 (0%, 96%, 36%, 79%)
(0.00 / 0.96 / 0.36 / 0.79)

CMYK percentages

%0
%96.23
%35.85
%79.22

Codes

Color #350222 in popluar color models

35 02 22
RGB 53 2 34
HSL 322° 92.73% 10.78%
HSB/HSV 322° 96.23% 20.78%
CMYK 0.00% 96.23% 35.85%
79.22%

Color #350222 in popluar number systems.

HEX 35 02 22
Decimal 53 2 34
Binary 110101 10 100010
Octal 65 2 42

Shades and tints

Shades of #350222

#350222
(53,2,34)
#31021F
(49,2,31)
#2D021C
(45,2,28)
#290219
(41,2,25)
#250216
(37,2,22)
#210213
(33,2,19)
#1D0210
(29,2,16)
#19020D
(25,2,13)
#15020A
(21,2,10)
#110207
(17,2,7)
#0D0204
(13,2,4)
#000000
(0,0,0)

Tints of #350222

#350222
(53,2,34)
#471936
(71,25,54)
#59304A
(89,48,74)
#6B475E
(107,71,94)
#7D5E72
(125,94,114)
#8F7586
(143,117,134)
#A18C9A
(161,140,154)
#B3A3AE
(179,163,174)
#C5BAC2
(197,186,194)
#D7D1D6
(215,209,214)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350222; }

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

This text font color is #350222.

Background Color

.myBgColor { background-color: #350222; }

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

This div background color is #350222.

Border color

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

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

This div border color is #350222.

Opacity

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

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

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

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

This text has shadow with #350222 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #350222.

Preview

Color preview on black background

This text has color #350222 on black background.


Color preview on white background

This text has color #350222 on white background.


Black color preview on #350222 background

This text has black color on #350222 background.


White color preview on #350222 background

This text has white color on #350222 background.


Related colors

Complementary color

Complementary color for #hex is #CAFDDD.


I love getcolorcode.com

Triadic colors

1 #223502 and #022235 with #350222 are triadic colors.

2 #220235 and #023522 with #350222 are triadic colors.