COLOR #35493F

HEX: #35493F
RGB: (53,73,63)

Color info

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

RGB color model

#35493F color RGB value is (53,73,63).

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

RGB channels and saturation

R 53 of 255 = 21%
G 73 of 255 = 29%
B 63 of 255 = 25%

53
73
63

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

Portions of RGB colors in percentages

R + G + B =
53 + 73 + 63 = 189 (100%)
R 53 of 189 ~ 28.04%
G 73 of 189 ~ 38.62%
B 63 of 189 ~ 33.33%

%28.04
%38.62
%33.33

CMYK color model

#35493F color CMYK value is (27,0,14,71).

  • cyan value is 27.40%
  • magenta value is 0.00%
  • yellow value is 13.70%
  • key color value is 71.37%
CMYK:
(27,0,14,71)
C27M0Y14K71 
(27%,0%,14%,71%)
(0.27/0.00/0.14/0.71)	

CMYK percentages

%27.4
%0
%13.7
%71.37

Codes

Color #35493F in popluar color models

35493F
RGB537363
HSL150°15.87%24.71%
HSB/HSV150°27.40%28.63%
CMYK27.40%0.00%13.70%
71.37%

Color #35493F in popluar number systems.

HEX35493F
Decimal537363
Binary1101011001001111111
Octal6511177

Shades and tints

Shades of #35493F

#35493F
(53,73,63)
#31433A
(49,67,58)
#2D3D35
(45,61,53)
#293730
(41,55,48)
#25312B
(37,49,43)
#212B26
(33,43,38)
#1D2521
(29,37,33)
#191F1C
(25,31,28)
#151917
(21,25,23)
#111312
(17,19,18)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #35493F

#35493F
(53,73,63)
#475950
(71,89,80)
#596961
(89,105,97)
#6B7972
(107,121,114)
#7D8983
(125,137,131)
#8F9994
(143,153,148)
#A1A9A5
(161,169,165)
#B3B9B6
(179,185,182)
#C5C9C7
(197,201,199)
#D7D9D8
(215,217,216)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35493F; }

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

This text font color is #35493F.


Background Color

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

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

This div background color is #35493F.


Border color

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

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

This div border color is #35493F.


Opacity

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

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

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

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

This text has shadow with #35493F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35493F on black background.


Color preview on white background

This text has color #35493F on white background.



Black color preview on #35493F background

This text has black color on #35493F background.


White color preview on #35493F background

This text has white color on #35493F background.