COLOR #35B07C

HEX: #35B07C
RGB: (53,176,124)

Color info

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

RGB color model

#35B07C color RGB value is (53,176,124).

  • red value is 53;
  • green value is 176;
  • blue value is 124.
RGB:
(53,176,124)
(21%,69%,49%)

RGB channels and saturation

R 53 of 255 = 21%
G 176 of 255 = 69%
B 124 of 255 = 49%

53
176
124

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

Portions of RGB colors in percentages

R + G + B =
53 + 176 + 124 = 353 (100%)
R 53 of 353 ~ 15.01%
G 176 of 353 ~ 49.86%
B 124 of 353 ~ 35.13%

%15.01
%49.86
%35.13

CMYK color model

#35B07C color CMYK value is (70,0,30,31).

  • cyan value is 69.89%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 30.98%
CMYK:
(70,0,30,31)
C70M0Y30K31 
(70%,0%,30%,31%)
(0.70/0.00/0.30/0.31)	

CMYK percentages

%69.89
%0
%29.55
%30.98

Codes

Color #35B07C in popluar color models

35B07C
RGB53176124
HSL155°53.71%44.90%
HSB/HSV155°69.89%69.02%
CMYK69.89%0.00%29.55%
30.98%

Color #35B07C in popluar number systems.

HEX35B07C
Decimal53176124
Binary110101101100001111100
Octal65260174

Shades and tints

Shades of #35B07C

#35B07C
(53,176,124)
#31A071
(49,160,113)
#2D9066
(45,144,102)
#29805B
(41,128,91)
#257050
(37,112,80)
#216045
(33,96,69)
#1D503A
(29,80,58)
#19402F
(25,64,47)
#153024
(21,48,36)
#112019
(17,32,25)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #35B07C

#35B07C
(53,176,124)
#47B787
(71,183,135)
#59BE92
(89,190,146)
#6BC59D
(107,197,157)
#7DCCA8
(125,204,168)
#8FD3B3
(143,211,179)
#A1DABE
(161,218,190)
#B3E1C9
(179,225,201)
#C5E8D4
(197,232,212)
#D7EFDF
(215,239,223)
#E9F6EA
(233,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35B07C color. Also use rgb(53,176,124) instead hex code.

Text Font Color

.myTextColor { color: #35B07C; }

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

This text font color is #35B07C.


Background Color

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

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

This div background color is #35B07C.


Border color

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

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

This div border color is #35B07C.


Opacity

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

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

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

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

This text has shadow with #35B07C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35B07C on black background.


Color preview on white background

This text has color #35B07C on white background.



Black color preview on #35B07C background

This text has black color on #35B07C background.


White color preview on #35B07C background

This text has white color on #35B07C background.