COLOR #357831

HEX: #357831
RGB: (53,120,49)

Color info

#357831 contains mainly green color. Web safe color of #357831 is #336633 (or #363).

RGB color model

#357831 color RGB value is (53,120,49).

  • red value is 53;
  • green value is 120;
  • blue value is 49.
RGB:
(53,120,49)
(21%,47%,19%)

RGB channels and saturation

R 53 of 255 = 21%
G 120 of 255 = 47%
B 49 of 255 = 19%

53
120
49

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

Portions of RGB colors in percentages

R + G + B =
53 + 120 + 49 = 222 (100%)
R 53 of 222 ~ 23.87%
G 120 of 222 ~ 54.05%
B 49 of 222 ~ 22.07%

%23.87
%54.05
%22.07

CMYK color model

#357831 color CMYK value is (56,0,59,53).

  • cyan value is 55.83%
  • magenta value is 0.00%
  • yellow value is 59.17%
  • key color value is 52.94%
CMYK:
(56,0,59,53)
C56M0Y59K53 
(56%,0%,59%,53%)
(0.56/0.00/0.59/0.53)	

CMYK percentages

%55.83
%0
%59.17
%52.94

Codes

Color #357831 in popluar color models

357831
RGB5312049
HSL117°42.01%33.14%
HSB/HSV117°59.17%47.06%
CMYK55.83%0.00%59.17%
52.94%

Color #357831 in popluar number systems.

HEX357831
Decimal5312049
Binary1101011111000110001
Octal6517061

Shades and tints

Shades of #357831

#357831
(53,120,49)
#316E2D
(49,110,45)
#2D6429
(45,100,41)
#295A25
(41,90,37)
#255021
(37,80,33)
#21461D
(33,70,29)
#1D3C19
(29,60,25)
#193215
(25,50,21)
#152811
(21,40,17)
#111E0D
(17,30,13)
#0D1409
(13,20,9)
#000000
(0,0,0)

Tints of #357831

#357831
(53,120,49)
#478443
(71,132,67)
#599055
(89,144,85)
#6B9C67
(107,156,103)
#7DA879
(125,168,121)
#8FB48B
(143,180,139)
#A1C09D
(161,192,157)
#B3CCAF
(179,204,175)
#C5D8C1
(197,216,193)
#D7E4D3
(215,228,211)
#E9F0E5
(233,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357831 color. Also use rgb(53,120,49) instead hex code.

Text Font Color

.myTextColor { color: #357831; }

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

This text font color is #357831.


Background Color

.myBgColor { background-color: #357831; }

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

This div background color is #357831.


Border color

.myBorderColor { border: 1px solid #357831; }

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

This div border color is #357831.


Opacity

.myOpacity80 { color: #357831; opacity: 0.8; }

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

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

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

This text has shadow with #357831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357831 on black background.


Color preview on white background

This text has color #357831 on white background.



Black color preview on #357831 background

This text has black color on #357831 background.


White color preview on #357831 background

This text has white color on #357831 background.