COLOR #35812D

HEX: #35812D
RGB: (53,129,45)

Color info

#35812D contains mainly green color. Web safe color of #35812D is #339933 (or #393).

RGB color model

#35812D color RGB value is (53,129,45).

  • red value is 53;
  • green value is 129;
  • blue value is 45.
RGB:
(53,129,45)
(21%,51%,18%)

RGB channels and saturation

R 53 of 255 = 21%
G 129 of 255 = 51%
B 45 of 255 = 18%

53
129
45

R + G + B ~ 30%. #35812D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 129 + 45 = 227 (100%)
R 53 of 227 ~ 23.35%
G 129 of 227 ~ 56.83%
B 45 of 227 ~ 19.82%

%23.35
%56.83
%19.82

CMYK color model

#35812D color CMYK value is (59,0,65,49).

  • cyan value is 58.91%
  • magenta value is 0.00%
  • yellow value is 65.12%
  • key color value is 49.41%
CMYK:
(59,0,65,49)
C59M0Y65K49 
(59%,0%,65%,49%)
(0.59/0.00/0.65/0.49)	

CMYK percentages

%58.91
%0
%65.12
%49.41

Codes

Color #35812D in popluar color models

35812D
RGB5312945
HSL114°48.28%34.12%
HSB/HSV114°65.12%50.59%
CMYK58.91%0.00%65.12%
49.41%

Color #35812D in popluar number systems.

HEX35812D
Decimal5312945
Binary11010110000001101101
Octal6520155

Shades and tints

Shades of #35812D

#35812D
(53,129,45)
#317629
(49,118,41)
#2D6B25
(45,107,37)
#296021
(41,96,33)
#25551D
(37,85,29)
#214A19
(33,74,25)
#1D3F15
(29,63,21)
#193411
(25,52,17)
#15290D
(21,41,13)
#111E09
(17,30,9)
#0D1305
(13,19,5)
#000000
(0,0,0)

Tints of #35812D

#35812D
(53,129,45)
#478C40
(71,140,64)
#599753
(89,151,83)
#6BA266
(107,162,102)
#7DAD79
(125,173,121)
#8FB88C
(143,184,140)
#A1C39F
(161,195,159)
#B3CEB2
(179,206,178)
#C5D9C5
(197,217,197)
#D7E4D8
(215,228,216)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35812D color. Also use rgb(53,129,45) instead hex code.

Text Font Color

.myTextColor { color: #35812D; }

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

This text font color is #35812D.


Background Color

.myBgColor { background-color: #35812D; }

<div style="background-color:#35812D">Inner text</div>

This div background color is #35812D.


Border color

.myBorderColor { border: 1px solid #35812D; }

<div style="border:3px solid #35812D">Div</div>

This div border color is #35812D.


Opacity

.myOpacity80 { color: #35812D; opacity: 0.8; }

<p style="color:#35812D;opacity:0.8;">80%</p>

Text with #35812D 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 #35812D;}

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

This text has shadow with #35812D color.

.textShadow {text-shadow: 3px 3px 1px #35812D, 3px 3px 1px red;}

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

This text has shadow with #35812D primary color and red secondary color.


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

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

This text has shadow with #35812D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35812D on black background.


Color preview on white background

This text has color #35812D on white background.



Black color preview on #35812D background

This text has black color on #35812D background.


White color preview on #35812D background

This text has white color on #35812D background.