COLOR #35BE7F

HEX: #35BE7F
RGB: (53,190,127)

Color info

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

RGB color model

#35BE7F color RGB value is (53,190,127).

  • red value is 53;
  • green value is 190;
  • blue value is 127.
RGB:
(53,190,127)
(21%,75%,50%)

RGB channels and saturation

R 53 of 255 = 21%
G 190 of 255 = 75%
B 127 of 255 = 50%

53
190
127

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

Portions of RGB colors in percentages

R + G + B =
53 + 190 + 127 = 370 (100%)
R 53 of 370 ~ 14.32%
G 190 of 370 ~ 51.35%
B 127 of 370 ~ 34.32%

%14.32
%51.35
%34.32

CMYK color model

#35BE7F color CMYK value is (72,0,33,25).

  • cyan value is 72.11%
  • magenta value is 0.00%
  • yellow value is 33.16%
  • key color value is 25.49%
CMYK:
(72,0,33,25)
C72M0Y33K25 
(72%,0%,33%,25%)
(0.72/0.00/0.33/0.25)	

CMYK percentages

%72.11
%0
%33.16
%25.49

Codes

Color #35BE7F in popluar color models

35BE7F
RGB53190127
HSL152°56.38%47.65%
HSB/HSV152°72.11%74.51%
CMYK72.11%0.00%33.16%
25.49%

Color #35BE7F in popluar number systems.

HEX35BE7F
Decimal53190127
Binary110101101111101111111
Octal65276177

Shades and tints

Shades of #35BE7F

#35BE7F
(53,190,127)
#31AD74
(49,173,116)
#2D9C69
(45,156,105)
#298B5E
(41,139,94)
#257A53
(37,122,83)
#216948
(33,105,72)
#1D583D
(29,88,61)
#194732
(25,71,50)
#153627
(21,54,39)
#11251C
(17,37,28)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #35BE7F

#35BE7F
(53,190,127)
#47C38A
(71,195,138)
#59C895
(89,200,149)
#6BCDA0
(107,205,160)
#7DD2AB
(125,210,171)
#8FD7B6
(143,215,182)
#A1DCC1
(161,220,193)
#B3E1CC
(179,225,204)
#C5E6D7
(197,230,215)
#D7EBE2
(215,235,226)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35BE7F color. Also use rgb(53,190,127) instead hex code.

Text Font Color

.myTextColor { color: #35BE7F; }

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

This text font color is #35BE7F.


Background Color

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

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

This div background color is #35BE7F.


Border color

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

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

This div border color is #35BE7F.


Opacity

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

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

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

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

This text has shadow with #35BE7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35BE7F on black background.


Color preview on white background

This text has color #35BE7F on white background.



Black color preview on #35BE7F background

This text has black color on #35BE7F background.


White color preview on #35BE7F background

This text has white color on #35BE7F background.