COLOR #352113

HEX: #352113 RGB: (53,33,19)

Color info

#352113 contains red, green and blue colors in about the same proportion. Web safe color of #352113 is #333300 (or #330).

RGB color model

#352113 color RGB value is (53,33,19).

RGB: (53,33,19) (21%, 13%, 7%)

RGB channels and saturation

R 53 of 255 = 21%
G 33 of 255 = 13%
B 19 of 255 = 7%

53
33
19

R + G + B ~ 14%. #352113 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 33 + 19 = 105 (100%)
R 53 of 105 ~ 50.48%
G 33 of 105 ~ 31.43%
B 19 of 105 ~ 18.1'%

%50.48
%31.43
%18.1

CMYK color model

#352113 color CMYK value is (0,38,64,79).

  • cyan value is 0.00%
  • magenta value is 37.74%
  • yellow value is 64.15%
  • key color value is 79.22%
CMYK: (0,38,64,79) C0M38Y64K79 (0%,38%,64%,79%) (0.00/0.38/0.64/0.79) 

CMYK percentages

%0
%37.74
%64.15
%79.22

Codes

Color #352113 in popluar color models

35 21 13
RGB 53 33 19
HSL 25° 47.22% 14.12%
HSB/HSV 25° 64.15% 20.78%
CMYK 0.00% 37.74% 64.15%
79.22%

Color #352113 in popluar number systems.

HEX 35 21 13
Decimal 53 33 19
Binary 110101 100001 10011
Octal 65 41 23

Shades and tints

Shades of #352113

#352113
(53,33,19)
#311E12
(49,30,18)
#2D1B11
(45,27,17)
#291810
(41,24,16)
#25150F
(37,21,15)
#21120E
(33,18,14)
#1D0F0D
(29,15,13)
#190C0C
(25,12,12)
#15090B
(21,9,11)
#11060A
(17,6,10)
#0D0309
(13,3,9)
#000000
(0,0,0)

Tints of #352113

#352113
(53,33,19)
#473528
(71,53,40)
#59493D
(89,73,61)
#6B5D52
(107,93,82)
#7D7167
(125,113,103)
#8F857C
(143,133,124)
#A19991
(161,153,145)
#B3ADA6
(179,173,166)
#C5C1BB
(197,193,187)
#D7D5D0
(215,213,208)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352113; }

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

This text font color is #352113.

Background Color

.myBgColor { background-color: #352113; }

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

This div background color is #352113.

Border color

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

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

This div border color is #352113.

Opacity

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

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

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

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

This text has shadow with #352113 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #352113.

Preview

Color preview on black background

This text has color #352113 on black background.


Color preview on white background

This text has color #352113 on white background.


Black color preview on #352113 background

This text has black color on #352113 background.


White color preview on #352113 background

This text has white color on #352113 background.


Related colors

Complementary color

Complementary color for #hex is #CADEEC.


I love getcolorcode.com

Triadic colors

1 #133521 and #211335 with #352113 are triadic colors.

2 #132135 and #213513 with #352113 are triadic colors.