COLOR #6E741D

HEX: #6E741D
RGB: (110,116,29)

Renk bilgisi

#6E741D contains mainly red and green colors. #6E741D ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#6E741D color RGB value is (110,116,29).

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

RGB bağlantıları ve doygunluk

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

110
116
29

R + G + B ~ 33%. #6E741D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 116 + 29 = 255 (100%)
R 110 of 255 ~ 43.14%
G 116 of 255 ~ 45.49%
B 29 of 255 ~ 11.37%

%43.14
%45.49
%11.37

CMYK RENK MODELİ

#6E741D rengi CMYK tonu (5,0,75,55).

  • camgöbeği tonu 5.17%
  • eflatun tonu 0.00%
  • sarı tonu 75.00%
  • ana renk tonu 54.51%
CMYK:
(5,0,75,55)
C5M0Y75K55 
(5%,0%,75%,55%)
(0.05/0.00/0.75/0.55)	

CMYK yüzdeleri

%5.17
%0
%75
%54.51

Codes

Color #6E741D in popluar color models

6E741D
RGB11011629
HSL64°60.00%28.43%
HSB/HSV64°75.00%45.49%
CMYK5.17%0.00%75.00%
54.51%

Color #6E741D in popluar number systems.

HEX6E741D
Decimal11011629
Binary1101110111010011101
Octal15616435

Shades and tints

Shades of #6E741D

#6E741D
(110,116,29)
#646A1B
(100,106,27)
#5A6019
(90,96,25)
#505617
(80,86,23)
#464C15
(70,76,21)
#3C4213
(60,66,19)
#323811
(50,56,17)
#282E0F
(40,46,15)
#1E240D
(30,36,13)
#141A0B
(20,26,11)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #6E741D

#6E741D
(110,116,29)
#7B8031
(123,128,49)
#888C45
(136,140,69)
#959859
(149,152,89)
#A2A46D
(162,164,109)
#AFB081
(175,176,129)
#BCBC95
(188,188,149)
#C9C8A9
(201,200,169)
#D6D4BD
(214,212,189)
#E3E0D1
(227,224,209)
#F0ECE5
(240,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E741D; }

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

This text font color is #6E741D.


Background Color

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

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

This div background color is #6E741D.


Border color

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

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

This div border color is #6E741D.


Opacity

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

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

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

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

This text has shadow with #6E741D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E741D on black background.


Color preview on white background

This text has color #6E741D on white background.



Black color preview on #6E741D background

This text has black color on #6E741D background.


White color preview on #6E741D background

This text has white color on #6E741D background.