COLOR #35966C

HEX: #35966C RGB: (53,150,108)

Color info

#35966C contains mainly green and blue colors. Web safe color of #35966C is #339966 (or #396).

RGB color model

#35966C color RGB value is (53,150,108).

RGB: (53,150,108) (21%, 59%, 42%)

RGB channels and saturation

R 53 of 255 = 21%
G 150 of 255 = 59%
B 108 of 255 = 42%

53
150
108

R + G + B ~ 41%. #35966C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 53 + 150 + 108 = 311 (100%)
R 53 of 311 ~ 17.04%
G 150 of 311 ~ 48.23%
B 108 of 311 ~ 34.73'%

%17.04
%48.23
%34.73

CMYK color model

#35966C color CMYK value is (65,0,28,41).

  • cyan value is 64.67%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 41.18%
CMYK: (65,0,28,41) C65M0Y28K41 (65%,0%,28%,41%) (0.65/0.00/0.28/0.41) 

CMYK percentages

%64.67
%0
%28
%41.18

Codes

Color #35966C in popluar color models

35 96 6C
RGB 53 150 108
HSL 154° 47.78% 39.80%
HSB/HSV 154° 64.67% 58.82%
CMYK 64.67% 0.00% 28.00%
41.18%

Color #35966C in popluar number systems.

HEX 35 96 6C
Decimal 53 150 108
Binary 110101 10010110 1101100
Octal 65 226 154

Shades and tints

Shades of #35966C

#35966C
(53,150,108)
#318963
(49,137,99)
#2D7C5A
(45,124,90)
#296F51
(41,111,81)
#256248
(37,98,72)
#21553F
(33,85,63)
#1D4836
(29,72,54)
#193B2D
(25,59,45)
#152E24
(21,46,36)
#11211B
(17,33,27)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #35966C

#35966C
(53,150,108)
#479F79
(71,159,121)
#59A886
(89,168,134)
#6BB193
(107,177,147)
#7DBAA0
(125,186,160)
#8FC3AD
(143,195,173)
#A1CCBA
(161,204,186)
#B3D5C7
(179,213,199)
#C5DED4
(197,222,212)
#D7E7E1
(215,231,225)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35966C color. Also use rgb(53,150,108) instead hex code.

Text Font Color

.myTextColor { color: #35966C; }

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

This text font color is #35966C.

Background Color

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

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

This div background color is #35966C.

Border color

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

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

This div border color is #35966C.

Opacity

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

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

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

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

This text has shadow with #35966C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35966C.

Preview

Color preview on black background

This text has color #35966C on black background.


Color preview on white background

This text has color #35966C on white background.


Black color preview on #35966C background

This text has black color on #35966C background.


White color preview on #35966C background

This text has white color on #35966C background.


Related colors

Complementary color

Complementary color for #hex is #CA6993.


I love getcolorcode.com

Triadic colors

1 #6C3596 and #966C35 with #35966C are triadic colors.

2 #6C9635 and #96356C with #35966C are triadic colors.