COLOR #356541

HEX: #356541
RGB: (53,101,65)

Color info

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

RGB color model

#356541 color RGB value is (53,101,65).

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

RGB channels and saturation

R 53 of 255 = 21%
G 101 of 255 = 40%
B 65 of 255 = 25%

53
101
65

R + G + B ~ 29%. #356541 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 101 + 65 = 219 (100%)
R 53 of 219 ~ 24.2%
G 101 of 219 ~ 46.12%
B 65 of 219 ~ 29.68%

%24.2
%46.12
%29.68

CMYK color model

#356541 color CMYK value is (48,0,36,60).

  • cyan value is 47.52%
  • magenta value is 0.00%
  • yellow value is 35.64%
  • key color value is 60.39%
CMYK:
(48,0,36,60)
C48M0Y36K60 
(48%,0%,36%,60%)
(0.48/0.00/0.36/0.60)	

CMYK percentages

%47.52
%0
%35.64
%60.39

Codes

Color #356541 in popluar color models

356541
RGB5310165
HSL135°31.17%30.20%
HSB/HSV135°47.52%39.61%
CMYK47.52%0.00%35.64%
60.39%

Color #356541 in popluar number systems.

HEX356541
Decimal5310165
Binary11010111001011000001
Octal65145101

Shades and tints

Shades of #356541

#356541
(53,101,65)
#315C3C
(49,92,60)
#2D5337
(45,83,55)
#294A32
(41,74,50)
#25412D
(37,65,45)
#213828
(33,56,40)
#1D2F23
(29,47,35)
#19261E
(25,38,30)
#151D19
(21,29,25)
#111414
(17,20,20)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #356541

#356541
(53,101,65)
#477352
(71,115,82)
#598163
(89,129,99)
#6B8F74
(107,143,116)
#7D9D85
(125,157,133)
#8FAB96
(143,171,150)
#A1B9A7
(161,185,167)
#B3C7B8
(179,199,184)
#C5D5C9
(197,213,201)
#D7E3DA
(215,227,218)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #356541; }

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

This text font color is #356541.


Background Color

.myBgColor { background-color: #356541; }

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

This div background color is #356541.


Border color

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

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

This div border color is #356541.


Opacity

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

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

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

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

This text has shadow with #356541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356541 on black background.


Color preview on white background

This text has color #356541 on white background.



Black color preview on #356541 background

This text has black color on #356541 background.


White color preview on #356541 background

This text has white color on #356541 background.