COLOR #6E8550

HEX: #6E8550
RGB: (110,133,80)

Renk bilgisi

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

RGB renk modeli

#6E8550 color RGB value is (110,133,80).

  • kırmız ton 110;
  • yeşil ton 133;
  • mavi ton 80.
RGB:
(110,133,80)
(43%,52%,31%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 133 of 255 = 52%
B 80 of 255 = 31%

110
133
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 133 + 80 = 323 (100%)
R 110 of 323 ~ 34.06%
G 133 of 323 ~ 41.18%
B 80 of 323 ~ 24.77%

%34.06
%41.18
%24.77

CMYK RENK MODELİ

#6E8550 rengi CMYK tonu (17,0,40,48).

  • camgöbeği tonu 17.29%
  • eflatun tonu 0.00%
  • sarı tonu 39.85%
  • ana renk tonu 47.84%
CMYK:
(17,0,40,48)
C17M0Y40K48 
(17%,0%,40%,48%)
(0.17/0.00/0.40/0.48)	

CMYK yüzdeleri

%17.29
%0
%39.85
%47.84

Codes

Color #6E8550 in popluar color models

6E8550
RGB11013380
HSL86°24.88%41.76%
HSB/HSV86°39.85%52.16%
CMYK17.29%0.00%39.85%
47.84%

Color #6E8550 in popluar number systems.

HEX6E8550
Decimal11013380
Binary1101110100001011010000
Octal156205120

Shades and tints

Shades of #6E8550

#6E8550
(110,133,80)
#647949
(100,121,73)
#5A6D42
(90,109,66)
#50613B
(80,97,59)
#465534
(70,85,52)
#3C492D
(60,73,45)
#323D26
(50,61,38)
#28311F
(40,49,31)
#1E2518
(30,37,24)
#141911
(20,25,17)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #6E8550

#6E8550
(110,133,80)
#7B905F
(123,144,95)
#889B6E
(136,155,110)
#95A67D
(149,166,125)
#A2B18C
(162,177,140)
#AFBC9B
(175,188,155)
#BCC7AA
(188,199,170)
#C9D2B9
(201,210,185)
#D6DDC8
(214,221,200)
#E3E8D7
(227,232,215)
#F0F3E6
(240,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8550 color. Also use rgb(110,133,80) instead hex code.

Text Font Color

.myTextColor { color: #6E8550; }

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

This text font color is #6E8550.


Background Color

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

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

This div background color is #6E8550.


Border color

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

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

This div border color is #6E8550.


Opacity

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

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

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

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

This text has shadow with #6E8550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8550 on black background.


Color preview on white background

This text has color #6E8550 on white background.



Black color preview on #6E8550 background

This text has black color on #6E8550 background.


White color preview on #6E8550 background

This text has white color on #6E8550 background.