COLOR #709364

HEX: #709364
RGB: (112,147,100)

Color info

#709364 contains red, green and blue colors in about the same proportion. Web safe color of #709364 is #669966 (or #696).

RGB color model

#709364 color RGB value is (112,147,100).

  • red value is 112;
  • green value is 147;
  • blue value is 100.
RGB:
(112,147,100)
(44%,58%,39%)

RGB channels and saturation

R 112 of 255 = 44%
G 147 of 255 = 58%
B 100 of 255 = 39%

112
147
100

R + G + B ~ 47%. #709364 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 147 + 100 = 359 (100%)
R 112 of 359 ~ 31.2%
G 147 of 359 ~ 40.95%
B 100 of 359 ~ 27.86%

%31.2
%40.95
%27.86

CMYK color model

#709364 color CMYK value is (24,0,32,42).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 31.97%
  • key color value is 42.35%
CMYK:
(24,0,32,42)
C24M0Y32K42 
(24%,0%,32%,42%)
(0.24/0.00/0.32/0.42)	

CMYK percentages

%23.81
%0
%31.97
%42.35

Codes

Color #709364 in popluar color models

709364
RGB112147100
HSL105°19.03%48.43%
HSB/HSV105°31.97%57.65%
CMYK23.81%0.00%31.97%
42.35%

Color #709364 in popluar number systems.

HEX709364
Decimal112147100
Binary1110000100100111100100
Octal160223144

Shades and tints

Shades of #709364

#709364
(112,147,100)
#66865B
(102,134,91)
#5C7952
(92,121,82)
#526C49
(82,108,73)
#485F40
(72,95,64)
#3E5237
(62,82,55)
#34452E
(52,69,46)
#2A3825
(42,56,37)
#202B1C
(32,43,28)
#161E13
(22,30,19)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #709364

#709364
(112,147,100)
#7D9C72
(125,156,114)
#8AA580
(138,165,128)
#97AE8E
(151,174,142)
#A4B79C
(164,183,156)
#B1C0AA
(177,192,170)
#BEC9B8
(190,201,184)
#CBD2C6
(203,210,198)
#D8DBD4
(216,219,212)
#E5E4E2
(229,228,226)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709364 color. Also use rgb(112,147,100) instead hex code.

Text Font Color

.myTextColor { color: #709364; }

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

This text font color is #709364.


Background Color

.myBgColor { background-color: #709364; }

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

This div background color is #709364.


Border color

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

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

This div border color is #709364.


Opacity

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

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

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

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

This text has shadow with #709364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709364 on black background.


Color preview on white background

This text has color #709364 on white background.



Black color preview on #709364 background

This text has black color on #709364 background.


White color preview on #709364 background

This text has white color on #709364 background.