COLOR #356730

HEX: #356730
RGB: (53,103,48)

Color info

#356730 contains red, green and blue colors in about the same proportion. Web safe color of #356730 is #336633 (or #363).

RGB color model

#356730 color RGB value is (53,103,48).

  • red value is 53;
  • green value is 103;
  • blue value is 48.
RGB:
(53,103,48)
(21%,40%,19%)

RGB channels and saturation

R 53 of 255 = 21%
G 103 of 255 = 40%
B 48 of 255 = 19%

53
103
48

R + G + B ~ 27%. #356730 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 103 + 48 = 204 (100%)
R 53 of 204 ~ 25.98%
G 103 of 204 ~ 50.49%
B 48 of 204 ~ 23.53%

%25.98
%50.49
%23.53

CMYK color model

#356730 color CMYK value is (49,0,53,60).

  • cyan value is 48.54%
  • magenta value is 0.00%
  • yellow value is 53.40%
  • key color value is 59.61%
CMYK:
(49,0,53,60)
C49M0Y53K60 
(49%,0%,53%,60%)
(0.49/0.00/0.53/0.60)	

CMYK percentages

%48.54
%0
%53.4
%59.61

Codes

Color #356730 in popluar color models

356730
RGB5310348
HSL115°36.42%29.61%
HSB/HSV115°53.40%40.39%
CMYK48.54%0.00%53.40%
59.61%

Color #356730 in popluar number systems.

HEX356730
Decimal5310348
Binary1101011100111110000
Octal6514760

Shades and tints

Shades of #356730

#356730
(53,103,48)
#315E2C
(49,94,44)
#2D5528
(45,85,40)
#294C24
(41,76,36)
#254320
(37,67,32)
#213A1C
(33,58,28)
#1D3118
(29,49,24)
#192814
(25,40,20)
#151F10
(21,31,16)
#11160C
(17,22,12)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #356730

#356730
(53,103,48)
#477442
(71,116,66)
#598154
(89,129,84)
#6B8E66
(107,142,102)
#7D9B78
(125,155,120)
#8FA88A
(143,168,138)
#A1B59C
(161,181,156)
#B3C2AE
(179,194,174)
#C5CFC0
(197,207,192)
#D7DCD2
(215,220,210)
#E9E9E4
(233,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356730 color. Also use rgb(53,103,48) instead hex code.

Text Font Color

.myTextColor { color: #356730; }

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

This text font color is #356730.


Background Color

.myBgColor { background-color: #356730; }

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

This div background color is #356730.


Border color

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

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

This div border color is #356730.


Opacity

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

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

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

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

This text has shadow with #356730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356730 on black background.


Color preview on white background

This text has color #356730 on white background.



Black color preview on #356730 background

This text has black color on #356730 background.


White color preview on #356730 background

This text has white color on #356730 background.