COLOR #687D48

HEX: #687D48
RGB: (104,125,72)

Renk bilgisi

#687D48 contains red, green and blue colors in about the same proportion. #687D48 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#687D48 color RGB value is (104,125,72).

  • kırmız ton 104;
  • yeşil ton 125;
  • mavi ton 72.
RGB:
(104,125,72)
(41%,49%,28%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 125 of 255 = 49%
B 72 of 255 = 28%

104
125
72

R + G + B ~ 39%. #687D48 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 125 + 72 = 301 (100%)
R 104 of 301 ~ 34.55%
G 125 of 301 ~ 41.53%
B 72 of 301 ~ 23.92%

%34.55
%41.53
%23.92

CMYK RENK MODELİ

#687D48 rengi CMYK tonu (17,0,42,51).

  • camgöbeği tonu 16.80%
  • eflatun tonu 0.00%
  • sarı tonu 42.40%
  • ana renk tonu 50.98%
CMYK:
(17,0,42,51)
C17M0Y42K51 
(17%,0%,42%,51%)
(0.17/0.00/0.42/0.51)	

CMYK yüzdeleri

%16.8
%0
%42.4
%50.98

Codes

Color #687D48 in popluar color models

687D48
RGB10412572
HSL84°26.90%38.63%
HSB/HSV84°42.40%49.02%
CMYK16.80%0.00%42.40%
50.98%

Color #687D48 in popluar number systems.

HEX687D48
Decimal10412572
Binary110100011111011001000
Octal150175110

Shades and tints

Shades of #687D48

#687D48
(104,125,72)
#5F7242
(95,114,66)
#56673C
(86,103,60)
#4D5C36
(77,92,54)
#445130
(68,81,48)
#3B462A
(59,70,42)
#323B24
(50,59,36)
#29301E
(41,48,30)
#202518
(32,37,24)
#171A12
(23,26,18)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #687D48

#687D48
(104,125,72)
#758858
(117,136,88)
#829368
(130,147,104)
#8F9E78
(143,158,120)
#9CA988
(156,169,136)
#A9B498
(169,180,152)
#B6BFA8
(182,191,168)
#C3CAB8
(195,202,184)
#D0D5C8
(208,213,200)
#DDE0D8
(221,224,216)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687D48 color. Also use rgb(104,125,72) instead hex code.

Text Font Color

.myTextColor { color: #687D48; }

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

This text font color is #687D48.


Background Color

.myBgColor { background-color: #687D48; }

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

This div background color is #687D48.


Border color

.myBorderColor { border: 1px solid #687D48; }

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

This div border color is #687D48.


Opacity

.myOpacity80 { color: #687D48; opacity: 0.8; }

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

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

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

This text has shadow with #687D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687D48 on black background.


Color preview on white background

This text has color #687D48 on white background.



Black color preview on #687D48 background

This text has black color on #687D48 background.


White color preview on #687D48 background

This text has white color on #687D48 background.