COLOR #35604A

HEX: #35604A
RGB: (53,96,74)

Color info

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

RGB color model

#35604A color RGB value is (53,96,74).

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

RGB channels and saturation

R 53 of 255 = 21%
G 96 of 255 = 38%
B 74 of 255 = 29%

53
96
74

R + G + B ~ 29%. #35604A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 96 + 74 = 223 (100%)
R 53 of 223 ~ 23.77%
G 96 of 223 ~ 43.05%
B 74 of 223 ~ 33.18%

%23.77
%43.05
%33.18

CMYK color model

#35604A color CMYK value is (45,0,23,62).

  • cyan value is 44.79%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 62.35%
CMYK:
(45,0,23,62)
C45M0Y23K62 
(45%,0%,23%,62%)
(0.45/0.00/0.23/0.62)	

CMYK percentages

%44.79
%0
%22.92
%62.35

Codes

Color #35604A in popluar color models

35604A
RGB539674
HSL149°28.86%29.22%
HSB/HSV149°44.79%37.65%
CMYK44.79%0.00%22.92%
62.35%

Color #35604A in popluar number systems.

HEX35604A
Decimal539674
Binary11010111000001001010
Octal65140112

Shades and tints

Shades of #35604A

#35604A
(53,96,74)
#315844
(49,88,68)
#2D503E
(45,80,62)
#294838
(41,72,56)
#254032
(37,64,50)
#21382C
(33,56,44)
#1D3026
(29,48,38)
#192820
(25,40,32)
#15201A
(21,32,26)
#111814
(17,24,20)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #35604A

#35604A
(53,96,74)
#476E5A
(71,110,90)
#597C6A
(89,124,106)
#6B8A7A
(107,138,122)
#7D988A
(125,152,138)
#8FA69A
(143,166,154)
#A1B4AA
(161,180,170)
#B3C2BA
(179,194,186)
#C5D0CA
(197,208,202)
#D7DEDA
(215,222,218)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35604A; }

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

This text font color is #35604A.


Background Color

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

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

This div background color is #35604A.


Border color

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

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

This div border color is #35604A.


Opacity

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

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

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

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

This text has shadow with #35604A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35604A on black background.


Color preview on white background

This text has color #35604A on white background.



Black color preview on #35604A background

This text has black color on #35604A background.


White color preview on #35604A background

This text has white color on #35604A background.