COLOR #657713

HEX: #657713
RGB: (101,119,19)

Color info

#657713 contains mainly red and green colors. Web safe color of #657713 is #666600 (or #660).

RGB color model

#657713 color RGB value is (101,119,19).

  • red value is 101;
  • green value is 119;
  • blue value is 19.
RGB:
(101,119,19)
(40%,47%,7%)

RGB channels and saturation

R 101 of 255 = 40%
G 119 of 255 = 47%
B 19 of 255 = 7%

101
119
19

R + G + B ~ 31%. #657713 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 119 + 19 = 239 (100%)
R 101 of 239 ~ 42.26%
G 119 of 239 ~ 49.79%
B 19 of 239 ~ 7.95%

%42.26
%49.79

CMYK color model

#657713 color CMYK value is (15,0,84,53).

  • cyan value is 15.13%
  • magenta value is 0.00%
  • yellow value is 84.03%
  • key color value is 53.33%
CMYK:
(15,0,84,53)
C15M0Y84K53 
(15%,0%,84%,53%)
(0.15/0.00/0.84/0.53)	

CMYK percentages

%15.13
%0
%84.03
%53.33

Codes

Color #657713 in popluar color models

657713
RGB10111919
HSL71°72.46%27.06%
HSB/HSV71°84.03%46.67%
CMYK15.13%0.00%84.03%
53.33%

Color #657713 in popluar number systems.

HEX657713
Decimal10111919
Binary1100101111011110011
Octal14516723

Shades and tints

Shades of #657713

#657713
(101,119,19)
#5C6D12
(92,109,18)
#536311
(83,99,17)
#4A5910
(74,89,16)
#414F0F
(65,79,15)
#38450E
(56,69,14)
#2F3B0D
(47,59,13)
#26310C
(38,49,12)
#1D270B
(29,39,11)
#141D0A
(20,29,10)
#0B1309
(11,19,9)
#000000
(0,0,0)

Tints of #657713

#657713
(101,119,19)
#738328
(115,131,40)
#818F3D
(129,143,61)
#8F9B52
(143,155,82)
#9DA767
(157,167,103)
#ABB37C
(171,179,124)
#B9BF91
(185,191,145)
#C7CBA6
(199,203,166)
#D5D7BB
(213,215,187)
#E3E3D0
(227,227,208)
#F1EFE5
(241,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #657713 color. Also use rgb(101,119,19) instead hex code.

Text Font Color

.myTextColor { color: #657713; }

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

This text font color is #657713.


Background Color

.myBgColor { background-color: #657713; }

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

This div background color is #657713.


Border color

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

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

This div border color is #657713.


Opacity

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

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

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

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

This text has shadow with #657713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #657713 on black background.


Color preview on white background

This text has color #657713 on white background.



Black color preview on #657713 background

This text has black color on #657713 background.


White color preview on #657713 background

This text has white color on #657713 background.