COLOR #6E825F

HEX: #6E825F
RGB: (110,130,95)

Renk bilgisi

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

RGB renk modeli

#6E825F color RGB value is (110,130,95).

  • kırmız ton 110;
  • yeşil ton 130;
  • mavi ton 95.
RGB:
(110,130,95)
(43%,51%,37%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 130 of 255 = 51%
B 95 of 255 = 37%

110
130
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 130 + 95 = 335 (100%)
R 110 of 335 ~ 32.84%
G 130 of 335 ~ 38.81%
B 95 of 335 ~ 28.36%

%32.84
%38.81
%28.36

CMYK RENK MODELİ

#6E825F rengi CMYK tonu (15,0,27,49).

  • camgöbeği tonu 15.38%
  • eflatun tonu 0.00%
  • sarı tonu 26.92%
  • ana renk tonu 49.02%
CMYK:
(15,0,27,49)
C15M0Y27K49 
(15%,0%,27%,49%)
(0.15/0.00/0.27/0.49)	

CMYK yüzdeleri

%15.38
%0
%26.92
%49.02

Codes

Color #6E825F in popluar color models

6E825F
RGB11013095
HSL94°15.56%44.12%
HSB/HSV94°26.92%50.98%
CMYK15.38%0.00%26.92%
49.02%

Color #6E825F in popluar number systems.

HEX6E825F
Decimal11013095
Binary1101110100000101011111
Octal156202137

Shades and tints

Shades of #6E825F

#6E825F
(110,130,95)
#647757
(100,119,87)
#5A6C4F
(90,108,79)
#506147
(80,97,71)
#46563F
(70,86,63)
#3C4B37
(60,75,55)
#32402F
(50,64,47)
#283527
(40,53,39)
#1E2A1F
(30,42,31)
#141F17
(20,31,23)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #6E825F

#6E825F
(110,130,95)
#7B8D6D
(123,141,109)
#88987B
(136,152,123)
#95A389
(149,163,137)
#A2AE97
(162,174,151)
#AFB9A5
(175,185,165)
#BCC4B3
(188,196,179)
#C9CFC1
(201,207,193)
#D6DACF
(214,218,207)
#E3E5DD
(227,229,221)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E825F color. Also use rgb(110,130,95) instead hex code.

Text Font Color

.myTextColor { color: #6E825F; }

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

This text font color is #6E825F.


Background Color

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

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

This div background color is #6E825F.


Border color

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

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

This div border color is #6E825F.


Opacity

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

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

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

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

This text has shadow with #6E825F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E825F on black background.


Color preview on white background

This text has color #6E825F on white background.



Black color preview on #6E825F background

This text has black color on #6E825F background.


White color preview on #6E825F background

This text has white color on #6E825F background.