COLOR #350F20

HEX: #350F20
RGB: (53,15,32)

Color info

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

RGB color model

#350F20 color RGB value is (53,15,32).

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

RGB channels and saturation

R 53 of 255 = 21%
G 15 of 255 = 6%
B 32 of 255 = 13%

53
15
32

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

Portions of RGB colors in percentages

R + G + B =
53 + 15 + 32 = 100 (100%)
R 53 of 100 ~ 53%
G 15 of 100 ~ 15%
B 32 of 100 ~ 32%

%53
%15
%32

CMYK color model

#350F20 color CMYK value is (0,72,40,79).

  • cyan value is 0.00%
  • magenta value is 71.70%
  • yellow value is 39.62%
  • key color value is 79.22%
CMYK:
(0,72,40,79)
C0M72Y40K79 
(0%,72%,40%,79%)
(0.00/0.72/0.40/0.79)	

CMYK percentages

%0
%71.7
%39.62
%79.22

Codes

Color #350F20 in popluar color models

350F20
RGB531532
HSL333°55.88%13.33%
HSB/HSV333°71.70%20.78%
CMYK0.00%71.70%39.62%
79.22%

Color #350F20 in popluar number systems.

HEX350F20
Decimal531532
Binary1101011111100000
Octal651740

Shades and tints

Shades of #350F20

#350F20
(53,15,32)
#310E1E
(49,14,30)
#2D0D1C
(45,13,28)
#290C1A
(41,12,26)
#250B18
(37,11,24)
#210A16
(33,10,22)
#1D0914
(29,9,20)
#190812
(25,8,18)
#150710
(21,7,16)
#11060E
(17,6,14)
#0D050C
(13,5,12)
#000000
(0,0,0)

Tints of #350F20

#350F20
(53,15,32)
#472434
(71,36,52)
#593948
(89,57,72)
#6B4E5C
(107,78,92)
#7D6370
(125,99,112)
#8F7884
(143,120,132)
#A18D98
(161,141,152)
#B3A2AC
(179,162,172)
#C5B7C0
(197,183,192)
#D7CCD4
(215,204,212)
#E9E1E8
(233,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350F20; }

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

This text font color is #350F20.


Background Color

.myBgColor { background-color: #350F20; }

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

This div background color is #350F20.


Border color

.myBorderColor { border: 1px solid #350F20; }

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

This div border color is #350F20.


Opacity

.myOpacity80 { color: #350F20; opacity: 0.8; }

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

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

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

This text has shadow with #350F20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350F20 on black background.


Color preview on white background

This text has color #350F20 on white background.



Black color preview on #350F20 background

This text has black color on #350F20 background.


White color preview on #350F20 background

This text has white color on #350F20 background.