COLOR #352C19

HEX: #352C19 RGB: (53,44,25)

Color info

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

RGB color model

#352C19 color RGB value is (53,44,25).

RGB: (53,44,25) (21%, 17%, 10%)

RGB channels and saturation

R 53 of 255 = 21%
G 44 of 255 = 17%
B 25 of 255 = 10%

53
44
25

R + G + B ~ 16%. #352C19 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 44 + 25 = 122 (100%)
R 53 of 122 ~ 43.44%
G 44 of 122 ~ 36.07%
B 25 of 122 ~ 20.49'%

%43.44
%36.07
%20.49

CMYK color model

#352C19 color CMYK value is (0,17,53,79).

  • cyan value is 0.00%
  • magenta value is 16.98%
  • yellow value is 52.83%
  • key color value is 79.22%
CMYK: (0,17,53,79) C0M17Y53K79 (0%,17%,53%,79%) (0.00/0.17/0.53/0.79) 

CMYK percentages

%0
%16.98
%52.83
%79.22

Codes

Color #352C19 in popluar color models

35 2C 19
RGB 53 44 25
HSL 41° 35.90% 15.29%
HSB/HSV 41° 52.83% 20.78%
CMYK 0.00% 16.98% 52.83%
79.22%

Color #352C19 in popluar number systems.

HEX 35 2C 19
Decimal 53 44 25
Binary 110101 101100 11001
Octal 65 54 31

Shades and tints

Shades of #352C19

#352C19
(53,44,25)
#312817
(49,40,23)
#2D2415
(45,36,21)
#292013
(41,32,19)
#251C11
(37,28,17)
#21180F
(33,24,15)
#1D140D
(29,20,13)
#19100B
(25,16,11)
#150C09
(21,12,9)
#110807
(17,8,7)
#0D0405
(13,4,5)
#000000
(0,0,0)

Tints of #352C19

#352C19
(53,44,25)
#473F2D
(71,63,45)
#595241
(89,82,65)
#6B6555
(107,101,85)
#7D7869
(125,120,105)
#8F8B7D
(143,139,125)
#A19E91
(161,158,145)
#B3B1A5
(179,177,165)
#C5C4B9
(197,196,185)
#D7D7CD
(215,215,205)
#E9EAE1
(233,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352C19 color. Also use rgb(53,44,25) instead hex code.

Text Font Color

.myTextColor { color: #352C19; }

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

This text font color is #352C19.

Background Color

.myBgColor { background-color: #352C19; }

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

This div background color is #352C19.

Border color

.myBorderColor { border: 1px solid #352C19; }

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

This div border color is #352C19.

Opacity

.myOpacity80 { color: #352C19; opacity: 0.8; }

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

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

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

This text has shadow with #352C19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #352C19.

Preview

Color preview on black background

This text has color #352C19 on black background.


Color preview on white background

This text has color #352C19 on white background.


Black color preview on #352C19 background

This text has black color on #352C19 background.


White color preview on #352C19 background

This text has white color on #352C19 background.


Related colors

Complementary color

Complementary color for #hex is #CAD3E6.


I love getcolorcode.com

Triadic colors

1 #19352C and #2C1935 with #352C19 are triadic colors.

2 #192C35 and #2C3519 with #352C19 are triadic colors.