COLOR #35664A

HEX: #35664A
RGB: (53,102,74)

Color info

#35664A contains red, green and blue colors in about the same proportion. Web safe color of #35664A is #336633 (or #363).

RGB color model

#35664A color RGB value is (53,102,74).

  • red value is 53;
  • green value is 102;
  • blue value is 74.
RGB:
(53,102,74)
(21%,40%,29%)

RGB channels and saturation

R 53 of 255 = 21%
G 102 of 255 = 40%
B 74 of 255 = 29%

53
102
74

R + G + B ~ 30%. #35664A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 102 + 74 = 229 (100%)
R 53 of 229 ~ 23.14%
G 102 of 229 ~ 44.54%
B 74 of 229 ~ 32.31%

%23.14
%44.54
%32.31

CMYK color model

#35664A color CMYK value is (48,0,27,60).

  • cyan value is 48.04%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 60.00%
CMYK:
(48,0,27,60)
C48M0Y27K60 
(48%,0%,27%,60%)
(0.48/0.00/0.27/0.60)	

CMYK percentages

%48.04
%0
%27.45
%60

Codes

Color #35664A in popluar color models

35664A
RGB5310274
HSL146°31.61%30.39%
HSB/HSV146°48.04%40.00%
CMYK48.04%0.00%27.45%
60.00%

Color #35664A in popluar number systems.

HEX35664A
Decimal5310274
Binary11010111001101001010
Octal65146112

Shades and tints

Shades of #35664A

#35664A
(53,102,74)
#315D44
(49,93,68)
#2D543E
(45,84,62)
#294B38
(41,75,56)
#254232
(37,66,50)
#21392C
(33,57,44)
#1D3026
(29,48,38)
#192720
(25,39,32)
#151E1A
(21,30,26)
#111514
(17,21,20)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #35664A

#35664A
(53,102,74)
#47735A
(71,115,90)
#59806A
(89,128,106)
#6B8D7A
(107,141,122)
#7D9A8A
(125,154,138)
#8FA79A
(143,167,154)
#A1B4AA
(161,180,170)
#B3C1BA
(179,193,186)
#C5CECA
(197,206,202)
#D7DBDA
(215,219,218)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35664A color. Also use rgb(53,102,74) instead hex code.

Text Font Color

.myTextColor { color: #35664A; }

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

This text font color is #35664A.


Background Color

.myBgColor { background-color: #35664A; }

<div style="background-color:#35664A">Inner text</div>

This div background color is #35664A.


Border color

.myBorderColor { border: 1px solid #35664A; }

<div style="border:3px solid #35664A">Div</div>

This div border color is #35664A.


Opacity

.myOpacity80 { color: #35664A; opacity: 0.8; }

<p style="color:#35664A;opacity:0.8;">80%</p>

Text with #35664A 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 #35664A;}

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

This text has shadow with #35664A color.

.textShadow {text-shadow: 3px 3px 1px #35664A, 3px 3px 1px red;}

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

This text has shadow with #35664A primary color and red secondary color.


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

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

This text has shadow with #35664A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35664A on black background.


Color preview on white background

This text has color #35664A on white background.



Black color preview on #35664A background

This text has black color on #35664A background.


White color preview on #35664A background

This text has white color on #35664A background.