COLOR #350921

HEX: #350921
RGB: (53,9,33)

Color info

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

RGB color model

#350921 color RGB value is (53,9,33).

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

RGB channels and saturation

R 53 of 255 = 21%
G 9 of 255 = 4%
B 33 of 255 = 13%

53
9
33

R + G + B ~ 13%. #350921 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 9 + 33 = 95 (100%)
R 53 of 95 ~ 55.79%
G 9 of 95 ~ 9.47%
B 33 of 95 ~ 34.74%

%55.79
%34.74

CMYK color model

#350921 color CMYK value is (0,83,38,79).

  • cyan value is 0.00%
  • magenta value is 83.02%
  • yellow value is 37.74%
  • key color value is 79.22%
CMYK:
(0,83,38,79)
C0M83Y38K79 
(0%,83%,38%,79%)
(0.00/0.83/0.38/0.79)	

CMYK percentages

%0
%83.02
%37.74
%79.22

Codes

Color #350921 in popluar color models

350921
RGB53933
HSL327°70.97%12.16%
HSB/HSV327°83.02%20.78%
CMYK0.00%83.02%37.74%
79.22%

Color #350921 in popluar number systems.

HEX350921
Decimal53933
Binary1101011001100001
Octal651141

Shades and tints

Shades of #350921

#350921
(53,9,33)
#31091E
(49,9,30)
#2D091B
(45,9,27)
#290918
(41,9,24)
#250915
(37,9,21)
#210912
(33,9,18)
#1D090F
(29,9,15)
#19090C
(25,9,12)
#150909
(21,9,9)
#110906
(17,9,6)
#0D0903
(13,9,3)
#000000
(0,0,0)

Tints of #350921

#350921
(53,9,33)
#471F35
(71,31,53)
#593549
(89,53,73)
#6B4B5D
(107,75,93)
#7D6171
(125,97,113)
#8F7785
(143,119,133)
#A18D99
(161,141,153)
#B3A3AD
(179,163,173)
#C5B9C1
(197,185,193)
#D7CFD5
(215,207,213)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350921; }

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

This text font color is #350921.


Background Color

.myBgColor { background-color: #350921; }

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

This div background color is #350921.


Border color

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

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

This div border color is #350921.


Opacity

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

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

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

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

This text has shadow with #350921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350921 on black background.


Color preview on white background

This text has color #350921 on white background.



Black color preview on #350921 background

This text has black color on #350921 background.


White color preview on #350921 background

This text has white color on #350921 background.