COLOR #6E763E

HEX: #6E763E
RGB: (110,118,62)

Renk bilgisi

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

RGB renk modeli

#6E763E color RGB value is (110,118,62).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 118 of 255 = 46%
B 62 of 255 = 24%

110
118
62

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 118 + 62 = 290 (100%)
R 110 of 290 ~ 37.93%
G 118 of 290 ~ 40.69%
B 62 of 290 ~ 21.38%

%37.93
%40.69
%21.38

CMYK RENK MODELİ

#6E763E rengi CMYK tonu (7,0,47,54).

  • camgöbeği tonu 6.78%
  • eflatun tonu 0.00%
  • sarı tonu 47.46%
  • ana renk tonu 53.73%
CMYK:
(7,0,47,54)
C7M0Y47K54 
(7%,0%,47%,54%)
(0.07/0.00/0.47/0.54)	

CMYK yüzdeleri

%6.78
%0
%47.46
%53.73

Codes

Color #6E763E in popluar color models

6E763E
RGB11011862
HSL69°31.11%35.29%
HSB/HSV69°47.46%46.27%
CMYK6.78%0.00%47.46%
53.73%

Color #6E763E in popluar number systems.

HEX6E763E
Decimal11011862
Binary11011101110110111110
Octal15616676

Shades and tints

Shades of #6E763E

#6E763E
(110,118,62)
#646C39
(100,108,57)
#5A6234
(90,98,52)
#50582F
(80,88,47)
#464E2A
(70,78,42)
#3C4425
(60,68,37)
#323A20
(50,58,32)
#28301B
(40,48,27)
#1E2616
(30,38,22)
#141C11
(20,28,17)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #6E763E

#6E763E
(110,118,62)
#7B824F
(123,130,79)
#888E60
(136,142,96)
#959A71
(149,154,113)
#A2A682
(162,166,130)
#AFB293
(175,178,147)
#BCBEA4
(188,190,164)
#C9CAB5
(201,202,181)
#D6D6C6
(214,214,198)
#E3E2D7
(227,226,215)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E763E color. Also use rgb(110,118,62) instead hex code.

Text Font Color

.myTextColor { color: #6E763E; }

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

This text font color is #6E763E.


Background Color

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

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

This div background color is #6E763E.


Border color

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

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

This div border color is #6E763E.


Opacity

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

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

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

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

This text has shadow with #6E763E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E763E on black background.


Color preview on white background

This text has color #6E763E on white background.



Black color preview on #6E763E background

This text has black color on #6E763E background.


White color preview on #6E763E background

This text has white color on #6E763E background.