COLOR #688B34

HEX: #688B34
RGB: (104,139,52)

Renk bilgisi

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

RGB renk modeli

#688B34 color RGB value is (104,139,52).

  • kırmız ton 104;
  • yeşil ton 139;
  • mavi ton 52.
RGB:
(104,139,52)
(41%,55%,20%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 139 of 255 = 55%
B 52 of 255 = 20%

104
139
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 139 + 52 = 295 (100%)
R 104 of 295 ~ 35.25%
G 139 of 295 ~ 47.12%
B 52 of 295 ~ 17.63%

%35.25
%47.12
%17.63

CMYK RENK MODELİ

#688B34 rengi CMYK tonu (25,0,63,45).

  • camgöbeği tonu 25.18%
  • eflatun tonu 0.00%
  • sarı tonu 62.59%
  • ana renk tonu 45.49%
CMYK:
(25,0,63,45)
C25M0Y63K45 
(25%,0%,63%,45%)
(0.25/0.00/0.63/0.45)	

CMYK yüzdeleri

%25.18
%0
%62.59
%45.49

Codes

Color #688B34 in popluar color models

688B34
RGB10413952
HSL84°45.55%37.45%
HSB/HSV84°62.59%54.51%
CMYK25.18%0.00%62.59%
45.49%

Color #688B34 in popluar number systems.

HEX688B34
Decimal10413952
Binary110100010001011110100
Octal15021364

Shades and tints

Shades of #688B34

#688B34
(104,139,52)
#5F7F30
(95,127,48)
#56732C
(86,115,44)
#4D6728
(77,103,40)
#445B24
(68,91,36)
#3B4F20
(59,79,32)
#32431C
(50,67,28)
#293718
(41,55,24)
#202B14
(32,43,20)
#171F10
(23,31,16)
#0E130C
(14,19,12)
#000000
(0,0,0)

Tints of #688B34

#688B34
(104,139,52)
#759546
(117,149,70)
#829F58
(130,159,88)
#8FA96A
(143,169,106)
#9CB37C
(156,179,124)
#A9BD8E
(169,189,142)
#B6C7A0
(182,199,160)
#C3D1B2
(195,209,178)
#D0DBC4
(208,219,196)
#DDE5D6
(221,229,214)
#EAEFE8
(234,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688B34 color. Also use rgb(104,139,52) instead hex code.

Text Font Color

.myTextColor { color: #688B34; }

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

This text font color is #688B34.


Background Color

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

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

This div background color is #688B34.


Border color

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

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

This div border color is #688B34.


Opacity

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

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

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

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

This text has shadow with #688B34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688B34 on black background.


Color preview on white background

This text has color #688B34 on white background.



Black color preview on #688B34 background

This text has black color on #688B34 background.


White color preview on #688B34 background

This text has white color on #688B34 background.