COLOR #35820A

HEX: #35820A
RGB: (53,130,10)

Color info

#35820A contains mainly green color. Web safe color of #35820A is #339900 (or #390).

RGB color model

#35820A color RGB value is (53,130,10).

  • red value is 53;
  • green value is 130;
  • blue value is 10.
RGB:
(53,130,10)
(21%,51%,4%)

RGB channels and saturation

R 53 of 255 = 21%
G 130 of 255 = 51%
B 10 of 255 = 4%

53
130
10

R + G + B ~ 25%. #35820A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 130 + 10 = 193 (100%)
R 53 of 193 ~ 27.46%
G 130 of 193 ~ 67.36%
B 10 of 193 ~ 5.18%

%27.46
%67.36

CMYK color model

#35820A color CMYK value is (59,0,92,49).

  • cyan value is 59.23%
  • magenta value is 0.00%
  • yellow value is 92.31%
  • key color value is 49.02%
CMYK:
(59,0,92,49)
C59M0Y92K49 
(59%,0%,92%,49%)
(0.59/0.00/0.92/0.49)	

CMYK percentages

%59.23
%0
%92.31
%49.02

Codes

Color #35820A in popluar color models

35820A
RGB5313010
HSL99°85.71%27.45%
HSB/HSV99°92.31%50.98%
CMYK59.23%0.00%92.31%
49.02%

Color #35820A in popluar number systems.

HEX35820A
Decimal5313010
Binary110101100000101010
Octal6520212

Shades and tints

Shades of #35820A

#35820A
(53,130,10)
#31770A
(49,119,10)
#2D6C0A
(45,108,10)
#29610A
(41,97,10)
#25560A
(37,86,10)
#214B0A
(33,75,10)
#1D400A
(29,64,10)
#19350A
(25,53,10)
#152A0A
(21,42,10)
#111F0A
(17,31,10)
#0D140A
(13,20,10)
#000000
(0,0,0)

Tints of #35820A

#35820A
(53,130,10)
#478D20
(71,141,32)
#599836
(89,152,54)
#6BA34C
(107,163,76)
#7DAE62
(125,174,98)
#8FB978
(143,185,120)
#A1C48E
(161,196,142)
#B3CFA4
(179,207,164)
#C5DABA
(197,218,186)
#D7E5D0
(215,229,208)
#E9F0E6
(233,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35820A; }

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

This text font color is #35820A.


Background Color

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

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

This div background color is #35820A.


Border color

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

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

This div border color is #35820A.


Opacity

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

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

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

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

This text has shadow with #35820A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35820A on black background.


Color preview on white background

This text has color #35820A on white background.



Black color preview on #35820A background

This text has black color on #35820A background.


White color preview on #35820A background

This text has white color on #35820A background.