COLOR #35635C

HEX: #35635C
RGB: (53,99,92)

Color info

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

RGB color model

#35635C color RGB value is (53,99,92).

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

RGB channels and saturation

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

53
99
92

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

Portions of RGB colors in percentages

R + G + B =
53 + 99 + 92 = 244 (100%)
R 53 of 244 ~ 21.72%
G 99 of 244 ~ 40.57%
B 92 of 244 ~ 37.7%

%21.72
%40.57
%37.7

CMYK color model

#35635C color CMYK value is (46,0,7,61).

  • cyan value is 46.46%
  • magenta value is 0.00%
  • yellow value is 7.07%
  • key color value is 61.18%
CMYK:
(46,0,7,61)
C46M0Y7K61 
(46%,0%,7%,61%)
(0.46/0.00/0.07/0.61)	

CMYK percentages

%46.46
%0
%7.07
%61.18

Codes

Color #35635C in popluar color models

35635C
RGB539992
HSL171°30.26%29.80%
HSB/HSV171°46.46%38.82%
CMYK46.46%0.00%7.07%
61.18%

Color #35635C in popluar number systems.

HEX35635C
Decimal539992
Binary11010111000111011100
Octal65143134

Shades and tints

Shades of #35635C

#35635C
(53,99,92)
#315A54
(49,90,84)
#2D514C
(45,81,76)
#294844
(41,72,68)
#253F3C
(37,63,60)
#213634
(33,54,52)
#1D2D2C
(29,45,44)
#192424
(25,36,36)
#151B1C
(21,27,28)
#111214
(17,18,20)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #35635C

#35635C
(53,99,92)
#47716A
(71,113,106)
#597F78
(89,127,120)
#6B8D86
(107,141,134)
#7D9B94
(125,155,148)
#8FA9A2
(143,169,162)
#A1B7B0
(161,183,176)
#B3C5BE
(179,197,190)
#C5D3CC
(197,211,204)
#D7E1DA
(215,225,218)
#E9EFE8
(233,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35635C; }

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

This text font color is #35635C.


Background Color

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

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

This div background color is #35635C.


Border color

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

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

This div border color is #35635C.


Opacity

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

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

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

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

This text has shadow with #35635C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35635C on black background.


Color preview on white background

This text has color #35635C on white background.



Black color preview on #35635C background

This text has black color on #35635C background.


White color preview on #35635C background

This text has white color on #35635C background.