COLOR #6E7449

HEX: #6E7449
RGB: (110,116,73)

Renk bilgisi

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

RGB renk modeli

#6E7449 color RGB value is (110,116,73).

  • kırmız ton 110;
  • yeşil ton 116;
  • mavi ton 73.
RGB:
(110,116,73)
(43%,45%,29%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 116 of 255 = 45%
B 73 of 255 = 29%

110
116
73

R + G + B ~ 39%. #6E7449 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 116 + 73 = 299 (100%)
R 110 of 299 ~ 36.79%
G 116 of 299 ~ 38.8%
B 73 of 299 ~ 24.41%

%36.79
%38.8
%24.41

CMYK RENK MODELİ

#6E7449 rengi CMYK tonu (5,0,37,55).

  • camgöbeği tonu 5.17%
  • eflatun tonu 0.00%
  • sarı tonu 37.07%
  • ana renk tonu 54.51%
CMYK:
(5,0,37,55)
C5M0Y37K55 
(5%,0%,37%,55%)
(0.05/0.00/0.37/0.55)	

CMYK yüzdeleri

%5.17
%0
%37.07
%54.51

Codes

Color #6E7449 in popluar color models

6E7449
RGB11011673
HSL68°22.75%37.06%
HSB/HSV68°37.07%45.49%
CMYK5.17%0.00%37.07%
54.51%

Color #6E7449 in popluar number systems.

HEX6E7449
Decimal11011673
Binary110111011101001001001
Octal156164111

Shades and tints

Shades of #6E7449

#6E7449
(110,116,73)
#646A43
(100,106,67)
#5A603D
(90,96,61)
#505637
(80,86,55)
#464C31
(70,76,49)
#3C422B
(60,66,43)
#323825
(50,56,37)
#282E1F
(40,46,31)
#1E2419
(30,36,25)
#141A13
(20,26,19)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #6E7449

#6E7449
(110,116,73)
#7B8059
(123,128,89)
#888C69
(136,140,105)
#959879
(149,152,121)
#A2A489
(162,164,137)
#AFB099
(175,176,153)
#BCBCA9
(188,188,169)
#C9C8B9
(201,200,185)
#D6D4C9
(214,212,201)
#E3E0D9
(227,224,217)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7449 color. Also use rgb(110,116,73) instead hex code.

Text Font Color

.myTextColor { color: #6E7449; }

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

This text font color is #6E7449.


Background Color

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

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

This div background color is #6E7449.


Border color

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

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

This div border color is #6E7449.


Opacity

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

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

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

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

This text has shadow with #6E7449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7449 on black background.


Color preview on white background

This text has color #6E7449 on white background.



Black color preview on #6E7449 background

This text has black color on #6E7449 background.


White color preview on #6E7449 background

This text has white color on #6E7449 background.