COLOR #6E856B

HEX: #6E856B
RGB: (110,133,107)

Renk bilgisi

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

RGB renk modeli

#6E856B color RGB value is (110,133,107).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 133 of 255 = 52%
B 107 of 255 = 42%

110
133
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 133 + 107 = 350 (100%)
R 110 of 350 ~ 31.43%
G 133 of 350 ~ 38%
B 107 of 350 ~ 30.57%

%31.43
%38
%30.57

CMYK RENK MODELİ

#6E856B rengi CMYK tonu (17,0,20,48).

  • camgöbeği tonu 17.29%
  • eflatun tonu 0.00%
  • sarı tonu 19.55%
  • ana renk tonu 47.84%
CMYK:
(17,0,20,48)
C17M0Y20K48 
(17%,0%,20%,48%)
(0.17/0.00/0.20/0.48)	

CMYK yüzdeleri

%17.29
%0
%19.55
%47.84

Codes

Color #6E856B in popluar color models

6E856B
RGB110133107
HSL113°10.83%47.06%
HSB/HSV113°19.55%52.16%
CMYK17.29%0.00%19.55%
47.84%

Color #6E856B in popluar number systems.

HEX6E856B
Decimal110133107
Binary1101110100001011101011
Octal156205153

Shades and tints

Shades of #6E856B

#6E856B
(110,133,107)
#647962
(100,121,98)
#5A6D59
(90,109,89)
#506150
(80,97,80)
#465547
(70,85,71)
#3C493E
(60,73,62)
#323D35
(50,61,53)
#28312C
(40,49,44)
#1E2523
(30,37,35)
#14191A
(20,25,26)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #6E856B

#6E856B
(110,133,107)
#7B9078
(123,144,120)
#889B85
(136,155,133)
#95A692
(149,166,146)
#A2B19F
(162,177,159)
#AFBCAC
(175,188,172)
#BCC7B9
(188,199,185)
#C9D2C6
(201,210,198)
#D6DDD3
(214,221,211)
#E3E8E0
(227,232,224)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E856B; }

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

This text font color is #6E856B.


Background Color

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

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

This div background color is #6E856B.


Border color

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

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

This div border color is #6E856B.


Opacity

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

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

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

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

This text has shadow with #6E856B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E856B on black background.


Color preview on white background

This text has color #6E856B on white background.



Black color preview on #6E856B background

This text has black color on #6E856B background.


White color preview on #6E856B background

This text has white color on #6E856B background.