COLOR #35B879

HEX: #35B879
RGB: (53,184,121)

Color info

#35B879 contains mainly green color. Web safe color of #35B879 is #33CC66 (or #3C6).

RGB color model

#35B879 color RGB value is (53,184,121).

  • red value is 53;
  • green value is 184;
  • blue value is 121.
RGB:
(53,184,121)
(21%,72%,47%)

RGB channels and saturation

R 53 of 255 = 21%
G 184 of 255 = 72%
B 121 of 255 = 47%

53
184
121

R + G + B ~ 47%. #35B879 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 184 + 121 = 358 (100%)
R 53 of 358 ~ 14.8%
G 184 of 358 ~ 51.4%
B 121 of 358 ~ 33.8%

%14.8
%51.4
%33.8

CMYK color model

#35B879 color CMYK value is (71,0,34,28).

  • cyan value is 71.20%
  • magenta value is 0.00%
  • yellow value is 34.24%
  • key color value is 27.84%
CMYK:
(71,0,34,28)
C71M0Y34K28 
(71%,0%,34%,28%)
(0.71/0.00/0.34/0.28)	

CMYK percentages

%71.2
%0
%34.24
%27.84

Codes

Color #35B879 in popluar color models

35B879
RGB53184121
HSL151°55.27%46.47%
HSB/HSV151°71.20%72.16%
CMYK71.20%0.00%34.24%
27.84%

Color #35B879 in popluar number systems.

HEX35B879
Decimal53184121
Binary110101101110001111001
Octal65270171

Shades and tints

Shades of #35B879

#35B879
(53,184,121)
#31A86E
(49,168,110)
#2D9863
(45,152,99)
#298858
(41,136,88)
#25784D
(37,120,77)
#216842
(33,104,66)
#1D5837
(29,88,55)
#19482C
(25,72,44)
#153821
(21,56,33)
#112816
(17,40,22)
#0D180B
(13,24,11)
#000000
(0,0,0)

Tints of #35B879

#35B879
(53,184,121)
#47BE85
(71,190,133)
#59C491
(89,196,145)
#6BCA9D
(107,202,157)
#7DD0A9
(125,208,169)
#8FD6B5
(143,214,181)
#A1DCC1
(161,220,193)
#B3E2CD
(179,226,205)
#C5E8D9
(197,232,217)
#D7EEE5
(215,238,229)
#E9F4F1
(233,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35B879 color. Also use rgb(53,184,121) instead hex code.

Text Font Color

.myTextColor { color: #35B879; }

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

This text font color is #35B879.


Background Color

.myBgColor { background-color: #35B879; }

<div style="background-color:#35B879">Inner text</div>

This div background color is #35B879.


Border color

.myBorderColor { border: 1px solid #35B879; }

<div style="border:3px solid #35B879">Div</div>

This div border color is #35B879.


Opacity

.myOpacity80 { color: #35B879; opacity: 0.8; }

<p style="color:#35B879;opacity:0.8;">80%</p>

Text with #35B879 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 #35B879;}

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

This text has shadow with #35B879 color.

.textShadow {text-shadow: 3px 3px 1px #35B879, 3px 3px 1px red;}

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

This text has shadow with #35B879 primary color and red secondary color.


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

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

This text has shadow with #35B879 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35B879 on black background.


Color preview on white background

This text has color #35B879 on white background.



Black color preview on #35B879 background

This text has black color on #35B879 background.


White color preview on #35B879 background

This text has white color on #35B879 background.