COLOR #679B31

HEX: #679B31
RGB: (103,155,49)

Renk bilgisi

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

RGB renk modeli

#679B31 color RGB value is (103,155,49).

  • kırmız ton 103;
  • yeşil ton 155;
  • mavi ton 49.
RGB:
(103,155,49)
(40%,61%,19%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 155 of 255 = 61%
B 49 of 255 = 19%

103
155
49

R + G + B ~ 40%. #679B31 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 155 + 49 = 307 (100%)
R 103 of 307 ~ 33.55%
G 155 of 307 ~ 50.49%
B 49 of 307 ~ 15.96%

%33.55
%50.49
%15.96

CMYK RENK MODELİ

#679B31 rengi CMYK tonu (34,0,68,39).

  • camgöbeği tonu 33.55%
  • eflatun tonu 0.00%
  • sarı tonu 68.39%
  • ana renk tonu 39.22%
CMYK:
(34,0,68,39)
C34M0Y68K39 
(34%,0%,68%,39%)
(0.34/0.00/0.68/0.39)	

CMYK yüzdeleri

%33.55
%0
%68.39
%39.22

Codes

Color #679B31 in popluar color models

679B31
RGB10315549
HSL89°51.96%40.00%
HSB/HSV89°68.39%60.78%
CMYK33.55%0.00%68.39%
39.22%

Color #679B31 in popluar number systems.

HEX679B31
Decimal10315549
Binary110011110011011110001
Octal14723361

Shades and tints

Shades of #679B31

#679B31
(103,155,49)
#5E8D2D
(94,141,45)
#557F29
(85,127,41)
#4C7125
(76,113,37)
#436321
(67,99,33)
#3A551D
(58,85,29)
#314719
(49,71,25)
#283915
(40,57,21)
#1F2B11
(31,43,17)
#161D0D
(22,29,13)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #679B31

#679B31
(103,155,49)
#74A443
(116,164,67)
#81AD55
(129,173,85)
#8EB667
(142,182,103)
#9BBF79
(155,191,121)
#A8C88B
(168,200,139)
#B5D19D
(181,209,157)
#C2DAAF
(194,218,175)
#CFE3C1
(207,227,193)
#DCECD3
(220,236,211)
#E9F5E5
(233,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #679B31 color. Also use rgb(103,155,49) instead hex code.

Text Font Color

.myTextColor { color: #679B31; }

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

This text font color is #679B31.


Background Color

.myBgColor { background-color: #679B31; }

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

This div background color is #679B31.


Border color

.myBorderColor { border: 1px solid #679B31; }

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

This div border color is #679B31.


Opacity

.myOpacity80 { color: #679B31; opacity: 0.8; }

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

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

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

This text has shadow with #679B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #679B31 on black background.


Color preview on white background

This text has color #679B31 on white background.



Black color preview on #679B31 background

This text has black color on #679B31 background.


White color preview on #679B31 background

This text has white color on #679B31 background.