COLOR #35822A

HEX: #35822A RGB: (53,130,42)

Color info

#35822A contains mainly green color. Web safe color of #35822A is #339933 (or #393).

RGB color model

#35822A color RGB value is (53,130,42).

RGB: (53,130,42) (21%, 51%, 16%)

RGB channels and saturation

R 53 of 255 = 21%
G 130 of 255 = 51%
B 42 of 255 = 16%

53
130
42

R + G + B ~ 29%. #35822A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 130 + 42 = 225 (100%)
R 53 of 225 ~ 23.56%
G 130 of 225 ~ 57.78%
B 42 of 225 ~ 18.67'%

%23.56
%57.78
%18.67

CMYK color model

#35822A color CMYK value is (59,0,68,49).

  • cyan value is 59.23%
  • magenta value is 0.00%
  • yellow value is 67.69%
  • key color value is 49.02%

CMYK: (59,0,68,49)
C59M0Y68K49 (59%, 0%, 68%, 49%)
(0.59 / 0.00 / 0.68 / 0.49)

CMYK percentages

%59.23
%0
%67.69
%49.02

Codes

Color #35822A in popluar color models

35 82 2A
RGB 53 130 42
HSL 113° 51.16% 33.73%
HSB/HSV 113° 67.69% 50.98%
CMYK 59.23% 0.00% 67.69%
49.02%

Color #35822A in popluar number systems.

HEX 35 82 2A
Decimal 53 130 42
Binary 110101 10000010 101010
Octal 65 202 52

Shades and tints

Shades of #35822A

#35822A
(53,130,42)
#317727
(49,119,39)
#2D6C24
(45,108,36)
#296121
(41,97,33)
#25561E
(37,86,30)
#214B1B
(33,75,27)
#1D4018
(29,64,24)
#193515
(25,53,21)
#152A12
(21,42,18)
#111F0F
(17,31,15)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #35822A

#35822A
(53,130,42)
#478D3D
(71,141,61)
#599850
(89,152,80)
#6BA363
(107,163,99)
#7DAE76
(125,174,118)
#8FB989
(143,185,137)
#A1C49C
(161,196,156)
#B3CFAF
(179,207,175)
#C5DAC2
(197,218,194)
#D7E5D5
(215,229,213)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35822A color. Also use rgb(53,130,42) instead hex code.

Text Font Color

.myTextColor { color: #35822A; }

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

This text font color is #35822A.

Background Color

.myBgColor { background-color: #35822A; }

<div style="background-color:#35822A">Inner text</div>

This div background color is #35822A.

Border color

.myBorderColor { border: 1px solid #35822A; }

<div style="border:3px solid #35822A">Div</div>

This div border color is #35822A.

Opacity

.myOpacity80 { color: #35822A; opacity: 0.8; }

<p style="color:#35822A;opacity:0.8;">80%</p>

Text with #35822A 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 #35822A;}

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

This text has shadow with #35822A color.


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

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

This text has shadow with #35822A primary color and red secondary color.


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

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

This text has shadow with #35822A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #35822A.

Preview

Color preview on black background

This text has color #35822A on black background.


Color preview on white background

This text has color #35822A on white background.


Black color preview on #35822A background

This text has black color on #35822A background.


White color preview on #35822A background

This text has white color on #35822A background.


Related colors

Complementary color

Complementary color for #hex is #CA7DD5.


I love getcolorcode.com

Triadic colors

1 #2A3582 and #822A35 with #35822A are triadic colors.

2 #2A8235 and #82352A with #35822A are triadic colors.