COLOR #35C53B

HEX: #35C53B
RGB: (53,197,59)

Color info

#35C53B contains mainly green color. Web safe color of #35C53B is #33CC33 (or #3C3).

RGB color model

#35C53B color RGB value is (53,197,59).

  • red value is 53;
  • green value is 197;
  • blue value is 59.
RGB:
(53,197,59)
(21%,77%,23%)

RGB channels and saturation

R 53 of 255 = 21%
G 197 of 255 = 77%
B 59 of 255 = 23%

53
197
59

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

Portions of RGB colors in percentages

R + G + B =
53 + 197 + 59 = 309 (100%)
R 53 of 309 ~ 17.15%
G 197 of 309 ~ 63.75%
B 59 of 309 ~ 19.09%

%17.15
%63.75
%19.09

CMYK color model

#35C53B color CMYK value is (73,0,70,23).

  • cyan value is 73.10%
  • magenta value is 0.00%
  • yellow value is 70.05%
  • key color value is 22.75%
CMYK:
(73,0,70,23)
C73M0Y70K23 
(73%,0%,70%,23%)
(0.73/0.00/0.70/0.23)	

CMYK percentages

%73.1
%0
%70.05
%22.75

Codes

Color #35C53B in popluar color models

35C53B
RGB5319759
HSL123°57.60%49.02%
HSB/HSV123°73.10%77.25%
CMYK73.10%0.00%70.05%
22.75%

Color #35C53B in popluar number systems.

HEX35C53B
Decimal5319759
Binary11010111000101111011
Octal6530573

Shades and tints

Shades of #35C53B

#35C53B
(53,197,59)
#31B436
(49,180,54)
#2DA331
(45,163,49)
#29922C
(41,146,44)
#258127
(37,129,39)
#217022
(33,112,34)
#1D5F1D
(29,95,29)
#194E18
(25,78,24)
#153D13
(21,61,19)
#112C0E
(17,44,14)
#0D1B09
(13,27,9)
#000000
(0,0,0)

Tints of #35C53B

#35C53B
(53,197,59)
#47CA4C
(71,202,76)
#59CF5D
(89,207,93)
#6BD46E
(107,212,110)
#7DD97F
(125,217,127)
#8FDE90
(143,222,144)
#A1E3A1
(161,227,161)
#B3E8B2
(179,232,178)
#C5EDC3
(197,237,195)
#D7F2D4
(215,242,212)
#E9F7E5
(233,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35C53B color. Also use rgb(53,197,59) instead hex code.

Text Font Color

.myTextColor { color: #35C53B; }

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

This text font color is #35C53B.


Background Color

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

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

This div background color is #35C53B.


Border color

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

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

This div border color is #35C53B.


Opacity

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

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

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

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

This text has shadow with #35C53B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35C53B on black background.


Color preview on white background

This text has color #35C53B on white background.



Black color preview on #35C53B background

This text has black color on #35C53B background.


White color preview on #35C53B background

This text has white color on #35C53B background.