COLOR #657740

HEX: #657740
RGB: (101,119,64)

Color info

#657740 contains red, green and blue colors in about the same proportion. Web safe color of #657740 is #666633 (or #663).

RGB color model

#657740 color RGB value is (101,119,64).

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

RGB channels and saturation

R 101 of 255 = 40%
G 119 of 255 = 47%
B 64 of 255 = 25%

101
119
64

R + G + B ~ 37%. #657740 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 119 + 64 = 284 (100%)
R 101 of 284 ~ 35.56%
G 119 of 284 ~ 41.9%
B 64 of 284 ~ 22.54%

%35.56
%41.9
%22.54

CMYK color model

#657740 color CMYK value is (15,0,46,53).

  • cyan value is 15.13%
  • magenta value is 0.00%
  • yellow value is 46.22%
  • key color value is 53.33%
CMYK:
(15,0,46,53)
C15M0Y46K53 
(15%,0%,46%,53%)
(0.15/0.00/0.46/0.53)	

CMYK percentages

%15.13
%0
%46.22
%53.33

Codes

Color #657740 in popluar color models

657740
RGB10111964
HSL80°30.05%35.88%
HSB/HSV80°46.22%46.67%
CMYK15.13%0.00%46.22%
53.33%

Color #657740 in popluar number systems.

HEX657740
Decimal10111964
Binary110010111101111000000
Octal145167100

Shades and tints

Shades of #657740

#657740
(101,119,64)
#5C6D3B
(92,109,59)
#536336
(83,99,54)
#4A5931
(74,89,49)
#414F2C
(65,79,44)
#384527
(56,69,39)
#2F3B22
(47,59,34)
#26311D
(38,49,29)
#1D2718
(29,39,24)
#141D13
(20,29,19)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #657740

#657740
(101,119,64)
#738351
(115,131,81)
#818F62
(129,143,98)
#8F9B73
(143,155,115)
#9DA784
(157,167,132)
#ABB395
(171,179,149)
#B9BFA6
(185,191,166)
#C7CBB7
(199,203,183)
#D5D7C8
(213,215,200)
#E3E3D9
(227,227,217)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #657740; }

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

This text font color is #657740.


Background Color

.myBgColor { background-color: #657740; }

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

This div background color is #657740.


Border color

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

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

This div border color is #657740.


Opacity

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

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

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

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

This text has shadow with #657740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #657740 on black background.


Color preview on white background

This text has color #657740 on white background.



Black color preview on #657740 background

This text has black color on #657740 background.


White color preview on #657740 background

This text has white color on #657740 background.