COLOR #357409

HEX: #357409
RGB: (53,116,9)

Color info

#357409 contains mainly green color. Web safe color of #357409 is #336600 (or #360).

RGB color model

#357409 color RGB value is (53,116,9).

  • red value is 53;
  • green value is 116;
  • blue value is 9.
RGB:
(53,116,9)
(21%,45%,4%)

RGB channels and saturation

R 53 of 255 = 21%
G 116 of 255 = 45%
B 9 of 255 = 4%

53
116
9

R + G + B ~ 23%. #357409 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 116 + 9 = 178 (100%)
R 53 of 178 ~ 29.78%
G 116 of 178 ~ 65.17%
B 9 of 178 ~ 5.06%

%29.78
%65.17

CMYK color model

#357409 color CMYK value is (54,0,92,55).

  • cyan value is 54.31%
  • magenta value is 0.00%
  • yellow value is 92.24%
  • key color value is 54.51%
CMYK:
(54,0,92,55)
C54M0Y92K55 
(54%,0%,92%,55%)
(0.54/0.00/0.92/0.55)	

CMYK percentages

%54.31
%0
%92.24
%54.51

Codes

Color #357409 in popluar color models

357409
RGB531169
HSL95°85.60%24.51%
HSB/HSV95°92.24%45.49%
CMYK54.31%0.00%92.24%
54.51%

Color #357409 in popluar number systems.

HEX357409
Decimal531169
Binary11010111101001001
Octal6516411

Shades and tints

Shades of #357409

#357409
(53,116,9)
#316A09
(49,106,9)
#2D6009
(45,96,9)
#295609
(41,86,9)
#254C09
(37,76,9)
#214209
(33,66,9)
#1D3809
(29,56,9)
#192E09
(25,46,9)
#152409
(21,36,9)
#111A09
(17,26,9)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #357409

#357409
(53,116,9)
#47801F
(71,128,31)
#598C35
(89,140,53)
#6B984B
(107,152,75)
#7DA461
(125,164,97)
#8FB077
(143,176,119)
#A1BC8D
(161,188,141)
#B3C8A3
(179,200,163)
#C5D4B9
(197,212,185)
#D7E0CF
(215,224,207)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357409 color. Also use rgb(53,116,9) instead hex code.

Text Font Color

.myTextColor { color: #357409; }

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

This text font color is #357409.


Background Color

.myBgColor { background-color: #357409; }

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

This div background color is #357409.


Border color

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

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

This div border color is #357409.


Opacity

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

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

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

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

This text has shadow with #357409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357409 on black background.


Color preview on white background

This text has color #357409 on white background.



Black color preview on #357409 background

This text has black color on #357409 background.


White color preview on #357409 background

This text has white color on #357409 background.