COLOR #35492C

HEX: #35492C RGB: (53,73,44)

Color info

#35492C contains red, green and blue colors in about the same proportion. Web safe color of #35492C is #333333 (or #333).

RGB color model

#35492C color RGB value is (53,73,44).

RGB: (53,73,44) (21%, 29%, 17%)

RGB channels and saturation

R 53 of 255 = 21%
G 73 of 255 = 29%
B 44 of 255 = 17%

53
73
44

R + G + B ~ 22%. #35492C is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 73 + 44 = 170 (100%)
R 53 of 170 ~ 31.18%
G 73 of 170 ~ 42.94%
B 44 of 170 ~ 25.88'%

%31.18
%42.94
%25.88

CMYK color model

#35492C color CMYK value is (27,0,40,71).

  • cyan value is 27.40%
  • magenta value is 0.00%
  • yellow value is 39.73%
  • key color value is 71.37%
CMYK: (27,0,40,71) C27M0Y40K71 (27%,0%,40%,71%) (0.27/0.00/0.40/0.71) 

CMYK percentages

%27.4
%0
%39.73
%71.37

Codes

Color #35492C in popluar color models

35 49 2C
RGB 53 73 44
HSL 101° 24.79% 22.94%
HSB/HSV 101° 39.73% 28.63%
CMYK 27.40% 0.00% 39.73%
71.37%

Color #35492C in popluar number systems.

HEX 35 49 2C
Decimal 53 73 44
Binary 110101 1001001 101100
Octal 65 111 54

Shades and tints

Shades of #35492C

#35492C
(53,73,44)
#314328
(49,67,40)
#2D3D24
(45,61,36)
#293720
(41,55,32)
#25311C
(37,49,28)
#212B18
(33,43,24)
#1D2514
(29,37,20)
#191F10
(25,31,16)
#15190C
(21,25,12)
#111308
(17,19,8)
#0D0D04
(13,13,4)
#000000
(0,0,0)

Tints of #35492C

#35492C
(53,73,44)
#47593F
(71,89,63)
#596952
(89,105,82)
#6B7965
(107,121,101)
#7D8978
(125,137,120)
#8F998B
(143,153,139)
#A1A99E
(161,169,158)
#B3B9B1
(179,185,177)
#C5C9C4
(197,201,196)
#D7D9D7
(215,217,215)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35492C color. Also use rgb(53,73,44) instead hex code.

Text Font Color

.myTextColor { color: #35492C; }

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

This text font color is #35492C.

Background Color

.myBgColor { background-color: #35492C; }

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

This div background color is #35492C.

Border color

.myBorderColor { border: 1px solid #35492C; }

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

This div border color is #35492C.

Opacity

.myOpacity80 { color: #35492C; opacity: 0.8; }

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

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

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

This text has shadow with #35492C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35492C.

Preview

Color preview on black background

This text has color #35492C on black background.


Color preview on white background

This text has color #35492C on white background.


Black color preview on #35492C background

This text has black color on #35492C background.


White color preview on #35492C background

This text has white color on #35492C background.


Related colors

Complementary color

Complementary color for #hex is #CAB6D3.


I love getcolorcode.com

Triadic colors

1 #2C3549 and #492C35 with #35492C are triadic colors.

2 #2C4935 and #49352C with #35492C are triadic colors.