COLOR #35493C

HEX: #35493C
RGB: (53,73,60)

Color info

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

RGB color model

#35493C color RGB value is (53,73,60).

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

RGB channels and saturation

R 53 of 255 = 21%
G 73 of 255 = 29%
B 60 of 255 = 24%

53
73
60

R + G + B ~ 25%. #35493C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 73 + 60 = 186 (100%)
R 53 of 186 ~ 28.49%
G 73 of 186 ~ 39.25%
B 60 of 186 ~ 32.26%

%28.49
%39.25
%32.26

CMYK color model

#35493C color CMYK value is (27,0,18,71).

  • cyan value is 27.40%
  • magenta value is 0.00%
  • yellow value is 17.81%
  • key color value is 71.37%
CMYK:
(27,0,18,71)
C27M0Y18K71 
(27%,0%,18%,71%)
(0.27/0.00/0.18/0.71)	

CMYK percentages

%27.4
%0
%17.81
%71.37

Codes

Color #35493C in popluar color models

35493C
RGB537360
HSL141°15.87%24.71%
HSB/HSV141°27.40%28.63%
CMYK27.40%0.00%17.81%
71.37%

Color #35493C in popluar number systems.

HEX35493C
Decimal537360
Binary1101011001001111100
Octal6511174

Shades and tints

Shades of #35493C

#35493C
(53,73,60)
#314337
(49,67,55)
#2D3D32
(45,61,50)
#29372D
(41,55,45)
#253128
(37,49,40)
#212B23
(33,43,35)
#1D251E
(29,37,30)
#191F19
(25,31,25)
#151914
(21,25,20)
#11130F
(17,19,15)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #35493C

#35493C
(53,73,60)
#47594D
(71,89,77)
#59695E
(89,105,94)
#6B796F
(107,121,111)
#7D8980
(125,137,128)
#8F9991
(143,153,145)
#A1A9A2
(161,169,162)
#B3B9B3
(179,185,179)
#C5C9C4
(197,201,196)
#D7D9D5
(215,217,213)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35493C; }

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

This text font color is #35493C.


Background Color

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

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

This div background color is #35493C.


Border color

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

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

This div border color is #35493C.


Opacity

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

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

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

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

This text has shadow with #35493C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35493C on black background.


Color preview on white background

This text has color #35493C on white background.



Black color preview on #35493C background

This text has black color on #35493C background.


White color preview on #35493C background

This text has white color on #35493C background.