COLOR #358731

HEX: #358731
RGB: (53,135,49)

Color info

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

RGB color model

#358731 color RGB value is (53,135,49).

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

RGB channels and saturation

R 53 of 255 = 21%
G 135 of 255 = 53%
B 49 of 255 = 19%

53
135
49

R + G + B ~ 31%. #358731 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 135 + 49 = 237 (100%)
R 53 of 237 ~ 22.36%
G 135 of 237 ~ 56.96%
B 49 of 237 ~ 20.68%

%22.36
%56.96
%20.68

CMYK color model

#358731 color CMYK value is (61,0,64,47).

  • cyan value is 60.74%
  • magenta value is 0.00%
  • yellow value is 63.70%
  • key color value is 47.06%
CMYK:
(61,0,64,47)
C61M0Y64K47 
(61%,0%,64%,47%)
(0.61/0.00/0.64/0.47)	

CMYK percentages

%60.74
%0
%63.7
%47.06

Codes

Color #358731 in popluar color models

358731
RGB5313549
HSL117°46.74%36.08%
HSB/HSV117°63.70%52.94%
CMYK60.74%0.00%63.70%
47.06%

Color #358731 in popluar number systems.

HEX358731
Decimal5313549
Binary11010110000111110001
Octal6520761

Shades and tints

Shades of #358731

#358731
(53,135,49)
#317B2D
(49,123,45)
#2D6F29
(45,111,41)
#296325
(41,99,37)
#255721
(37,87,33)
#214B1D
(33,75,29)
#1D3F19
(29,63,25)
#193315
(25,51,21)
#152711
(21,39,17)
#111B0D
(17,27,13)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #358731

#358731
(53,135,49)
#479143
(71,145,67)
#599B55
(89,155,85)
#6BA567
(107,165,103)
#7DAF79
(125,175,121)
#8FB98B
(143,185,139)
#A1C39D
(161,195,157)
#B3CDAF
(179,205,175)
#C5D7C1
(197,215,193)
#D7E1D3
(215,225,211)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #358731; }

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

This text font color is #358731.


Background Color

.myBgColor { background-color: #358731; }

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

This div background color is #358731.


Border color

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

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

This div border color is #358731.


Opacity

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

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

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

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

This text has shadow with #358731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #358731 on black background.


Color preview on white background

This text has color #358731 on white background.



Black color preview on #358731 background

This text has black color on #358731 background.


White color preview on #358731 background

This text has white color on #358731 background.