COLOR #688E4A

HEX: #688E4A
RGB: (104,142,74)

Renk bilgisi

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

RGB renk modeli

#688E4A color RGB value is (104,142,74).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 142 of 255 = 56%
B 74 of 255 = 29%

104
142
74

R + G + B ~ 42%. #688E4A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 142 + 74 = 320 (100%)
R 104 of 320 ~ 32.5%
G 142 of 320 ~ 44.38%
B 74 of 320 ~ 23.13%

%32.5
%44.38
%23.13

CMYK RENK MODELİ

#688E4A rengi CMYK tonu (27,0,48,44).

  • camgöbeği tonu 26.76%
  • eflatun tonu 0.00%
  • sarı tonu 47.89%
  • ana renk tonu 44.31%
CMYK:
(27,0,48,44)
C27M0Y48K44 
(27%,0%,48%,44%)
(0.27/0.00/0.48/0.44)	

CMYK yüzdeleri

%26.76
%0
%47.89
%44.31

Codes

Color #688E4A in popluar color models

688E4A
RGB10414274
HSL94°31.48%42.35%
HSB/HSV94°47.89%55.69%
CMYK26.76%0.00%47.89%
44.31%

Color #688E4A in popluar number systems.

HEX688E4A
Decimal10414274
Binary1101000100011101001010
Octal150216112

Shades and tints

Shades of #688E4A

#688E4A
(104,142,74)
#5F8244
(95,130,68)
#56763E
(86,118,62)
#4D6A38
(77,106,56)
#445E32
(68,94,50)
#3B522C
(59,82,44)
#324626
(50,70,38)
#293A20
(41,58,32)
#202E1A
(32,46,26)
#172214
(23,34,20)
#0E160E
(14,22,14)
#000000
(0,0,0)

Tints of #688E4A

#688E4A
(104,142,74)
#75985A
(117,152,90)
#82A26A
(130,162,106)
#8FAC7A
(143,172,122)
#9CB68A
(156,182,138)
#A9C09A
(169,192,154)
#B6CAAA
(182,202,170)
#C3D4BA
(195,212,186)
#D0DECA
(208,222,202)
#DDE8DA
(221,232,218)
#EAF2EA
(234,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688E4A; }

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

This text font color is #688E4A.


Background Color

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

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

This div background color is #688E4A.


Border color

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

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

This div border color is #688E4A.


Opacity

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

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

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

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

This text has shadow with #688E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688E4A on black background.


Color preview on white background

This text has color #688E4A on white background.



Black color preview on #688E4A background

This text has black color on #688E4A background.


White color preview on #688E4A background

This text has white color on #688E4A background.