COLOR #35492D

HEX: #35492D
RGB: (53,73,45)

Color info

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

RGB color model

#35492D color RGB value is (53,73,45).

  • red value is 53;
  • green value is 73;
  • blue value is 45.
RGB:
(53,73,45)
(21%,29%,18%)

RGB channels and saturation

R 53 of 255 = 21%
G 73 of 255 = 29%
B 45 of 255 = 18%

53
73
45

R + G + B ~ 23%. #35492D is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 73 + 45 = 171 (100%)
R 53 of 171 ~ 30.99%
G 73 of 171 ~ 42.69%
B 45 of 171 ~ 26.32%

%30.99
%42.69
%26.32

CMYK color model

#35492D color CMYK value is (27,0,38,71).

  • cyan value is 27.40%
  • magenta value is 0.00%
  • yellow value is 38.36%
  • key color value is 71.37%
CMYK:
(27,0,38,71)
C27M0Y38K71 
(27%,0%,38%,71%)
(0.27/0.00/0.38/0.71)	

CMYK percentages

%27.4
%0
%38.36
%71.37

Codes

Color #35492D in popluar color models

35492D
RGB537345
HSL103°23.73%23.14%
HSB/HSV103°38.36%28.63%
CMYK27.40%0.00%38.36%
71.37%

Color #35492D in popluar number systems.

HEX35492D
Decimal537345
Binary1101011001001101101
Octal6511155

Shades and tints

Shades of #35492D

#35492D
(53,73,45)
#314329
(49,67,41)
#2D3D25
(45,61,37)
#293721
(41,55,33)
#25311D
(37,49,29)
#212B19
(33,43,25)
#1D2515
(29,37,21)
#191F11
(25,31,17)
#15190D
(21,25,13)
#111309
(17,19,9)
#0D0D05
(13,13,5)
#000000
(0,0,0)

Tints of #35492D

#35492D
(53,73,45)
#475940
(71,89,64)
#596953
(89,105,83)
#6B7966
(107,121,102)
#7D8979
(125,137,121)
#8F998C
(143,153,140)
#A1A99F
(161,169,159)
#B3B9B2
(179,185,178)
#C5C9C5
(197,201,197)
#D7D9D8
(215,217,216)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35492D; }

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

This text font color is #35492D.


Background Color

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

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

This div background color is #35492D.


Border color

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

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

This div border color is #35492D.


Opacity

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

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

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

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

This text has shadow with #35492D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35492D on black background.


Color preview on white background

This text has color #35492D on white background.



Black color preview on #35492D background

This text has black color on #35492D background.


White color preview on #35492D background

This text has white color on #35492D background.