COLOR #35463A

HEX: #35463A RGB: (53,70,58)

Color info

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

RGB color model

#35463A color RGB value is (53,70,58).

RGB: (53,70,58) (21%, 27%, 23%)

RGB channels and saturation

R 53 of 255 = 21%
G 70 of 255 = 27%
B 58 of 255 = 23%

53
70
58

R + G + B ~ 24%. #35463A is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 70 + 58 = 181 (100%)
R 53 of 181 ~ 29.28%
G 70 of 181 ~ 38.67%
B 58 of 181 ~ 32.04'%

%29.28
%38.67
%32.04

CMYK color model

#35463A color CMYK value is (24,0,17,73).

  • cyan value is 24.29%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 72.55%

CMYK: (24,0,17,73)
C24M0Y17K73 (24%, 0%, 17%, 73%)
(0.24 / 0.00 / 0.17 / 0.73)

CMYK percentages

%24.29
%0
%17.14
%72.55

Codes

Color #35463A in popluar color models

35 46 3A
RGB 53 70 58
HSL 138° 13.82% 24.12%
HSB/HSV 138° 24.29% 27.45%
CMYK 24.29% 0.00% 17.14%
72.55%

Color #35463A in popluar number systems.

HEX 35 46 3A
Decimal 53 70 58
Binary 110101 1000110 111010
Octal 65 106 72

Shades and tints

Shades of #35463A

#35463A
(53,70,58)
#314035
(49,64,53)
#2D3A30
(45,58,48)
#29342B
(41,52,43)
#252E26
(37,46,38)
#212821
(33,40,33)
#1D221C
(29,34,28)
#191C17
(25,28,23)
#151612
(21,22,18)
#11100D
(17,16,13)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #35463A

#35463A
(53,70,58)
#47564B
(71,86,75)
#59665C
(89,102,92)
#6B766D
(107,118,109)
#7D867E
(125,134,126)
#8F968F
(143,150,143)
#A1A6A0
(161,166,160)
#B3B6B1
(179,182,177)
#C5C6C2
(197,198,194)
#D7D6D3
(215,214,211)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35463A color. Also use rgb(53,70,58) instead hex code.

Text Font Color

.myTextColor { color: #35463A; }

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

This text font color is #35463A.

Background Color

.myBgColor { background-color: #35463A; }

<div style="background-color:#35463A">Inner text</div>

This div background color is #35463A.

Border color

.myBorderColor { border: 1px solid #35463A; }

<div style="border:3px solid #35463A">Div</div>

This div border color is #35463A.

Opacity

.myOpacity80 { color: #35463A; opacity: 0.8; }

<p style="color:#35463A;opacity:0.8;">80%</p>

Text with #35463A 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 #35463A;}

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

This text has shadow with #35463A color.


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

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

This text has shadow with #35463A primary color and red secondary color.


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

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

This text has shadow with #35463A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #35463A.

Preview

Color preview on black background

This text has color #35463A on black background.


Color preview on white background

This text has color #35463A on white background.


Black color preview on #35463A background

This text has black color on #35463A background.


White color preview on #35463A background

This text has white color on #35463A background.


Related colors

Complementary color

Complementary color for #hex is #CAB9C5.


I love getcolorcode.com

Triadic colors

1 #3A3546 and #463A35 with #35463A are triadic colors.

2 #3A4635 and #46353A with #35463A are triadic colors.