COLOR #35472E

HEX: #35472E RGB: (53,71,46)

Color info

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

RGB color model

#35472E color RGB value is (53,71,46).

RGB: (53,71,46) (21%, 28%, 18%)

RGB channels and saturation

R 53 of 255 = 21%
G 71 of 255 = 28%
B 46 of 255 = 18%

53
71
46

R + G + B ~ 22%. #35472E is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 71 + 46 = 170 (100%)
R 53 of 170 ~ 31.18%
G 71 of 170 ~ 41.76%
B 46 of 170 ~ 27.06'%

%31.18
%41.76
%27.06

CMYK color model

#35472E color CMYK value is (25,0,35,72).

  • cyan value is 25.35%
  • magenta value is 0.00%
  • yellow value is 35.21%
  • key color value is 72.16%

CMYK: (25,0,35,72)
C25M0Y35K72 (25%, 0%, 35%, 72%)
(0.25 / 0.00 / 0.35 / 0.72)

CMYK percentages

%25.35
%0
%35.21
%72.16

Codes

Color #35472E in popluar color models

35 47 2E
RGB 53 71 46
HSL 103° 21.37% 22.94%
HSB/HSV 103° 35.21% 27.84%
CMYK 25.35% 0.00% 35.21%
72.16%

Color #35472E in popluar number systems.

HEX 35 47 2E
Decimal 53 71 46
Binary 110101 1000111 101110
Octal 65 107 56

Shades and tints

Shades of #35472E

#35472E
(53,71,46)
#31412A
(49,65,42)
#2D3B26
(45,59,38)
#293522
(41,53,34)
#252F1E
(37,47,30)
#21291A
(33,41,26)
#1D2316
(29,35,22)
#191D12
(25,29,18)
#15170E
(21,23,14)
#11110A
(17,17,10)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #35472E

#35472E
(53,71,46)
#475741
(71,87,65)
#596754
(89,103,84)
#6B7767
(107,119,103)
#7D877A
(125,135,122)
#8F978D
(143,151,141)
#A1A7A0
(161,167,160)
#B3B7B3
(179,183,179)
#C5C7C6
(197,199,198)
#D7D7D9
(215,215,217)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35472E color. Also use rgb(53,71,46) instead hex code.

Text Font Color

.myTextColor { color: #35472E; }

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

This text font color is #35472E.

Background Color

.myBgColor { background-color: #35472E; }

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

This div background color is #35472E.

Border color

.myBorderColor { border: 1px solid #35472E; }

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

This div border color is #35472E.

Opacity

.myOpacity80 { color: #35472E; opacity: 0.8; }

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

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

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

This text has shadow with #35472E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35472E.

Preview

Color preview on black background

This text has color #35472E on black background.


Color preview on white background

This text has color #35472E on white background.


Black color preview on #35472E background

This text has black color on #35472E background.


White color preview on #35472E background

This text has white color on #35472E background.


Related colors

Complementary color

Complementary color for #hex is #CAB8D1.


I love getcolorcode.com

Triadic colors

1 #2E3547 and #472E35 with #35472E are triadic colors.

2 #2E4735 and #47352E with #35472E are triadic colors.