COLOR #356029

HEX: #356029
RGB: (53,96,41)

Color info

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

RGB color model

#356029 color RGB value is (53,96,41).

  • red value is 53;
  • green value is 96;
  • blue value is 41.
RGB:
(53,96,41)
(21%,38%,16%)

RGB channels and saturation

R 53 of 255 = 21%
G 96 of 255 = 38%
B 41 of 255 = 16%

53
96
41

R + G + B ~ 25%. #356029 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 96 + 41 = 190 (100%)
R 53 of 190 ~ 27.89%
G 96 of 190 ~ 50.53%
B 41 of 190 ~ 21.58%

%27.89
%50.53
%21.58

CMYK color model

#356029 color CMYK value is (45,0,57,62).

  • cyan value is 44.79%
  • magenta value is 0.00%
  • yellow value is 57.29%
  • key color value is 62.35%
CMYK:
(45,0,57,62)
C45M0Y57K62 
(45%,0%,57%,62%)
(0.45/0.00/0.57/0.62)	

CMYK percentages

%44.79
%0
%57.29
%62.35

Codes

Color #356029 in popluar color models

356029
RGB539641
HSL107°40.15%26.86%
HSB/HSV107°57.29%37.65%
CMYK44.79%0.00%57.29%
62.35%

Color #356029 in popluar number systems.

HEX356029
Decimal539641
Binary1101011100000101001
Octal6514051

Shades and tints

Shades of #356029

#356029
(53,96,41)
#315826
(49,88,38)
#2D5023
(45,80,35)
#294820
(41,72,32)
#25401D
(37,64,29)
#21381A
(33,56,26)
#1D3017
(29,48,23)
#192814
(25,40,20)
#152011
(21,32,17)
#11180E
(17,24,14)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #356029

#356029
(53,96,41)
#476E3C
(71,110,60)
#597C4F
(89,124,79)
#6B8A62
(107,138,98)
#7D9875
(125,152,117)
#8FA688
(143,166,136)
#A1B49B
(161,180,155)
#B3C2AE
(179,194,174)
#C5D0C1
(197,208,193)
#D7DED4
(215,222,212)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356029 color. Also use rgb(53,96,41) instead hex code.

Text Font Color

.myTextColor { color: #356029; }

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

This text font color is #356029.


Background Color

.myBgColor { background-color: #356029; }

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

This div background color is #356029.


Border color

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

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

This div border color is #356029.


Opacity

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

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

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

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

This text has shadow with #356029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356029 on black background.


Color preview on white background

This text has color #356029 on white background.



Black color preview on #356029 background

This text has black color on #356029 background.


White color preview on #356029 background

This text has white color on #356029 background.