COLOR #35635D

HEX: #35635D
RGB: (53,99,93)

Color info

#35635D contains red, green and blue colors in about the same proportion. Web safe color of #35635D is #336666 (or #366).

RGB color model

#35635D color RGB value is (53,99,93).

  • red value is 53;
  • green value is 99;
  • blue value is 93.
RGB:
(53,99,93)
(21%,39%,36%)

RGB channels and saturation

R 53 of 255 = 21%
G 99 of 255 = 39%
B 93 of 255 = 36%

53
99
93

R + G + B ~ 32%. #35635D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 99 + 93 = 245 (100%)
R 53 of 245 ~ 21.63%
G 99 of 245 ~ 40.41%
B 93 of 245 ~ 37.96%

%21.63
%40.41
%37.96

CMYK color model

#35635D color CMYK value is (46,0,6,61).

  • cyan value is 46.46%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 61.18%
CMYK:
(46,0,6,61)
C46M0Y6K61 
(46%,0%,6%,61%)
(0.46/0.00/0.06/0.61)	

CMYK percentages

%46.46
%0
%6.06
%61.18

Codes

Color #35635D in popluar color models

35635D
RGB539993
HSL172°30.26%29.80%
HSB/HSV172°46.46%38.82%
CMYK46.46%0.00%6.06%
61.18%

Color #35635D in popluar number systems.

HEX35635D
Decimal539993
Binary11010111000111011101
Octal65143135

Shades and tints

Shades of #35635D

#35635D
(53,99,93)
#315A55
(49,90,85)
#2D514D
(45,81,77)
#294845
(41,72,69)
#253F3D
(37,63,61)
#213635
(33,54,53)
#1D2D2D
(29,45,45)
#192425
(25,36,37)
#151B1D
(21,27,29)
#111215
(17,18,21)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #35635D

#35635D
(53,99,93)
#47716B
(71,113,107)
#597F79
(89,127,121)
#6B8D87
(107,141,135)
#7D9B95
(125,155,149)
#8FA9A3
(143,169,163)
#A1B7B1
(161,183,177)
#B3C5BF
(179,197,191)
#C5D3CD
(197,211,205)
#D7E1DB
(215,225,219)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35635D color. Also use rgb(53,99,93) instead hex code.

Text Font Color

.myTextColor { color: #35635D; }

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

This text font color is #35635D.


Background Color

.myBgColor { background-color: #35635D; }

<div style="background-color:#35635D">Inner text</div>

This div background color is #35635D.


Border color

.myBorderColor { border: 1px solid #35635D; }

<div style="border:3px solid #35635D">Div</div>

This div border color is #35635D.


Opacity

.myOpacity80 { color: #35635D; opacity: 0.8; }

<p style="color:#35635D;opacity:0.8;">80%</p>

Text with #35635D 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 #35635D;}

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

This text has shadow with #35635D color.

.textShadow {text-shadow: 3px 3px 1px #35635D, 3px 3px 1px red;}

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

This text has shadow with #35635D primary color and red secondary color.


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

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

This text has shadow with #35635D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35635D on black background.


Color preview on white background

This text has color #35635D on white background.



Black color preview on #35635D background

This text has black color on #35635D background.


White color preview on #35635D background

This text has white color on #35635D background.