COLOR #709265

HEX: #709265
RGB: (112,146,101)

Color info

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

RGB color model

#709265 color RGB value is (112,146,101).

  • red value is 112;
  • green value is 146;
  • blue value is 101.
RGB:
(112,146,101)
(44%,57%,40%)

RGB channels and saturation

R 112 of 255 = 44%
G 146 of 255 = 57%
B 101 of 255 = 40%

112
146
101

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

Portions of RGB colors in percentages

R + G + B =
112 + 146 + 101 = 359 (100%)
R 112 of 359 ~ 31.2%
G 146 of 359 ~ 40.67%
B 101 of 359 ~ 28.13%

%31.2
%40.67
%28.13

CMYK color model

#709265 color CMYK value is (23,0,31,43).

  • cyan value is 23.29%
  • magenta value is 0.00%
  • yellow value is 30.82%
  • key color value is 42.75%
CMYK:
(23,0,31,43)
C23M0Y31K43 
(23%,0%,31%,43%)
(0.23/0.00/0.31/0.43)	

CMYK percentages

%23.29
%0
%30.82
%42.75

Codes

Color #709265 in popluar color models

709265
RGB112146101
HSL105°18.22%48.43%
HSB/HSV105°30.82%57.25%
CMYK23.29%0.00%30.82%
42.75%

Color #709265 in popluar number systems.

HEX709265
Decimal112146101
Binary1110000100100101100101
Octal160222145

Shades and tints

Shades of #709265

#709265
(112,146,101)
#66855C
(102,133,92)
#5C7853
(92,120,83)
#526B4A
(82,107,74)
#485E41
(72,94,65)
#3E5138
(62,81,56)
#34442F
(52,68,47)
#2A3726
(42,55,38)
#202A1D
(32,42,29)
#161D14
(22,29,20)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #709265

#709265
(112,146,101)
#7D9B73
(125,155,115)
#8AA481
(138,164,129)
#97AD8F
(151,173,143)
#A4B69D
(164,182,157)
#B1BFAB
(177,191,171)
#BEC8B9
(190,200,185)
#CBD1C7
(203,209,199)
#D8DAD5
(216,218,213)
#E5E3E3
(229,227,227)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709265 color. Also use rgb(112,146,101) instead hex code.

Text Font Color

.myTextColor { color: #709265; }

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

This text font color is #709265.


Background Color

.myBgColor { background-color: #709265; }

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

This div background color is #709265.


Border color

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

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

This div border color is #709265.


Opacity

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

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

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

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

This text has shadow with #709265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709265 on black background.


Color preview on white background

This text has color #709265 on white background.



Black color preview on #709265 background

This text has black color on #709265 background.


White color preview on #709265 background

This text has white color on #709265 background.