COLOR #35833A

HEX: #35833A
RGB: (53,131,58)

Color info

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

RGB color model

#35833A color RGB value is (53,131,58).

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

RGB channels and saturation

R 53 of 255 = 21%
G 131 of 255 = 51%
B 58 of 255 = 23%

53
131
58

R + G + B ~ 32%. #35833A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 131 + 58 = 242 (100%)
R 53 of 242 ~ 21.9%
G 131 of 242 ~ 54.13%
B 58 of 242 ~ 23.97%

%21.9
%54.13
%23.97

CMYK color model

#35833A color CMYK value is (60,0,56,49).

  • cyan value is 59.54%
  • magenta value is 0.00%
  • yellow value is 55.73%
  • key color value is 48.63%
CMYK:
(60,0,56,49)
C60M0Y56K49 
(60%,0%,56%,49%)
(0.60/0.00/0.56/0.49)	

CMYK percentages

%59.54
%0
%55.73
%48.63

Codes

Color #35833A in popluar color models

35833A
RGB5313158
HSL124°42.39%36.08%
HSB/HSV124°59.54%51.37%
CMYK59.54%0.00%55.73%
48.63%

Color #35833A in popluar number systems.

HEX35833A
Decimal5313158
Binary11010110000011111010
Octal6520372

Shades and tints

Shades of #35833A

#35833A
(53,131,58)
#317835
(49,120,53)
#2D6D30
(45,109,48)
#29622B
(41,98,43)
#255726
(37,87,38)
#214C21
(33,76,33)
#1D411C
(29,65,28)
#193617
(25,54,23)
#152B12
(21,43,18)
#11200D
(17,32,13)
#0D1508
(13,21,8)
#000000
(0,0,0)

Tints of #35833A

#35833A
(53,131,58)
#478E4B
(71,142,75)
#59995C
(89,153,92)
#6BA46D
(107,164,109)
#7DAF7E
(125,175,126)
#8FBA8F
(143,186,143)
#A1C5A0
(161,197,160)
#B3D0B1
(179,208,177)
#C5DBC2
(197,219,194)
#D7E6D3
(215,230,211)
#E9F1E4
(233,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35833A color. Also use rgb(53,131,58) instead hex code.

Text Font Color

.myTextColor { color: #35833A; }

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

This text font color is #35833A.


Background Color

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

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

This div background color is #35833A.


Border color

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

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

This div border color is #35833A.


Opacity

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

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

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

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

This text has shadow with #35833A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35833A on black background.


Color preview on white background

This text has color #35833A on white background.



Black color preview on #35833A background

This text has black color on #35833A background.


White color preview on #35833A background

This text has white color on #35833A background.