COLOR #35A741

HEX: #35A741
RGB: (53,167,65)

Color info

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

RGB color model

#35A741 color RGB value is (53,167,65).

  • red value is 53;
  • green value is 167;
  • blue value is 65.
RGB:
(53,167,65)
(21%,65%,25%)

RGB channels and saturation

R 53 of 255 = 21%
G 167 of 255 = 65%
B 65 of 255 = 25%

53
167
65

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

Portions of RGB colors in percentages

R + G + B =
53 + 167 + 65 = 285 (100%)
R 53 of 285 ~ 18.6%
G 167 of 285 ~ 58.6%
B 65 of 285 ~ 22.81%

%18.6
%58.6
%22.81

CMYK color model

#35A741 color CMYK value is (68,0,61,35).

  • cyan value is 68.26%
  • magenta value is 0.00%
  • yellow value is 61.08%
  • key color value is 34.51%
CMYK:
(68,0,61,35)
C68M0Y61K35 
(68%,0%,61%,35%)
(0.68/0.00/0.61/0.35)	

CMYK percentages

%68.26
%0
%61.08
%34.51

Codes

Color #35A741 in popluar color models

35A741
RGB5316765
HSL126°51.82%43.14%
HSB/HSV126°68.26%65.49%
CMYK68.26%0.00%61.08%
34.51%

Color #35A741 in popluar number systems.

HEX35A741
Decimal5316765
Binary110101101001111000001
Octal65247101

Shades and tints

Shades of #35A741

#35A741
(53,167,65)
#31983C
(49,152,60)
#2D8937
(45,137,55)
#297A32
(41,122,50)
#256B2D
(37,107,45)
#215C28
(33,92,40)
#1D4D23
(29,77,35)
#193E1E
(25,62,30)
#152F19
(21,47,25)
#112014
(17,32,20)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #35A741

#35A741
(53,167,65)
#47AF52
(71,175,82)
#59B763
(89,183,99)
#6BBF74
(107,191,116)
#7DC785
(125,199,133)
#8FCF96
(143,207,150)
#A1D7A7
(161,215,167)
#B3DFB8
(179,223,184)
#C5E7C9
(197,231,201)
#D7EFDA
(215,239,218)
#E9F7EB
(233,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35A741 color. Also use rgb(53,167,65) instead hex code.

Text Font Color

.myTextColor { color: #35A741; }

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

This text font color is #35A741.


Background Color

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

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

This div background color is #35A741.


Border color

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

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

This div border color is #35A741.


Opacity

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

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

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

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

This text has shadow with #35A741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35A741 on black background.


Color preview on white background

This text has color #35A741 on white background.



Black color preview on #35A741 background

This text has black color on #35A741 background.


White color preview on #35A741 background

This text has white color on #35A741 background.