COLOR #6E8553

HEX: #6E8553
RGB: (110,133,83)

Renk bilgisi

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

RGB renk modeli

#6E8553 color RGB value is (110,133,83).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 133 of 255 = 52%
B 83 of 255 = 33%

110
133
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 133 + 83 = 326 (100%)
R 110 of 326 ~ 33.74%
G 133 of 326 ~ 40.8%
B 83 of 326 ~ 25.46%

%33.74
%40.8
%25.46

CMYK RENK MODELİ

#6E8553 rengi CMYK tonu (17,0,38,48).

  • camgöbeği tonu 17.29%
  • eflatun tonu 0.00%
  • sarı tonu 37.59%
  • ana renk tonu 47.84%
CMYK:
(17,0,38,48)
C17M0Y38K48 
(17%,0%,38%,48%)
(0.17/0.00/0.38/0.48)	

CMYK yüzdeleri

%17.29
%0
%37.59
%47.84

Codes

Color #6E8553 in popluar color models

6E8553
RGB11013383
HSL88°23.15%42.35%
HSB/HSV88°37.59%52.16%
CMYK17.29%0.00%37.59%
47.84%

Color #6E8553 in popluar number systems.

HEX6E8553
Decimal11013383
Binary1101110100001011010011
Octal156205123

Shades and tints

Shades of #6E8553

#6E8553
(110,133,83)
#64794C
(100,121,76)
#5A6D45
(90,109,69)
#50613E
(80,97,62)
#465537
(70,85,55)
#3C4930
(60,73,48)
#323D29
(50,61,41)
#283122
(40,49,34)
#1E251B
(30,37,27)
#141914
(20,25,20)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #6E8553

#6E8553
(110,133,83)
#7B9062
(123,144,98)
#889B71
(136,155,113)
#95A680
(149,166,128)
#A2B18F
(162,177,143)
#AFBC9E
(175,188,158)
#BCC7AD
(188,199,173)
#C9D2BC
(201,210,188)
#D6DDCB
(214,221,203)
#E3E8DA
(227,232,218)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8553; }

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

This text font color is #6E8553.


Background Color

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

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

This div background color is #6E8553.


Border color

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

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

This div border color is #6E8553.


Opacity

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

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

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

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

This text has shadow with #6E8553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8553 on black background.


Color preview on white background

This text has color #6E8553 on white background.



Black color preview on #6E8553 background

This text has black color on #6E8553 background.


White color preview on #6E8553 background

This text has white color on #6E8553 background.