COLOR #356745

HEX: #356745
RGB: (53,103,69)

Color info

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

RGB color model

#356745 color RGB value is (53,103,69).

  • red value is 53;
  • green value is 103;
  • blue value is 69.
RGB:
(53,103,69)
(21%,40%,27%)

RGB channels and saturation

R 53 of 255 = 21%
G 103 of 255 = 40%
B 69 of 255 = 27%

53
103
69

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

Portions of RGB colors in percentages

R + G + B =
53 + 103 + 69 = 225 (100%)
R 53 of 225 ~ 23.56%
G 103 of 225 ~ 45.78%
B 69 of 225 ~ 30.67%

%23.56
%45.78
%30.67

CMYK color model

#356745 color CMYK value is (49,0,33,60).

  • cyan value is 48.54%
  • magenta value is 0.00%
  • yellow value is 33.01%
  • key color value is 59.61%
CMYK:
(49,0,33,60)
C49M0Y33K60 
(49%,0%,33%,60%)
(0.49/0.00/0.33/0.60)	

CMYK percentages

%48.54
%0
%33.01
%59.61

Codes

Color #356745 in popluar color models

356745
RGB5310369
HSL139°32.05%30.59%
HSB/HSV139°48.54%40.39%
CMYK48.54%0.00%33.01%
59.61%

Color #356745 in popluar number systems.

HEX356745
Decimal5310369
Binary11010111001111000101
Octal65147105

Shades and tints

Shades of #356745

#356745
(53,103,69)
#315E3F
(49,94,63)
#2D5539
(45,85,57)
#294C33
(41,76,51)
#25432D
(37,67,45)
#213A27
(33,58,39)
#1D3121
(29,49,33)
#19281B
(25,40,27)
#151F15
(21,31,21)
#11160F
(17,22,15)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #356745

#356745
(53,103,69)
#477455
(71,116,85)
#598165
(89,129,101)
#6B8E75
(107,142,117)
#7D9B85
(125,155,133)
#8FA895
(143,168,149)
#A1B5A5
(161,181,165)
#B3C2B5
(179,194,181)
#C5CFC5
(197,207,197)
#D7DCD5
(215,220,213)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356745 color. Also use rgb(53,103,69) instead hex code.

Text Font Color

.myTextColor { color: #356745; }

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

This text font color is #356745.


Background Color

.myBgColor { background-color: #356745; }

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

This div background color is #356745.


Border color

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

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

This div border color is #356745.


Opacity

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

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

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

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

This text has shadow with #356745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356745 on black background.


Color preview on white background

This text has color #356745 on white background.



Black color preview on #356745 background

This text has black color on #356745 background.


White color preview on #356745 background

This text has white color on #356745 background.