COLOR #6E8B48

HEX: #6E8B48
RGB: (110,139,72)

Renk bilgisi

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

RGB renk modeli

#6E8B48 color RGB value is (110,139,72).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 139 of 255 = 55%
B 72 of 255 = 28%

110
139
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 139 + 72 = 321 (100%)
R 110 of 321 ~ 34.27%
G 139 of 321 ~ 43.3%
B 72 of 321 ~ 22.43%

%34.27
%43.3
%22.43

CMYK RENK MODELİ

#6E8B48 rengi CMYK tonu (21,0,48,45).

  • camgöbeği tonu 20.86%
  • eflatun tonu 0.00%
  • sarı tonu 48.20%
  • ana renk tonu 45.49%
CMYK:
(21,0,48,45)
C21M0Y48K45 
(21%,0%,48%,45%)
(0.21/0.00/0.48/0.45)	

CMYK yüzdeleri

%20.86
%0
%48.2
%45.49

Codes

Color #6E8B48 in popluar color models

6E8B48
RGB11013972
HSL86°31.75%41.37%
HSB/HSV86°48.20%54.51%
CMYK20.86%0.00%48.20%
45.49%

Color #6E8B48 in popluar number systems.

HEX6E8B48
Decimal11013972
Binary1101110100010111001000
Octal156213110

Shades and tints

Shades of #6E8B48

#6E8B48
(110,139,72)
#647F42
(100,127,66)
#5A733C
(90,115,60)
#506736
(80,103,54)
#465B30
(70,91,48)
#3C4F2A
(60,79,42)
#324324
(50,67,36)
#28371E
(40,55,30)
#1E2B18
(30,43,24)
#141F12
(20,31,18)
#0A130C
(10,19,12)
#000000
(0,0,0)

Tints of #6E8B48

#6E8B48
(110,139,72)
#7B9558
(123,149,88)
#889F68
(136,159,104)
#95A978
(149,169,120)
#A2B388
(162,179,136)
#AFBD98
(175,189,152)
#BCC7A8
(188,199,168)
#C9D1B8
(201,209,184)
#D6DBC8
(214,219,200)
#E3E5D8
(227,229,216)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8B48; }

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

This text font color is #6E8B48.


Background Color

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

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

This div background color is #6E8B48.


Border color

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

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

This div border color is #6E8B48.


Opacity

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

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

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

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

This text has shadow with #6E8B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8B48 on black background.


Color preview on white background

This text has color #6E8B48 on white background.



Black color preview on #6E8B48 background

This text has black color on #6E8B48 background.


White color preview on #6E8B48 background

This text has white color on #6E8B48 background.