COLOR #688E31

HEX: #688E31
RGB: (104,142,49)

Renk bilgisi

#688E31 contains mainly red and green colors. #688E31 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#688E31 color RGB value is (104,142,49).

  • kırmız ton 104;
  • yeşil ton 142;
  • mavi ton 49.
RGB:
(104,142,49)
(41%,56%,19%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 142 of 255 = 56%
B 49 of 255 = 19%

104
142
49

R + G + B ~ 39%. #688E31 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 142 + 49 = 295 (100%)
R 104 of 295 ~ 35.25%
G 142 of 295 ~ 48.14%
B 49 of 295 ~ 16.61%

%35.25
%48.14
%16.61

CMYK RENK MODELİ

#688E31 rengi CMYK tonu (27,0,65,44).

  • camgöbeği tonu 26.76%
  • eflatun tonu 0.00%
  • sarı tonu 65.49%
  • ana renk tonu 44.31%
CMYK:
(27,0,65,44)
C27M0Y65K44 
(27%,0%,65%,44%)
(0.27/0.00/0.65/0.44)	

CMYK yüzdeleri

%26.76
%0
%65.49
%44.31

Codes

Color #688E31 in popluar color models

688E31
RGB10414249
HSL85°48.69%37.45%
HSB/HSV85°65.49%55.69%
CMYK26.76%0.00%65.49%
44.31%

Color #688E31 in popluar number systems.

HEX688E31
Decimal10414249
Binary110100010001110110001
Octal15021661

Shades and tints

Shades of #688E31

#688E31
(104,142,49)
#5F822D
(95,130,45)
#567629
(86,118,41)
#4D6A25
(77,106,37)
#445E21
(68,94,33)
#3B521D
(59,82,29)
#324619
(50,70,25)
#293A15
(41,58,21)
#202E11
(32,46,17)
#17220D
(23,34,13)
#0E1609
(14,22,9)
#000000
(0,0,0)

Tints of #688E31

#688E31
(104,142,49)
#759843
(117,152,67)
#82A255
(130,162,85)
#8FAC67
(143,172,103)
#9CB679
(156,182,121)
#A9C08B
(169,192,139)
#B6CA9D
(182,202,157)
#C3D4AF
(195,212,175)
#D0DEC1
(208,222,193)
#DDE8D3
(221,232,211)
#EAF2E5
(234,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688E31 color. Also use rgb(104,142,49) instead hex code.

Text Font Color

.myTextColor { color: #688E31; }

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

This text font color is #688E31.


Background Color

.myBgColor { background-color: #688E31; }

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

This div background color is #688E31.


Border color

.myBorderColor { border: 1px solid #688E31; }

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

This div border color is #688E31.


Opacity

.myOpacity80 { color: #688E31; opacity: 0.8; }

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

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

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

This text has shadow with #688E31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688E31 on black background.


Color preview on white background

This text has color #688E31 on white background.



Black color preview on #688E31 background

This text has black color on #688E31 background.


White color preview on #688E31 background

This text has white color on #688E31 background.