COLOR #35214B

HEX: #35214B
RGB: (53,33,75)

Color info

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

RGB color model

#35214B color RGB value is (53,33,75).

  • red value is 53;
  • green value is 33;
  • blue value is 75.
RGB:
(53,33,75)
(21%,13%,29%)

RGB channels and saturation

R 53 of 255 = 21%
G 33 of 255 = 13%
B 75 of 255 = 29%

53
33
75

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

Portions of RGB colors in percentages

R + G + B =
53 + 33 + 75 = 161 (100%)
R 53 of 161 ~ 32.92%
G 33 of 161 ~ 20.5%
B 75 of 161 ~ 46.58%

%32.92
%20.5
%46.58

CMYK color model

#35214B color CMYK value is (29,56,0,71).

  • cyan value is 29.33%
  • magenta value is 56.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(29,56,0,71)
C29M56Y0K71 
(29%,56%,0%,71%)
(0.29/0.56/0.00/0.71)	

CMYK percentages

%29.33
%56
%0
%70.59

Codes

Color #35214B in popluar color models

35214B
RGB533375
HSL269°38.89%21.18%
HSB/HSV269°56.00%29.41%
CMYK29.33%56.00%0.00%
70.59%

Color #35214B in popluar number systems.

HEX35214B
Decimal533375
Binary1101011000011001011
Octal6541113

Shades and tints

Shades of #35214B

#35214B
(53,33,75)
#311E45
(49,30,69)
#2D1B3F
(45,27,63)
#291839
(41,24,57)
#251533
(37,21,51)
#21122D
(33,18,45)
#1D0F27
(29,15,39)
#190C21
(25,12,33)
#15091B
(21,9,27)
#110615
(17,6,21)
#0D030F
(13,3,15)
#000000
(0,0,0)

Tints of #35214B

#35214B
(53,33,75)
#47355B
(71,53,91)
#59496B
(89,73,107)
#6B5D7B
(107,93,123)
#7D718B
(125,113,139)
#8F859B
(143,133,155)
#A199AB
(161,153,171)
#B3ADBB
(179,173,187)
#C5C1CB
(197,193,203)
#D7D5DB
(215,213,219)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35214B color. Also use rgb(53,33,75) instead hex code.

Text Font Color

.myTextColor { color: #35214B; }

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

This text font color is #35214B.


Background Color

.myBgColor { background-color: #35214B; }

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

This div background color is #35214B.


Border color

.myBorderColor { border: 1px solid #35214B; }

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

This div border color is #35214B.


Opacity

.myOpacity80 { color: #35214B; opacity: 0.8; }

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

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

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

This text has shadow with #35214B color.

.textShadow {text-shadow: 3px 3px 1px #35214B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35214B on black background.


Color preview on white background

This text has color #35214B on white background.



Black color preview on #35214B background

This text has black color on #35214B background.


White color preview on #35214B background

This text has white color on #35214B background.