COLOR #688875

HEX: #688875
RGB: (104,136,117)

Renk bilgisi

#688875 contains red, green and blue colors in about the same proportion. #688875 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#688875 color RGB value is (104,136,117).

  • kırmız ton 104;
  • yeşil ton 136;
  • mavi ton 117.
RGB:
(104,136,117)
(41%,53%,46%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 136 of 255 = 53%
B 117 of 255 = 46%

104
136
117

R + G + B ~ 47%. #688875 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 136 + 117 = 357 (100%)
R 104 of 357 ~ 29.13%
G 136 of 357 ~ 38.1%
B 117 of 357 ~ 32.77%

%29.13
%38.1
%32.77

CMYK RENK MODELİ

#688875 rengi CMYK tonu (24,0,14,47).

  • camgöbeği tonu 23.53%
  • eflatun tonu 0.00%
  • sarı tonu 13.97%
  • ana renk tonu 46.67%
CMYK:
(24,0,14,47)
C24M0Y14K47 
(24%,0%,14%,47%)
(0.24/0.00/0.14/0.47)	

CMYK yüzdeleri

%23.53
%0
%13.97
%46.67

Codes

Color #688875 in popluar color models

688875
RGB104136117
HSL144°13.33%47.06%
HSB/HSV144°23.53%53.33%
CMYK23.53%0.00%13.97%
46.67%

Color #688875 in popluar number systems.

HEX688875
Decimal104136117
Binary1101000100010001110101
Octal150210165

Shades and tints

Shades of #688875

#688875
(104,136,117)
#5F7C6B
(95,124,107)
#567061
(86,112,97)
#4D6457
(77,100,87)
#44584D
(68,88,77)
#3B4C43
(59,76,67)
#324039
(50,64,57)
#29342F
(41,52,47)
#202825
(32,40,37)
#171C1B
(23,28,27)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #688875

#688875
(104,136,117)
#759281
(117,146,129)
#829C8D
(130,156,141)
#8FA699
(143,166,153)
#9CB0A5
(156,176,165)
#A9BAB1
(169,186,177)
#B6C4BD
(182,196,189)
#C3CEC9
(195,206,201)
#D0D8D5
(208,216,213)
#DDE2E1
(221,226,225)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688875 color. Also use rgb(104,136,117) instead hex code.

Text Font Color

.myTextColor { color: #688875; }

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

This text font color is #688875.


Background Color

.myBgColor { background-color: #688875; }

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

This div background color is #688875.


Border color

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

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

This div border color is #688875.


Opacity

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

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

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

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

This text has shadow with #688875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688875 on black background.


Color preview on white background

This text has color #688875 on white background.



Black color preview on #688875 background

This text has black color on #688875 background.


White color preview on #688875 background

This text has white color on #688875 background.