COLOR #35831D

HEX: #35831D
RGB: (53,131,29)

Color info

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

RGB color model

#35831D color RGB value is (53,131,29).

  • red value is 53;
  • green value is 131;
  • blue value is 29.
RGB:
(53,131,29)
(21%,51%,11%)

RGB channels and saturation

R 53 of 255 = 21%
G 131 of 255 = 51%
B 29 of 255 = 11%

53
131
29

R + G + B ~ 28%. #35831D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 131 + 29 = 213 (100%)
R 53 of 213 ~ 24.88%
G 131 of 213 ~ 61.5%
B 29 of 213 ~ 13.62%

%24.88
%61.5
%13.62

CMYK color model

#35831D color CMYK value is (60,0,78,49).

  • cyan value is 59.54%
  • magenta value is 0.00%
  • yellow value is 77.86%
  • key color value is 48.63%
CMYK:
(60,0,78,49)
C60M0Y78K49 
(60%,0%,78%,49%)
(0.60/0.00/0.78/0.49)	

CMYK percentages

%59.54
%0
%77.86
%48.63

Codes

Color #35831D in popluar color models

35831D
RGB5313129
HSL106°63.75%31.37%
HSB/HSV106°77.86%51.37%
CMYK59.54%0.00%77.86%
48.63%

Color #35831D in popluar number systems.

HEX35831D
Decimal5313129
Binary1101011000001111101
Octal6520335

Shades and tints

Shades of #35831D

#35831D
(53,131,29)
#31781B
(49,120,27)
#2D6D19
(45,109,25)
#296217
(41,98,23)
#255715
(37,87,21)
#214C13
(33,76,19)
#1D4111
(29,65,17)
#19360F
(25,54,15)
#152B0D
(21,43,13)
#11200B
(17,32,11)
#0D1509
(13,21,9)
#000000
(0,0,0)

Tints of #35831D

#35831D
(53,131,29)
#478E31
(71,142,49)
#599945
(89,153,69)
#6BA459
(107,164,89)
#7DAF6D
(125,175,109)
#8FBA81
(143,186,129)
#A1C595
(161,197,149)
#B3D0A9
(179,208,169)
#C5DBBD
(197,219,189)
#D7E6D1
(215,230,209)
#E9F1E5
(233,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35831D color. Also use rgb(53,131,29) instead hex code.

Text Font Color

.myTextColor { color: #35831D; }

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

This text font color is #35831D.


Background Color

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

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

This div background color is #35831D.


Border color

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

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

This div border color is #35831D.


Opacity

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

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

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

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

This text has shadow with #35831D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35831D on black background.


Color preview on white background

This text has color #35831D on white background.



Black color preview on #35831D background

This text has black color on #35831D background.


White color preview on #35831D background

This text has white color on #35831D background.