COLOR #35977B

HEX: #35977B
RGB: (53,151,123)

Color info

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

RGB color model

#35977B color RGB value is (53,151,123).

  • red value is 53;
  • green value is 151;
  • blue value is 123.
RGB:
(53,151,123)
(21%,59%,48%)

RGB channels and saturation

R 53 of 255 = 21%
G 151 of 255 = 59%
B 123 of 255 = 48%

53
151
123

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

Portions of RGB colors in percentages

R + G + B =
53 + 151 + 123 = 327 (100%)
R 53 of 327 ~ 16.21%
G 151 of 327 ~ 46.18%
B 123 of 327 ~ 37.61%

%16.21
%46.18
%37.61

CMYK color model

#35977B color CMYK value is (65,0,19,41).

  • cyan value is 64.90%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 40.78%
CMYK:
(65,0,19,41)
C65M0Y19K41 
(65%,0%,19%,41%)
(0.65/0.00/0.19/0.41)	

CMYK percentages

%64.9
%0
%18.54
%40.78

Codes

Color #35977B in popluar color models

35977B
RGB53151123
HSL163°48.04%40.00%
HSB/HSV163°64.90%59.22%
CMYK64.90%0.00%18.54%
40.78%

Color #35977B in popluar number systems.

HEX35977B
Decimal53151123
Binary110101100101111111011
Octal65227173

Shades and tints

Shades of #35977B

#35977B
(53,151,123)
#318A70
(49,138,112)
#2D7D65
(45,125,101)
#29705A
(41,112,90)
#25634F
(37,99,79)
#215644
(33,86,68)
#1D4939
(29,73,57)
#193C2E
(25,60,46)
#152F23
(21,47,35)
#112218
(17,34,24)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #35977B

#35977B
(53,151,123)
#47A087
(71,160,135)
#59A993
(89,169,147)
#6BB29F
(107,178,159)
#7DBBAB
(125,187,171)
#8FC4B7
(143,196,183)
#A1CDC3
(161,205,195)
#B3D6CF
(179,214,207)
#C5DFDB
(197,223,219)
#D7E8E7
(215,232,231)
#E9F1F3
(233,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35977B color. Also use rgb(53,151,123) instead hex code.

Text Font Color

.myTextColor { color: #35977B; }

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

This text font color is #35977B.


Background Color

.myBgColor { background-color: #35977B; }

<div style="background-color:#35977B">Inner text</div>

This div background color is #35977B.


Border color

.myBorderColor { border: 1px solid #35977B; }

<div style="border:3px solid #35977B">Div</div>

This div border color is #35977B.


Opacity

.myOpacity80 { color: #35977B; opacity: 0.8; }

<p style="color:#35977B;opacity:0.8;">80%</p>

Text with #35977B 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 #35977B;}

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

This text has shadow with #35977B color.

.textShadow {text-shadow: 3px 3px 1px #35977B, 3px 3px 1px red;}

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

This text has shadow with #35977B primary color and red secondary color.


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

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

This text has shadow with #35977B and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #35977B;
-webkit-box-shadow: 1px 1px 3px 2px #35977B;
box-shadow:1px 1px 3px 2px #35977B;">
Div content here</div>
This div box has shadow with color #35977B.

Preview

Color preview on black background

This text has color #35977B on black background.


Color preview on white background

This text has color #35977B on white background.



Black color preview on #35977B background

This text has black color on #35977B background.


White color preview on #35977B background

This text has white color on #35977B background.