COLOR #6E823B

HEX: #6E823B
RGB: (110,130,59)

Renk bilgisi

#6E823B contains mainly red and green colors. #6E823B ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#6E823B color RGB value is (110,130,59).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 130 of 255 = 51%
B 59 of 255 = 23%

110
130
59

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 130 + 59 = 299 (100%)
R 110 of 299 ~ 36.79%
G 130 of 299 ~ 43.48%
B 59 of 299 ~ 19.73%

%36.79
%43.48
%19.73

CMYK RENK MODELİ

#6E823B rengi CMYK tonu (15,0,55,49).

  • camgöbeği tonu 15.38%
  • eflatun tonu 0.00%
  • sarı tonu 54.62%
  • ana renk tonu 49.02%
CMYK:
(15,0,55,49)
C15M0Y55K49 
(15%,0%,55%,49%)
(0.15/0.00/0.55/0.49)	

CMYK yüzdeleri

%15.38
%0
%54.62
%49.02

Codes

Color #6E823B in popluar color models

6E823B
RGB11013059
HSL77°37.57%37.06%
HSB/HSV77°54.62%50.98%
CMYK15.38%0.00%54.62%
49.02%

Color #6E823B in popluar number systems.

HEX6E823B
Decimal11013059
Binary110111010000010111011
Octal15620273

Shades and tints

Shades of #6E823B

#6E823B
(110,130,59)
#647736
(100,119,54)
#5A6C31
(90,108,49)
#50612C
(80,97,44)
#465627
(70,86,39)
#3C4B22
(60,75,34)
#32401D
(50,64,29)
#283518
(40,53,24)
#1E2A13
(30,42,19)
#141F0E
(20,31,14)
#0A1409
(10,20,9)
#000000
(0,0,0)

Tints of #6E823B

#6E823B
(110,130,59)
#7B8D4C
(123,141,76)
#88985D
(136,152,93)
#95A36E
(149,163,110)
#A2AE7F
(162,174,127)
#AFB990
(175,185,144)
#BCC4A1
(188,196,161)
#C9CFB2
(201,207,178)
#D6DAC3
(214,218,195)
#E3E5D4
(227,229,212)
#F0F0E5
(240,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E823B; }

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

This text font color is #6E823B.


Background Color

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

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

This div background color is #6E823B.


Border color

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

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

This div border color is #6E823B.


Opacity

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

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

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

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

This text has shadow with #6E823B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E823B on black background.


Color preview on white background

This text has color #6E823B on white background.



Black color preview on #6E823B background

This text has black color on #6E823B background.


White color preview on #6E823B background

This text has white color on #6E823B background.