COLOR #35462F

HEX: #35462F
RGB: (53,70,47)

Color info

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

RGB color model

#35462F color RGB value is (53,70,47).

  • red value is 53;
  • green value is 70;
  • blue value is 47.
RGB:
(53,70,47)
(21%,27%,18%)

RGB channels and saturation

R 53 of 255 = 21%
G 70 of 255 = 27%
B 47 of 255 = 18%

53
70
47

R + G + B ~ 22%. #35462F is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 70 + 47 = 170 (100%)
R 53 of 170 ~ 31.18%
G 70 of 170 ~ 41.18%
B 47 of 170 ~ 27.65%

%31.18
%41.18
%27.65

CMYK color model

#35462F color CMYK value is (24,0,33,73).

  • cyan value is 24.29%
  • magenta value is 0.00%
  • yellow value is 32.86%
  • key color value is 72.55%
CMYK:
(24,0,33,73)
C24M0Y33K73 
(24%,0%,33%,73%)
(0.24/0.00/0.33/0.73)	

CMYK percentages

%24.29
%0
%32.86
%72.55

Codes

Color #35462F in popluar color models

35462F
RGB537047
HSL104°19.66%22.94%
HSB/HSV104°32.86%27.45%
CMYK24.29%0.00%32.86%
72.55%

Color #35462F in popluar number systems.

HEX35462F
Decimal537047
Binary1101011000110101111
Octal6510657

Shades and tints

Shades of #35462F

#35462F
(53,70,47)
#31402B
(49,64,43)
#2D3A27
(45,58,39)
#293423
(41,52,35)
#252E1F
(37,46,31)
#21281B
(33,40,27)
#1D2217
(29,34,23)
#191C13
(25,28,19)
#15160F
(21,22,15)
#11100B
(17,16,11)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #35462F

#35462F
(53,70,47)
#475641
(71,86,65)
#596653
(89,102,83)
#6B7665
(107,118,101)
#7D8677
(125,134,119)
#8F9689
(143,150,137)
#A1A69B
(161,166,155)
#B3B6AD
(179,182,173)
#C5C6BF
(197,198,191)
#D7D6D1
(215,214,209)
#E9E6E3
(233,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35462F color. Also use rgb(53,70,47) instead hex code.

Text Font Color

.myTextColor { color: #35462F; }

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

This text font color is #35462F.


Background Color

.myBgColor { background-color: #35462F; }

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

This div background color is #35462F.


Border color

.myBorderColor { border: 1px solid #35462F; }

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

This div border color is #35462F.


Opacity

.myOpacity80 { color: #35462F; opacity: 0.8; }

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

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

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

This text has shadow with #35462F color.

.textShadow {text-shadow: 3px 3px 1px #35462F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35462F on black background.


Color preview on white background

This text has color #35462F on white background.



Black color preview on #35462F background

This text has black color on #35462F background.


White color preview on #35462F background

This text has white color on #35462F background.