COLOR #35663C

HEX: #35663C RGB: (53,102,60)

Color info

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

RGB color model

#35663C color RGB value is (53,102,60).

RGB: (53,102,60) (21%, 40%, 24%)

RGB channels and saturation

R 53 of 255 = 21%
G 102 of 255 = 40%
B 60 of 255 = 24%

53
102
60

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

Portions of RGB colors in percentages

R + G + B = 53 + 102 + 60 = 215 (100%)
R 53 of 215 ~ 24.65%
G 102 of 215 ~ 47.44%
B 60 of 215 ~ 27.91'%

%24.65
%47.44
%27.91

CMYK color model

#35663C color CMYK value is (48,0,41,60).

  • cyan value is 48.04%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 60.00%

CMYK: (48,0,41,60)
C48M0Y41K60 (48%, 0%, 41%, 60%)
(0.48 / 0.00 / 0.41 / 0.60)

CMYK percentages

%48.04
%0
%41.18
%60

Codes

Color #35663C in popluar color models

35 66 3C
RGB 53 102 60
HSL 129° 31.61% 30.39%
HSB/HSV 129° 48.04% 40.00%
CMYK 48.04% 0.00% 41.18%
60.00%

Color #35663C in popluar number systems.

HEX 35 66 3C
Decimal 53 102 60
Binary 110101 1100110 111100
Octal 65 146 74

Shades and tints

Shades of #35663C

#35663C
(53,102,60)
#315D37
(49,93,55)
#2D5432
(45,84,50)
#294B2D
(41,75,45)
#254228
(37,66,40)
#213923
(33,57,35)
#1D301E
(29,48,30)
#192719
(25,39,25)
#151E14
(21,30,20)
#11150F
(17,21,15)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #35663C

#35663C
(53,102,60)
#47734D
(71,115,77)
#59805E
(89,128,94)
#6B8D6F
(107,141,111)
#7D9A80
(125,154,128)
#8FA791
(143,167,145)
#A1B4A2
(161,180,162)
#B3C1B3
(179,193,179)
#C5CEC4
(197,206,196)
#D7DBD5
(215,219,213)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35663C color. Also use rgb(53,102,60) instead hex code.

Text Font Color

.myTextColor { color: #35663C; }

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

This text font color is #35663C.

Background Color

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

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

This div background color is #35663C.

Border color

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

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

This div border color is #35663C.

Opacity

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

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

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

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

This text has shadow with #35663C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35663C.

Preview

Color preview on black background

This text has color #35663C on black background.


Color preview on white background

This text has color #35663C on white background.


Black color preview on #35663C background

This text has black color on #35663C background.


White color preview on #35663C background

This text has white color on #35663C background.


Related colors

Complementary color

Complementary color for #hex is #CA99C3.


I love getcolorcode.com

Triadic colors

1 #3C3566 and #663C35 with #35663C are triadic colors.

2 #3C6635 and #66353C with #35663C are triadic colors.