COLOR #35936D

HEX: #35936D RGB: (53,147,109)

Color info

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

RGB color model

#35936D color RGB value is (53,147,109).

RGB: (53,147,109) (21%, 58%, 43%)

RGB channels and saturation

R 53 of 255 = 21%
G 147 of 255 = 58%
B 109 of 255 = 43%

53
147
109

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

Portions of RGB colors in percentages

R + G + B = 53 + 147 + 109 = 309 (100%)
R 53 of 309 ~ 17.15%
G 147 of 309 ~ 47.57%
B 109 of 309 ~ 35.28'%

%17.15
%47.57
%35.28

CMYK color model

#35936D color CMYK value is (64,0,26,42).

  • cyan value is 63.95%
  • magenta value is 0.00%
  • yellow value is 25.85%
  • key color value is 42.35%

CMYK: (64,0,26,42)
C64M0Y26K42 (64%, 0%, 26%, 42%)
(0.64 / 0.00 / 0.26 / 0.42)

CMYK percentages

%63.95
%0
%25.85
%42.35

Codes

Color #35936D in popluar color models

35 93 6D
RGB 53 147 109
HSL 156° 47.00% 39.22%
HSB/HSV 156° 63.95% 57.65%
CMYK 63.95% 0.00% 25.85%
42.35%

Color #35936D in popluar number systems.

HEX 35 93 6D
Decimal 53 147 109
Binary 110101 10010011 1101101
Octal 65 223 155

Shades and tints

Shades of #35936D

#35936D
(53,147,109)
#318664
(49,134,100)
#2D795B
(45,121,91)
#296C52
(41,108,82)
#255F49
(37,95,73)
#215240
(33,82,64)
#1D4537
(29,69,55)
#19382E
(25,56,46)
#152B25
(21,43,37)
#111E1C
(17,30,28)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #35936D

#35936D
(53,147,109)
#479C7A
(71,156,122)
#59A587
(89,165,135)
#6BAE94
(107,174,148)
#7DB7A1
(125,183,161)
#8FC0AE
(143,192,174)
#A1C9BB
(161,201,187)
#B3D2C8
(179,210,200)
#C5DBD5
(197,219,213)
#D7E4E2
(215,228,226)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35936D color. Also use rgb(53,147,109) instead hex code.

Text Font Color

.myTextColor { color: #35936D; }

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

This text font color is #35936D.

Background Color

.myBgColor { background-color: #35936D; }

<div style="background-color:#35936D">Inner text</div>

This div background color is #35936D.

Border color

.myBorderColor { border: 1px solid #35936D; }

<div style="border:3px solid #35936D">Div</div>

This div border color is #35936D.

Opacity

.myOpacity80 { color: #35936D; opacity: 0.8; }

<p style="color:#35936D;opacity:0.8;">80%</p>

Text with #35936D 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 #35936D;}

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

This text has shadow with #35936D color.


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

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

This text has shadow with #35936D primary color and red secondary color.


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

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

This text has shadow with #35936D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #35936D.

Preview

Color preview on black background

This text has color #35936D on black background.


Color preview on white background

This text has color #35936D on white background.


Black color preview on #35936D background

This text has black color on #35936D background.


White color preview on #35936D background

This text has white color on #35936D background.


Related colors

Complementary color

Complementary color for #hex is #CA6C92.


I love getcolorcode.com

Triadic colors

1 #6D3593 and #936D35 with #35936D are triadic colors.

2 #6D9335 and #93356D with #35936D are triadic colors.