COLOR #35524C

HEX: #35524C RGB: (53,82,76)

Color info

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

RGB color model

#35524C color RGB value is (53,82,76).

RGB: (53,82,76) (21%, 32%, 30%)

RGB channels and saturation

R 53 of 255 = 21%
G 82 of 255 = 32%
B 76 of 255 = 30%

53
82
76

R + G + B ~ 28%. #35524C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 82 + 76 = 211 (100%)
R 53 of 211 ~ 25.12%
G 82 of 211 ~ 38.86%
B 76 of 211 ~ 36.02'%

%25.12
%38.86
%36.02

CMYK color model

#35524C color CMYK value is (35,0,7,68).

  • cyan value is 35.37%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 67.84%

CMYK: (35,0,7,68)
C35M0Y7K68 (35%, 0%, 7%, 68%)
(0.35 / 0.00 / 0.07 / 0.68)

CMYK percentages

%35.37
%0
%7.32
%67.84

Codes

Color #35524C in popluar color models

35 52 4C
RGB 53 82 76
HSL 168° 21.48% 26.47%
HSB/HSV 168° 35.37% 32.16%
CMYK 35.37% 0.00% 7.32%
67.84%

Color #35524C in popluar number systems.

HEX 35 52 4C
Decimal 53 82 76
Binary 110101 1010010 1001100
Octal 65 122 114

Shades and tints

Shades of #35524C

#35524C
(53,82,76)
#314B46
(49,75,70)
#2D4440
(45,68,64)
#293D3A
(41,61,58)
#253634
(37,54,52)
#212F2E
(33,47,46)
#1D2828
(29,40,40)
#192122
(25,33,34)
#151A1C
(21,26,28)
#111316
(17,19,22)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #35524C

#35524C
(53,82,76)
#47615C
(71,97,92)
#59706C
(89,112,108)
#6B7F7C
(107,127,124)
#7D8E8C
(125,142,140)
#8F9D9C
(143,157,156)
#A1ACAC
(161,172,172)
#B3BBBC
(179,187,188)
#C5CACC
(197,202,204)
#D7D9DC
(215,217,220)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35524C color. Also use rgb(53,82,76) instead hex code.

Text Font Color

.myTextColor { color: #35524C; }

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

This text font color is #35524C.

Background Color

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

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

This div background color is #35524C.

Border color

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

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

This div border color is #35524C.

Opacity

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

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

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

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

This text has shadow with #35524C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35524C.

Preview

Color preview on black background

This text has color #35524C on black background.


Color preview on white background

This text has color #35524C on white background.


Black color preview on #35524C background

This text has black color on #35524C background.


White color preview on #35524C background

This text has white color on #35524C background.


Related colors

Complementary color

Complementary color for #hex is #CAADB3.


I love getcolorcode.com

Triadic colors

1 #4C3552 and #524C35 with #35524C are triadic colors.

2 #4C5235 and #52354C with #35524C are triadic colors.