COLOR #356750

HEX: #356750
RGB: (53,103,80)

Color info

#356750 contains red, green and blue colors in about the same proportion. Web safe color of #356750 is #336666 (or #366).

RGB color model

#356750 color RGB value is (53,103,80).

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

RGB channels and saturation

R 53 of 255 = 21%
G 103 of 255 = 40%
B 80 of 255 = 31%

53
103
80

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

Portions of RGB colors in percentages

R + G + B =
53 + 103 + 80 = 236 (100%)
R 53 of 236 ~ 22.46%
G 103 of 236 ~ 43.64%
B 80 of 236 ~ 33.9%

%22.46
%43.64
%33.9

CMYK color model

#356750 color CMYK value is (49,0,22,60).

  • cyan value is 48.54%
  • magenta value is 0.00%
  • yellow value is 22.33%
  • key color value is 59.61%
CMYK:
(49,0,22,60)
C49M0Y22K60 
(49%,0%,22%,60%)
(0.49/0.00/0.22/0.60)	

CMYK percentages

%48.54
%0
%22.33
%59.61

Codes

Color #356750 in popluar color models

356750
RGB5310380
HSL152°32.05%30.59%
HSB/HSV152°48.54%40.39%
CMYK48.54%0.00%22.33%
59.61%

Color #356750 in popluar number systems.

HEX356750
Decimal5310380
Binary11010111001111010000
Octal65147120

Shades and tints

Shades of #356750

#356750
(53,103,80)
#315E49
(49,94,73)
#2D5542
(45,85,66)
#294C3B
(41,76,59)
#254334
(37,67,52)
#213A2D
(33,58,45)
#1D3126
(29,49,38)
#19281F
(25,40,31)
#151F18
(21,31,24)
#111611
(17,22,17)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #356750

#356750
(53,103,80)
#47745F
(71,116,95)
#59816E
(89,129,110)
#6B8E7D
(107,142,125)
#7D9B8C
(125,155,140)
#8FA89B
(143,168,155)
#A1B5AA
(161,181,170)
#B3C2B9
(179,194,185)
#C5CFC8
(197,207,200)
#D7DCD7
(215,220,215)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #356750; }

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

This text font color is #356750.


Background Color

.myBgColor { background-color: #356750; }

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

This div background color is #356750.


Border color

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

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

This div border color is #356750.


Opacity

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

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

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

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

This text has shadow with #356750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356750 on black background.


Color preview on white background

This text has color #356750 on white background.



Black color preview on #356750 background

This text has black color on #356750 background.


White color preview on #356750 background

This text has white color on #356750 background.