COLOR #350B20

HEX: #350B20 RGB: (53,11,32)

Color info

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

RGB color model

#350B20 color RGB value is (53,11,32).

RGB: (53,11,32) (21%, 4%, 13%)

RGB channels and saturation

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

53
11
32

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

Portions of RGB colors in percentages

R + G + B = 53 + 11 + 32 = 96 (100%)
R 53 of 96 ~ 55.21%
G 11 of 96 ~ 11.46%
B 32 of 96 ~ 33.33'%

%55.21
%11.46
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 79.25%
  • yellow value is 39.62%
  • key color value is 79.22%

CMYK: (0,79,40,79)
C0M79Y40K79 (0%, 79%, 40%, 79%)
(0.00 / 0.79 / 0.40 / 0.79)

CMYK percentages

%0
%79.25
%39.62
%79.22

Codes

Color #350B20 in popluar color models

35 0B 20
RGB 53 11 32
HSL 330° 65.63% 12.55%
HSB/HSV 330° 79.25% 20.78%
CMYK 0.00% 79.25% 39.62%
79.22%

Color #350B20 in popluar number systems.

HEX 35 0B 20
Decimal 53 11 32
Binary 110101 1011 100000
Octal 65 13 40

Shades and tints

Shades of #350B20

#350B20
(53,11,32)
#310A1E
(49,10,30)
#2D091C
(45,9,28)
#29081A
(41,8,26)
#250718
(37,7,24)
#210616
(33,6,22)
#1D0514
(29,5,20)
#190412
(25,4,18)
#150310
(21,3,16)
#11020E
(17,2,14)
#0D010C
(13,1,12)
#000000
(0,0,0)

Tints of #350B20

#350B20
(53,11,32)
#472134
(71,33,52)
#593748
(89,55,72)
#6B4D5C
(107,77,92)
#7D6370
(125,99,112)
#8F7984
(143,121,132)
#A18F98
(161,143,152)
#B3A5AC
(179,165,172)
#C5BBC0
(197,187,192)
#D7D1D4
(215,209,212)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350B20; }

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

This text font color is #350B20.

Background Color

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

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

This div background color is #350B20.

Border color

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

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

This div border color is #350B20.

Opacity

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

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

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

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

This text has shadow with #350B20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #350B20.

Preview

Color preview on black background

This text has color #350B20 on black background.


Color preview on white background

This text has color #350B20 on white background.


Black color preview on #350B20 background

This text has black color on #350B20 background.


White color preview on #350B20 background

This text has white color on #350B20 background.


Related colors

Complementary color

Complementary color for #hex is #CAF4DF.


I love getcolorcode.com

Triadic colors

1 #20350B and #0B2035 with #350B20 are triadic colors.

2 #200B35 and #0B3520 with #350B20 are triadic colors.