COLOR #35A533

HEX: #35A533 RGB: (53,165,51)

Color info

#35A533 contains mainly green color. Web safe color of #35A533 is #339933 (or #393).

RGB color model

#35A533 color RGB value is (53,165,51).

RGB: (53,165,51) (21%, 65%, 20%)

RGB channels and saturation

R 53 of 255 = 21%
G 165 of 255 = 65%
B 51 of 255 = 20%

53
165
51

R + G + B ~ 35%. #35A533 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 165 + 51 = 269 (100%)
R 53 of 269 ~ 19.7%
G 165 of 269 ~ 61.34%
B 51 of 269 ~ 18.96'%

%19.7
%61.34
%18.96

CMYK color model

#35A533 color CMYK value is (68,0,69,35).

  • cyan value is 67.88%
  • magenta value is 0.00%
  • yellow value is 69.09%
  • key color value is 35.29%

CMYK: (68,0,69,35)
C68M0Y69K35 (68%, 0%, 69%, 35%)
(0.68 / 0.00 / 0.69 / 0.35)

CMYK percentages

%67.88
%0
%69.09
%35.29

Codes

Color #35A533 in popluar color models

35 A5 33
RGB 53 165 51
HSL 119° 52.78% 42.35%
HSB/HSV 119° 69.09% 64.71%
CMYK 67.88% 0.00% 69.09%
35.29%

Color #35A533 in popluar number systems.

HEX 35 A5 33
Decimal 53 165 51
Binary 110101 10100101 110011
Octal 65 245 63

Shades and tints

Shades of #35A533

#35A533
(53,165,51)
#31962F
(49,150,47)
#2D872B
(45,135,43)
#297827
(41,120,39)
#256923
(37,105,35)
#215A1F
(33,90,31)
#1D4B1B
(29,75,27)
#193C17
(25,60,23)
#152D13
(21,45,19)
#111E0F
(17,30,15)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #35A533

#35A533
(53,165,51)
#47AD45
(71,173,69)
#59B557
(89,181,87)
#6BBD69
(107,189,105)
#7DC57B
(125,197,123)
#8FCD8D
(143,205,141)
#A1D59F
(161,213,159)
#B3DDB1
(179,221,177)
#C5E5C3
(197,229,195)
#D7EDD5
(215,237,213)
#E9F5E7
(233,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35A533 color. Also use rgb(53,165,51) instead hex code.

Text Font Color

.myTextColor { color: #35A533; }

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

This text font color is #35A533.

Background Color

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

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

This div background color is #35A533.

Border color

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

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

This div border color is #35A533.

Opacity

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

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

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

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

This text has shadow with #35A533 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35A533.

Preview

Color preview on black background

This text has color #35A533 on black background.


Color preview on white background

This text has color #35A533 on white background.


Black color preview on #35A533 background

This text has black color on #35A533 background.


White color preview on #35A533 background

This text has white color on #35A533 background.


Related colors

Complementary color

Complementary color for #hex is #CA5ACC.


I love getcolorcode.com

Triadic colors

1 #3335A5 and #A53335 with #35A533 are triadic colors.

2 #33A535 and #A53533 with #35A533 are triadic colors.