COLOR #356F52

HEX: #356F52
RGB: (53,111,82)

Color info

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

RGB color model

#356F52 color RGB value is (53,111,82).

  • red value is 53;
  • green value is 111;
  • blue value is 82.
RGB:
(53,111,82)
(21%,44%,32%)

RGB channels and saturation

R 53 of 255 = 21%
G 111 of 255 = 44%
B 82 of 255 = 32%

53
111
82

R + G + B ~ 32%. #356F52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 111 + 82 = 246 (100%)
R 53 of 246 ~ 21.54%
G 111 of 246 ~ 45.12%
B 82 of 246 ~ 33.33%

%21.54
%45.12
%33.33

CMYK color model

#356F52 color CMYK value is (52,0,26,56).

  • cyan value is 52.25%
  • magenta value is 0.00%
  • yellow value is 26.13%
  • key color value is 56.47%
CMYK:
(52,0,26,56)
C52M0Y26K56 
(52%,0%,26%,56%)
(0.52/0.00/0.26/0.56)	

CMYK percentages

%52.25
%0
%26.13
%56.47

Codes

Color #356F52 in popluar color models

356F52
RGB5311182
HSL150°35.37%32.16%
HSB/HSV150°52.25%43.53%
CMYK52.25%0.00%26.13%
56.47%

Color #356F52 in popluar number systems.

HEX356F52
Decimal5311182
Binary11010111011111010010
Octal65157122

Shades and tints

Shades of #356F52

#356F52
(53,111,82)
#31654B
(49,101,75)
#2D5B44
(45,91,68)
#29513D
(41,81,61)
#254736
(37,71,54)
#213D2F
(33,61,47)
#1D3328
(29,51,40)
#192921
(25,41,33)
#151F1A
(21,31,26)
#111513
(17,21,19)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #356F52

#356F52
(53,111,82)
#477C61
(71,124,97)
#598970
(89,137,112)
#6B967F
(107,150,127)
#7DA38E
(125,163,142)
#8FB09D
(143,176,157)
#A1BDAC
(161,189,172)
#B3CABB
(179,202,187)
#C5D7CA
(197,215,202)
#D7E4D9
(215,228,217)
#E9F1E8
(233,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356F52 color. Also use rgb(53,111,82) instead hex code.

Text Font Color

.myTextColor { color: #356F52; }

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

This text font color is #356F52.


Background Color

.myBgColor { background-color: #356F52; }

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

This div background color is #356F52.


Border color

.myBorderColor { border: 1px solid #356F52; }

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

This div border color is #356F52.


Opacity

.myOpacity80 { color: #356F52; opacity: 0.8; }

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

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

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

This text has shadow with #356F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356F52 on black background.


Color preview on white background

This text has color #356F52 on white background.



Black color preview on #356F52 background

This text has black color on #356F52 background.


White color preview on #356F52 background

This text has white color on #356F52 background.