COLOR #35957D

HEX: #35957D RGB: (53,149,125)

Color info

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

RGB color model

#35957D color RGB value is (53,149,125).

RGB: (53,149,125) (21%, 58%, 49%)

RGB channels and saturation

R 53 of 255 = 21%
G 149 of 255 = 58%
B 125 of 255 = 49%

53
149
125

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

Portions of RGB colors in percentages

R + G + B = 53 + 149 + 125 = 327 (100%)
R 53 of 327 ~ 16.21%
G 149 of 327 ~ 45.57%
B 125 of 327 ~ 38.23'%

%16.21
%45.57
%38.23

CMYK color model

#35957D color CMYK value is (64,0,16,42).

  • cyan value is 64.43%
  • magenta value is 0.00%
  • yellow value is 16.11%
  • key color value is 41.57%

CMYK: (64,0,16,42)
C64M0Y16K42 (64%, 0%, 16%, 42%)
(0.64 / 0.00 / 0.16 / 0.42)

CMYK percentages

%64.43
%0
%16.11
%41.57

Codes

Color #35957D in popluar color models

35 95 7D
RGB 53 149 125
HSL 165° 47.52% 39.61%
HSB/HSV 165° 64.43% 58.43%
CMYK 64.43% 0.00% 16.11%
41.57%

Color #35957D in popluar number systems.

HEX 35 95 7D
Decimal 53 149 125
Binary 110101 10010101 1111101
Octal 65 225 175

Shades and tints

Shades of #35957D

#35957D
(53,149,125)
#318872
(49,136,114)
#2D7B67
(45,123,103)
#296E5C
(41,110,92)
#256151
(37,97,81)
#215446
(33,84,70)
#1D473B
(29,71,59)
#193A30
(25,58,48)
#152D25
(21,45,37)
#11201A
(17,32,26)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #35957D

#35957D
(53,149,125)
#479E88
(71,158,136)
#59A793
(89,167,147)
#6BB09E
(107,176,158)
#7DB9A9
(125,185,169)
#8FC2B4
(143,194,180)
#A1CBBF
(161,203,191)
#B3D4CA
(179,212,202)
#C5DDD5
(197,221,213)
#D7E6E0
(215,230,224)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35957D color. Also use rgb(53,149,125) instead hex code.

Text Font Color

.myTextColor { color: #35957D; }

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

This text font color is #35957D.

Background Color

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

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

This div background color is #35957D.

Border color

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

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

This div border color is #35957D.

Opacity

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

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

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

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

This text has shadow with #35957D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35957D.

Preview

Color preview on black background

This text has color #35957D on black background.


Color preview on white background

This text has color #35957D on white background.


Black color preview on #35957D background

This text has black color on #35957D background.


White color preview on #35957D background

This text has white color on #35957D background.


Related colors

Complementary color

Complementary color for #hex is #CA6A82.


I love getcolorcode.com

Triadic colors

1 #7D3595 and #957D35 with #35957D are triadic colors.

2 #7D9535 and #95357D with #35957D are triadic colors.