COLOR #6D7520

HEX: #6D7520
RGB: (109,117,32)

Renk bilgisi

#6D7520 contains mainly red and green colors. #6D7520 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#6D7520 color RGB value is (109,117,32).

  • kırmız ton 109;
  • yeşil ton 117;
  • mavi ton 32.
RGB:
(109,117,32)
(43%,46%,13%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 117 of 255 = 46%
B 32 of 255 = 13%

109
117
32

R + G + B ~ 34%. #6D7520 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 117 + 32 = 258 (100%)
R 109 of 258 ~ 42.25%
G 117 of 258 ~ 45.35%
B 32 of 258 ~ 12.4%

%42.25
%45.35
%12.4

CMYK RENK MODELİ

#6D7520 rengi CMYK tonu (7,0,73,54).

  • camgöbeği tonu 6.84%
  • eflatun tonu 0.00%
  • sarı tonu 72.65%
  • ana renk tonu 54.12%
CMYK:
(7,0,73,54)
C7M0Y73K54 
(7%,0%,73%,54%)
(0.07/0.00/0.73/0.54)	

CMYK yüzdeleri

%6.84
%0
%72.65
%54.12

Codes

Color #6D7520 in popluar color models

6D7520
RGB10911732
HSL66°57.05%29.22%
HSB/HSV66°72.65%45.88%
CMYK6.84%0.00%72.65%
54.12%

Color #6D7520 in popluar number systems.

HEX6D7520
Decimal10911732
Binary11011011110101100000
Octal15516540

Shades and tints

Shades of #6D7520

#6D7520
(109,117,32)
#646B1E
(100,107,30)
#5B611C
(91,97,28)
#52571A
(82,87,26)
#494D18
(73,77,24)
#404316
(64,67,22)
#373914
(55,57,20)
#2E2F12
(46,47,18)
#252510
(37,37,16)
#1C1B0E
(28,27,14)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #6D7520

#6D7520
(109,117,32)
#7A8134
(122,129,52)
#878D48
(135,141,72)
#94995C
(148,153,92)
#A1A570
(161,165,112)
#AEB184
(174,177,132)
#BBBD98
(187,189,152)
#C8C9AC
(200,201,172)
#D5D5C0
(213,213,192)
#E2E1D4
(226,225,212)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7520 color. Also use rgb(109,117,32) instead hex code.

Text Font Color

.myTextColor { color: #6D7520; }

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

This text font color is #6D7520.


Background Color

.myBgColor { background-color: #6D7520; }

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

This div background color is #6D7520.


Border color

.myBorderColor { border: 1px solid #6D7520; }

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

This div border color is #6D7520.


Opacity

.myOpacity80 { color: #6D7520; opacity: 0.8; }

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

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

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

This text has shadow with #6D7520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7520 on black background.


Color preview on white background

This text has color #6D7520 on white background.



Black color preview on #6D7520 background

This text has black color on #6D7520 background.


White color preview on #6D7520 background

This text has white color on #6D7520 background.