COLOR #356548

HEX: #356548
RGB: (53,101,72)

Color info

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

RGB color model

#356548 color RGB value is (53,101,72).

  • red value is 53;
  • green value is 101;
  • blue value is 72.
RGB:
(53,101,72)
(21%,40%,28%)

RGB channels and saturation

R 53 of 255 = 21%
G 101 of 255 = 40%
B 72 of 255 = 28%

53
101
72

R + G + B ~ 30%. #356548 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 101 + 72 = 226 (100%)
R 53 of 226 ~ 23.45%
G 101 of 226 ~ 44.69%
B 72 of 226 ~ 31.86%

%23.45
%44.69
%31.86

CMYK color model

#356548 color CMYK value is (48,0,29,60).

  • cyan value is 47.52%
  • magenta value is 0.00%
  • yellow value is 28.71%
  • key color value is 60.39%
CMYK:
(48,0,29,60)
C48M0Y29K60 
(48%,0%,29%,60%)
(0.48/0.00/0.29/0.60)	

CMYK percentages

%47.52
%0
%28.71
%60.39

Codes

Color #356548 in popluar color models

356548
RGB5310172
HSL144°31.17%30.20%
HSB/HSV144°47.52%39.61%
CMYK47.52%0.00%28.71%
60.39%

Color #356548 in popluar number systems.

HEX356548
Decimal5310172
Binary11010111001011001000
Octal65145110

Shades and tints

Shades of #356548

#356548
(53,101,72)
#315C42
(49,92,66)
#2D533C
(45,83,60)
#294A36
(41,74,54)
#254130
(37,65,48)
#21382A
(33,56,42)
#1D2F24
(29,47,36)
#19261E
(25,38,30)
#151D18
(21,29,24)
#111412
(17,20,18)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #356548

#356548
(53,101,72)
#477358
(71,115,88)
#598168
(89,129,104)
#6B8F78
(107,143,120)
#7D9D88
(125,157,136)
#8FAB98
(143,171,152)
#A1B9A8
(161,185,168)
#B3C7B8
(179,199,184)
#C5D5C8
(197,213,200)
#D7E3D8
(215,227,216)
#E9F1E8
(233,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356548 color. Also use rgb(53,101,72) instead hex code.

Text Font Color

.myTextColor { color: #356548; }

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

This text font color is #356548.


Background Color

.myBgColor { background-color: #356548; }

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

This div background color is #356548.


Border color

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

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

This div border color is #356548.


Opacity

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

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

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

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

This text has shadow with #356548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356548 on black background.


Color preview on white background

This text has color #356548 on white background.



Black color preview on #356548 background

This text has black color on #356548 background.


White color preview on #356548 background

This text has white color on #356548 background.