COLOR #689466

HEX: #689466
RGB: (104,148,102)

Renk bilgisi

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

RGB renk modeli

#689466 color RGB value is (104,148,102).

  • kırmız ton 104;
  • yeşil ton 148;
  • mavi ton 102.
RGB:
(104,148,102)
(41%,58%,40%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 148 of 255 = 58%
B 102 of 255 = 40%

104
148
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 148 + 102 = 354 (100%)
R 104 of 354 ~ 29.38%
G 148 of 354 ~ 41.81%
B 102 of 354 ~ 28.81%

%29.38
%41.81
%28.81

CMYK RENK MODELİ

#689466 rengi CMYK tonu (30,0,31,42).

  • camgöbeği tonu 29.73%
  • eflatun tonu 0.00%
  • sarı tonu 31.08%
  • ana renk tonu 41.96%
CMYK:
(30,0,31,42)
C30M0Y31K42 
(30%,0%,31%,42%)
(0.30/0.00/0.31/0.42)	

CMYK yüzdeleri

%29.73
%0
%31.08
%41.96

Codes

Color #689466 in popluar color models

689466
RGB104148102
HSL117°18.40%49.02%
HSB/HSV117°31.08%58.04%
CMYK29.73%0.00%31.08%
41.96%

Color #689466 in popluar number systems.

HEX689466
Decimal104148102
Binary1101000100101001100110
Octal150224146

Shades and tints

Shades of #689466

#689466
(104,148,102)
#5F875D
(95,135,93)
#567A54
(86,122,84)
#4D6D4B
(77,109,75)
#446042
(68,96,66)
#3B5339
(59,83,57)
#324630
(50,70,48)
#293927
(41,57,39)
#202C1E
(32,44,30)
#171F15
(23,31,21)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #689466

#689466
(104,148,102)
#759D73
(117,157,115)
#82A680
(130,166,128)
#8FAF8D
(143,175,141)
#9CB89A
(156,184,154)
#A9C1A7
(169,193,167)
#B6CAB4
(182,202,180)
#C3D3C1
(195,211,193)
#D0DCCE
(208,220,206)
#DDE5DB
(221,229,219)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689466 color. Also use rgb(104,148,102) instead hex code.

Text Font Color

.myTextColor { color: #689466; }

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

This text font color is #689466.


Background Color

.myBgColor { background-color: #689466; }

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

This div background color is #689466.


Border color

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

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

This div border color is #689466.


Opacity

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

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

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

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

This text has shadow with #689466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689466 on black background.


Color preview on white background

This text has color #689466 on white background.



Black color preview on #689466 background

This text has black color on #689466 background.


White color preview on #689466 background

This text has white color on #689466 background.