COLOR #35645F

HEX: #35645F
RGB: (53,100,95)

Color info

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

RGB color model

#35645F color RGB value is (53,100,95).

  • red value is 53;
  • green value is 100;
  • blue value is 95.
RGB:
(53,100,95)
(21%,39%,37%)

RGB channels and saturation

R 53 of 255 = 21%
G 100 of 255 = 39%
B 95 of 255 = 37%

53
100
95

R + G + B ~ 32%. #35645F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 100 + 95 = 248 (100%)
R 53 of 248 ~ 21.37%
G 100 of 248 ~ 40.32%
B 95 of 248 ~ 38.31%

%21.37
%40.32
%38.31

CMYK color model

#35645F color CMYK value is (47,0,5,61).

  • cyan value is 47.00%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 60.78%
CMYK:
(47,0,5,61)
C47M0Y5K61 
(47%,0%,5%,61%)
(0.47/0.00/0.05/0.61)	

CMYK percentages

%47
%0
%5
%60.78

Codes

Color #35645F in popluar color models

35645F
RGB5310095
HSL174°30.72%30.00%
HSB/HSV174°47.00%39.22%
CMYK47.00%0.00%5.00%
60.78%

Color #35645F in popluar number systems.

HEX35645F
Decimal5310095
Binary11010111001001011111
Octal65144137

Shades and tints

Shades of #35645F

#35645F
(53,100,95)
#315B57
(49,91,87)
#2D524F
(45,82,79)
#294947
(41,73,71)
#25403F
(37,64,63)
#213737
(33,55,55)
#1D2E2F
(29,46,47)
#192527
(25,37,39)
#151C1F
(21,28,31)
#111317
(17,19,23)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #35645F

#35645F
(53,100,95)
#47726D
(71,114,109)
#59807B
(89,128,123)
#6B8E89
(107,142,137)
#7D9C97
(125,156,151)
#8FAAA5
(143,170,165)
#A1B8B3
(161,184,179)
#B3C6C1
(179,198,193)
#C5D4CF
(197,212,207)
#D7E2DD
(215,226,221)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35645F color. Also use rgb(53,100,95) instead hex code.

Text Font Color

.myTextColor { color: #35645F; }

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

This text font color is #35645F.


Background Color

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

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

This div background color is #35645F.


Border color

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

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

This div border color is #35645F.


Opacity

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

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

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

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

This text has shadow with #35645F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35645F on black background.


Color preview on white background

This text has color #35645F on white background.



Black color preview on #35645F background

This text has black color on #35645F background.


White color preview on #35645F background

This text has white color on #35645F background.