COLOR #6D763D

HEX: #6D763D
RGB: (109,118,61)

Renk bilgisi

#6D763D contains red, green and blue colors in about the same proportion. #6D763D ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#6D763D color RGB value is (109,118,61).

  • kırmız ton 109;
  • yeşil ton 118;
  • mavi ton 61.
RGB:
(109,118,61)
(43%,46%,24%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 118 of 255 = 46%
B 61 of 255 = 24%

109
118
61

R + G + B ~ 38%. #6D763D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 118 + 61 = 288 (100%)
R 109 of 288 ~ 37.85%
G 118 of 288 ~ 40.97%
B 61 of 288 ~ 21.18%

%37.85
%40.97
%21.18

CMYK RENK MODELİ

#6D763D rengi CMYK tonu (8,0,48,54).

  • camgöbeği tonu 7.63%
  • eflatun tonu 0.00%
  • sarı tonu 48.31%
  • ana renk tonu 53.73%
CMYK:
(8,0,48,54)
C8M0Y48K54 
(8%,0%,48%,54%)
(0.08/0.00/0.48/0.54)	

CMYK yüzdeleri

%7.63
%0
%48.31
%53.73

Codes

Color #6D763D in popluar color models

6D763D
RGB10911861
HSL69°31.84%35.10%
HSB/HSV69°48.31%46.27%
CMYK7.63%0.00%48.31%
53.73%

Color #6D763D in popluar number systems.

HEX6D763D
Decimal10911861
Binary11011011110110111101
Octal15516675

Shades and tints

Shades of #6D763D

#6D763D
(109,118,61)
#646C38
(100,108,56)
#5B6233
(91,98,51)
#52582E
(82,88,46)
#494E29
(73,78,41)
#404424
(64,68,36)
#373A1F
(55,58,31)
#2E301A
(46,48,26)
#252615
(37,38,21)
#1C1C10
(28,28,16)
#13120B
(19,18,11)
#000000
(0,0,0)

Tints of #6D763D

#6D763D
(109,118,61)
#7A824E
(122,130,78)
#878E5F
(135,142,95)
#949A70
(148,154,112)
#A1A681
(161,166,129)
#AEB292
(174,178,146)
#BBBEA3
(187,190,163)
#C8CAB4
(200,202,180)
#D5D6C5
(213,214,197)
#E2E2D6
(226,226,214)
#EFEEE7
(239,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D763D color. Also use rgb(109,118,61) instead hex code.

Text Font Color

.myTextColor { color: #6D763D; }

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

This text font color is #6D763D.


Background Color

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

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

This div background color is #6D763D.


Border color

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

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

This div border color is #6D763D.


Opacity

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

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

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

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

This text has shadow with #6D763D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D763D on black background.


Color preview on white background

This text has color #6D763D on white background.



Black color preview on #6D763D background

This text has black color on #6D763D background.


White color preview on #6D763D background

This text has white color on #6D763D background.