COLOR #356948

HEX: #356948
RGB: (53,105,72)

Color info

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

RGB color model

#356948 color RGB value is (53,105,72).

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

RGB channels and saturation

R 53 of 255 = 21%
G 105 of 255 = 41%
B 72 of 255 = 28%

53
105
72

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

Portions of RGB colors in percentages

R + G + B =
53 + 105 + 72 = 230 (100%)
R 53 of 230 ~ 23.04%
G 105 of 230 ~ 45.65%
B 72 of 230 ~ 31.3%

%23.04
%45.65
%31.3

CMYK color model

#356948 color CMYK value is (50,0,31,59).

  • cyan value is 49.52%
  • magenta value is 0.00%
  • yellow value is 31.43%
  • key color value is 58.82%
CMYK:
(50,0,31,59)
C50M0Y31K59 
(50%,0%,31%,59%)
(0.50/0.00/0.31/0.59)	

CMYK percentages

%49.52
%0
%31.43
%58.82

Codes

Color #356948 in popluar color models

356948
RGB5310572
HSL142°32.91%30.98%
HSB/HSV142°49.52%41.18%
CMYK49.52%0.00%31.43%
58.82%

Color #356948 in popluar number systems.

HEX356948
Decimal5310572
Binary11010111010011001000
Octal65151110

Shades and tints

Shades of #356948

#356948
(53,105,72)
#316042
(49,96,66)
#2D573C
(45,87,60)
#294E36
(41,78,54)
#254530
(37,69,48)
#213C2A
(33,60,42)
#1D3324
(29,51,36)
#192A1E
(25,42,30)
#152118
(21,33,24)
#111812
(17,24,18)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #356948

#356948
(53,105,72)
#477658
(71,118,88)
#598368
(89,131,104)
#6B9078
(107,144,120)
#7D9D88
(125,157,136)
#8FAA98
(143,170,152)
#A1B7A8
(161,183,168)
#B3C4B8
(179,196,184)
#C5D1C8
(197,209,200)
#D7DED8
(215,222,216)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #356948; }

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

This text font color is #356948.


Background Color

.myBgColor { background-color: #356948; }

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

This div background color is #356948.


Border color

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

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

This div border color is #356948.


Opacity

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

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

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

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

This text has shadow with #356948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356948 on black background.


Color preview on white background

This text has color #356948 on white background.



Black color preview on #356948 background

This text has black color on #356948 background.


White color preview on #356948 background

This text has white color on #356948 background.