COLOR #35573A

HEX: #35573A
RGB: (53,87,58)

Color info

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

RGB color model

#35573A color RGB value is (53,87,58).

  • red value is 53;
  • green value is 87;
  • blue value is 58.
RGB:
(53,87,58)
(21%,34%,23%)

RGB channels and saturation

R 53 of 255 = 21%
G 87 of 255 = 34%
B 58 of 255 = 23%

53
87
58

R + G + B ~ 26%. #35573A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 87 + 58 = 198 (100%)
R 53 of 198 ~ 26.77%
G 87 of 198 ~ 43.94%
B 58 of 198 ~ 29.29%

%26.77
%43.94
%29.29

CMYK color model

#35573A color CMYK value is (39,0,33,66).

  • cyan value is 39.08%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 65.88%
CMYK:
(39,0,33,66)
C39M0Y33K66 
(39%,0%,33%,66%)
(0.39/0.00/0.33/0.66)	

CMYK percentages

%39.08
%0
%33.33
%65.88

Codes

Color #35573A in popluar color models

35573A
RGB538758
HSL129°24.29%27.45%
HSB/HSV129°39.08%34.12%
CMYK39.08%0.00%33.33%
65.88%

Color #35573A in popluar number systems.

HEX35573A
Decimal538758
Binary1101011010111111010
Octal6512772

Shades and tints

Shades of #35573A

#35573A
(53,87,58)
#315035
(49,80,53)
#2D4930
(45,73,48)
#29422B
(41,66,43)
#253B26
(37,59,38)
#213421
(33,52,33)
#1D2D1C
(29,45,28)
#192617
(25,38,23)
#151F12
(21,31,18)
#11180D
(17,24,13)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #35573A

#35573A
(53,87,58)
#47664B
(71,102,75)
#59755C
(89,117,92)
#6B846D
(107,132,109)
#7D937E
(125,147,126)
#8FA28F
(143,162,143)
#A1B1A0
(161,177,160)
#B3C0B1
(179,192,177)
#C5CFC2
(197,207,194)
#D7DED3
(215,222,211)
#E9EDE4
(233,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35573A color. Also use rgb(53,87,58) instead hex code.

Text Font Color

.myTextColor { color: #35573A; }

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

This text font color is #35573A.


Background Color

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

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

This div background color is #35573A.


Border color

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

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

This div border color is #35573A.


Opacity

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

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

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

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

This text has shadow with #35573A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35573A on black background.


Color preview on white background

This text has color #35573A on white background.



Black color preview on #35573A background

This text has black color on #35573A background.


White color preview on #35573A background

This text has white color on #35573A background.