COLOR #35463C

HEX: #35463C
RGB: (53,70,60)

Color info

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

RGB color model

#35463C color RGB value is (53,70,60).

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

RGB channels and saturation

R 53 of 255 = 21%
G 70 of 255 = 27%
B 60 of 255 = 24%

53
70
60

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

Portions of RGB colors in percentages

R + G + B =
53 + 70 + 60 = 183 (100%)
R 53 of 183 ~ 28.96%
G 70 of 183 ~ 38.25%
B 60 of 183 ~ 32.79%

%28.96
%38.25
%32.79

CMYK color model

#35463C color CMYK value is (24,0,14,73).

  • cyan value is 24.29%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 72.55%
CMYK:
(24,0,14,73)
C24M0Y14K73 
(24%,0%,14%,73%)
(0.24/0.00/0.14/0.73)	

CMYK percentages

%24.29
%0
%14.29
%72.55

Codes

Color #35463C in popluar color models

35463C
RGB537060
HSL145°13.82%24.12%
HSB/HSV145°24.29%27.45%
CMYK24.29%0.00%14.29%
72.55%

Color #35463C in popluar number systems.

HEX35463C
Decimal537060
Binary1101011000110111100
Octal6510674

Shades and tints

Shades of #35463C

#35463C
(53,70,60)
#314037
(49,64,55)
#2D3A32
(45,58,50)
#29342D
(41,52,45)
#252E28
(37,46,40)
#212823
(33,40,35)
#1D221E
(29,34,30)
#191C19
(25,28,25)
#151614
(21,22,20)
#11100F
(17,16,15)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #35463C

#35463C
(53,70,60)
#47564D
(71,86,77)
#59665E
(89,102,94)
#6B766F
(107,118,111)
#7D8680
(125,134,128)
#8F9691
(143,150,145)
#A1A6A2
(161,166,162)
#B3B6B3
(179,182,179)
#C5C6C4
(197,198,196)
#D7D6D5
(215,214,213)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35463C; }

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

This text font color is #35463C.


Background Color

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

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

This div background color is #35463C.


Border color

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

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

This div border color is #35463C.


Opacity

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

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

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

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

This text has shadow with #35463C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35463C on black background.


Color preview on white background

This text has color #35463C on white background.



Black color preview on #35463C background

This text has black color on #35463C background.


White color preview on #35463C background

This text has white color on #35463C background.