COLOR #6E8B41

HEX: #6E8B41
RGB: (110,139,65)

Renk bilgisi

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

RGB renk modeli

#6E8B41 color RGB value is (110,139,65).

  • kırmız ton 110;
  • yeşil ton 139;
  • mavi ton 65.
RGB:
(110,139,65)
(43%,55%,25%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 139 of 255 = 55%
B 65 of 255 = 25%

110
139
65

R + G + B ~ 41%. #6E8B41 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 139 + 65 = 314 (100%)
R 110 of 314 ~ 35.03%
G 139 of 314 ~ 44.27%
B 65 of 314 ~ 20.7%

%35.03
%44.27
%20.7

CMYK RENK MODELİ

#6E8B41 rengi CMYK tonu (21,0,53,45).

  • camgöbeği tonu 20.86%
  • eflatun tonu 0.00%
  • sarı tonu 53.24%
  • ana renk tonu 45.49%
CMYK:
(21,0,53,45)
C21M0Y53K45 
(21%,0%,53%,45%)
(0.21/0.00/0.53/0.45)	

CMYK yüzdeleri

%20.86
%0
%53.24
%45.49

Codes

Color #6E8B41 in popluar color models

6E8B41
RGB11013965
HSL84°36.27%40.00%
HSB/HSV84°53.24%54.51%
CMYK20.86%0.00%53.24%
45.49%

Color #6E8B41 in popluar number systems.

HEX6E8B41
Decimal11013965
Binary1101110100010111000001
Octal156213101

Shades and tints

Shades of #6E8B41

#6E8B41
(110,139,65)
#647F3C
(100,127,60)
#5A7337
(90,115,55)
#506732
(80,103,50)
#465B2D
(70,91,45)
#3C4F28
(60,79,40)
#324323
(50,67,35)
#28371E
(40,55,30)
#1E2B19
(30,43,25)
#141F14
(20,31,20)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #6E8B41

#6E8B41
(110,139,65)
#7B9552
(123,149,82)
#889F63
(136,159,99)
#95A974
(149,169,116)
#A2B385
(162,179,133)
#AFBD96
(175,189,150)
#BCC7A7
(188,199,167)
#C9D1B8
(201,209,184)
#D6DBC9
(214,219,201)
#E3E5DA
(227,229,218)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8B41 color. Also use rgb(110,139,65) instead hex code.

Text Font Color

.myTextColor { color: #6E8B41; }

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

This text font color is #6E8B41.


Background Color

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

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

This div background color is #6E8B41.


Border color

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

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

This div border color is #6E8B41.


Opacity

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

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

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

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

This text has shadow with #6E8B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8B41 on black background.


Color preview on white background

This text has color #6E8B41 on white background.



Black color preview on #6E8B41 background

This text has black color on #6E8B41 background.


White color preview on #6E8B41 background

This text has white color on #6E8B41 background.