COLOR #356B3D

HEX: #356B3D
RGB: (53,107,61)

Color info

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

RGB color model

#356B3D color RGB value is (53,107,61).

  • red value is 53;
  • green value is 107;
  • blue value is 61.
RGB:
(53,107,61)
(21%,42%,24%)

RGB channels and saturation

R 53 of 255 = 21%
G 107 of 255 = 42%
B 61 of 255 = 24%

53
107
61

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

Portions of RGB colors in percentages

R + G + B =
53 + 107 + 61 = 221 (100%)
R 53 of 221 ~ 23.98%
G 107 of 221 ~ 48.42%
B 61 of 221 ~ 27.6%

%23.98
%48.42
%27.6

CMYK color model

#356B3D color CMYK value is (50,0,43,58).

  • cyan value is 50.47%
  • magenta value is 0.00%
  • yellow value is 42.99%
  • key color value is 58.04%
CMYK:
(50,0,43,58)
C50M0Y43K58 
(50%,0%,43%,58%)
(0.50/0.00/0.43/0.58)	

CMYK percentages

%50.47
%0
%42.99
%58.04

Codes

Color #356B3D in popluar color models

356B3D
RGB5310761
HSL129°33.75%31.37%
HSB/HSV129°50.47%41.96%
CMYK50.47%0.00%42.99%
58.04%

Color #356B3D in popluar number systems.

HEX356B3D
Decimal5310761
Binary1101011101011111101
Octal6515375

Shades and tints

Shades of #356B3D

#356B3D
(53,107,61)
#316238
(49,98,56)
#2D5933
(45,89,51)
#29502E
(41,80,46)
#254729
(37,71,41)
#213E24
(33,62,36)
#1D351F
(29,53,31)
#192C1A
(25,44,26)
#152315
(21,35,21)
#111A10
(17,26,16)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #356B3D

#356B3D
(53,107,61)
#47784E
(71,120,78)
#59855F
(89,133,95)
#6B9270
(107,146,112)
#7D9F81
(125,159,129)
#8FAC92
(143,172,146)
#A1B9A3
(161,185,163)
#B3C6B4
(179,198,180)
#C5D3C5
(197,211,197)
#D7E0D6
(215,224,214)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356B3D color. Also use rgb(53,107,61) instead hex code.

Text Font Color

.myTextColor { color: #356B3D; }

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

This text font color is #356B3D.


Background Color

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

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

This div background color is #356B3D.


Border color

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

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

This div border color is #356B3D.


Opacity

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

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

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

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

This text has shadow with #356B3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356B3D on black background.


Color preview on white background

This text has color #356B3D on white background.



Black color preview on #356B3D background

This text has black color on #356B3D background.


White color preview on #356B3D background

This text has white color on #356B3D background.