COLOR #350920

HEX: #350920
RGB: (53,9,32)

Color info

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

RGB color model

#350920 color RGB value is (53,9,32).

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

RGB channels and saturation

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

53
9
32

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

Portions of RGB colors in percentages

R + G + B =
53 + 9 + 32 = 94 (100%)
R 53 of 94 ~ 56.38%
G 9 of 94 ~ 9.57%
B 32 of 94 ~ 34.04%

%56.38
%9.57
%34.04

CMYK color model

#350920 color CMYK value is (0,83,40,79).

  • cyan value is 0.00%
  • magenta value is 83.02%
  • yellow value is 39.62%
  • key color value is 79.22%
CMYK:
(0,83,40,79)
C0M83Y40K79 
(0%,83%,40%,79%)
(0.00/0.83/0.40/0.79)	

CMYK percentages

%0
%83.02
%39.62
%79.22

Codes

Color #350920 in popluar color models

350920
RGB53932
HSL329°70.97%12.16%
HSB/HSV329°83.02%20.78%
CMYK0.00%83.02%39.62%
79.22%

Color #350920 in popluar number systems.

HEX350920
Decimal53932
Binary1101011001100000
Octal651140

Shades and tints

Shades of #350920

#350920
(53,9,32)
#31091E
(49,9,30)
#2D091C
(45,9,28)
#29091A
(41,9,26)
#250918
(37,9,24)
#210916
(33,9,22)
#1D0914
(29,9,20)
#190912
(25,9,18)
#150910
(21,9,16)
#11090E
(17,9,14)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #350920

#350920
(53,9,32)
#471F34
(71,31,52)
#593548
(89,53,72)
#6B4B5C
(107,75,92)
#7D6170
(125,97,112)
#8F7784
(143,119,132)
#A18D98
(161,141,152)
#B3A3AC
(179,163,172)
#C5B9C0
(197,185,192)
#D7CFD4
(215,207,212)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350920; }

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

This text font color is #350920.


Background Color

.myBgColor { background-color: #350920; }

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

This div background color is #350920.


Border color

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

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

This div border color is #350920.


Opacity

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

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

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

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

This text has shadow with #350920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350920 on black background.


Color preview on white background

This text has color #350920 on white background.



Black color preview on #350920 background

This text has black color on #350920 background.


White color preview on #350920 background

This text has white color on #350920 background.