COLOR #35B46D

HEX: #35B46D
RGB: (53,180,109)

Color info

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

RGB color model

#35B46D color RGB value is (53,180,109).

  • red value is 53;
  • green value is 180;
  • blue value is 109.
RGB:
(53,180,109)
(21%,71%,43%)

RGB channels and saturation

R 53 of 255 = 21%
G 180 of 255 = 71%
B 109 of 255 = 43%

53
180
109

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

Portions of RGB colors in percentages

R + G + B =
53 + 180 + 109 = 342 (100%)
R 53 of 342 ~ 15.5%
G 180 of 342 ~ 52.63%
B 109 of 342 ~ 31.87%

%15.5
%52.63
%31.87

CMYK color model

#35B46D color CMYK value is (71,0,39,29).

  • cyan value is 70.56%
  • magenta value is 0.00%
  • yellow value is 39.44%
  • key color value is 29.41%
CMYK:
(71,0,39,29)
C71M0Y39K29 
(71%,0%,39%,29%)
(0.71/0.00/0.39/0.29)	

CMYK percentages

%70.56
%0
%39.44
%29.41

Codes

Color #35B46D in popluar color models

35B46D
RGB53180109
HSL146°54.51%45.69%
HSB/HSV146°70.56%70.59%
CMYK70.56%0.00%39.44%
29.41%

Color #35B46D in popluar number systems.

HEX35B46D
Decimal53180109
Binary110101101101001101101
Octal65264155

Shades and tints

Shades of #35B46D

#35B46D
(53,180,109)
#31A464
(49,164,100)
#2D945B
(45,148,91)
#298452
(41,132,82)
#257449
(37,116,73)
#216440
(33,100,64)
#1D5437
(29,84,55)
#19442E
(25,68,46)
#153425
(21,52,37)
#11241C
(17,36,28)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #35B46D

#35B46D
(53,180,109)
#47BA7A
(71,186,122)
#59C087
(89,192,135)
#6BC694
(107,198,148)
#7DCCA1
(125,204,161)
#8FD2AE
(143,210,174)
#A1D8BB
(161,216,187)
#B3DEC8
(179,222,200)
#C5E4D5
(197,228,213)
#D7EAE2
(215,234,226)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35B46D color. Also use rgb(53,180,109) instead hex code.

Text Font Color

.myTextColor { color: #35B46D; }

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

This text font color is #35B46D.


Background Color

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

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

This div background color is #35B46D.


Border color

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

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

This div border color is #35B46D.


Opacity

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

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

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

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

This text has shadow with #35B46D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35B46D on black background.


Color preview on white background

This text has color #35B46D on white background.



Black color preview on #35B46D background

This text has black color on #35B46D background.


White color preview on #35B46D background

This text has white color on #35B46D background.