COLOR #35224C

HEX: #35224C
RGB: (53,34,76)

Color info

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

RGB color model

#35224C color RGB value is (53,34,76).

  • red value is 53;
  • green value is 34;
  • blue value is 76.
RGB:
(53,34,76)
(21%,13%,30%)

RGB channels and saturation

R 53 of 255 = 21%
G 34 of 255 = 13%
B 76 of 255 = 30%

53
34
76

R + G + B ~ 21%. #35224C is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 34 + 76 = 163 (100%)
R 53 of 163 ~ 32.52%
G 34 of 163 ~ 20.86%
B 76 of 163 ~ 46.63%

%32.52
%20.86
%46.63

CMYK color model

#35224C color CMYK value is (30,55,0,70).

  • cyan value is 30.26%
  • magenta value is 55.26%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(30,55,0,70)
C30M55Y0K70 
(30%,55%,0%,70%)
(0.30/0.55/0.00/0.70)	

CMYK percentages

%30.26
%55.26
%0
%70.2

Codes

Color #35224C in popluar color models

35224C
RGB533476
HSL267°38.18%21.57%
HSB/HSV267°55.26%29.80%
CMYK30.26%55.26%0.00%
70.20%

Color #35224C in popluar number systems.

HEX35224C
Decimal533476
Binary1101011000101001100
Octal6542114

Shades and tints

Shades of #35224C

#35224C
(53,34,76)
#311F46
(49,31,70)
#2D1C40
(45,28,64)
#29193A
(41,25,58)
#251634
(37,22,52)
#21132E
(33,19,46)
#1D1028
(29,16,40)
#190D22
(25,13,34)
#150A1C
(21,10,28)
#110716
(17,7,22)
#0D0410
(13,4,16)
#000000
(0,0,0)

Tints of #35224C

#35224C
(53,34,76)
#47365C
(71,54,92)
#594A6C
(89,74,108)
#6B5E7C
(107,94,124)
#7D728C
(125,114,140)
#8F869C
(143,134,156)
#A19AAC
(161,154,172)
#B3AEBC
(179,174,188)
#C5C2CC
(197,194,204)
#D7D6DC
(215,214,220)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35224C; }

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

This text font color is #35224C.


Background Color

.myBgColor { background-color: #35224C; }

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

This div background color is #35224C.


Border color

.myBorderColor { border: 1px solid #35224C; }

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

This div border color is #35224C.


Opacity

.myOpacity80 { color: #35224C; opacity: 0.8; }

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

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

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

This text has shadow with #35224C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35224C on black background.


Color preview on white background

This text has color #35224C on white background.



Black color preview on #35224C background

This text has black color on #35224C background.


White color preview on #35224C background

This text has white color on #35224C background.