COLOR #6C825E

HEX: #6C825E
RGB: (108,130,94)

Renk bilgisi

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

RGB renk modeli

#6C825E color RGB value is (108,130,94).

  • kırmız ton 108;
  • yeşil ton 130;
  • mavi ton 94.
RGB:
(108,130,94)
(42%,51%,37%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 130 of 255 = 51%
B 94 of 255 = 37%

108
130
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 130 + 94 = 332 (100%)
R 108 of 332 ~ 32.53%
G 130 of 332 ~ 39.16%
B 94 of 332 ~ 28.31%

%32.53
%39.16
%28.31

CMYK RENK MODELİ

#6C825E rengi CMYK tonu (17,0,28,49).

  • camgöbeği tonu 16.92%
  • eflatun tonu 0.00%
  • sarı tonu 27.69%
  • ana renk tonu 49.02%
CMYK:
(17,0,28,49)
C17M0Y28K49 
(17%,0%,28%,49%)
(0.17/0.00/0.28/0.49)	

CMYK yüzdeleri

%16.92
%0
%27.69
%49.02

Codes

Color #6C825E in popluar color models

6C825E
RGB10813094
HSL97°16.07%43.92%
HSB/HSV97°27.69%50.98%
CMYK16.92%0.00%27.69%
49.02%

Color #6C825E in popluar number systems.

HEX6C825E
Decimal10813094
Binary1101100100000101011110
Octal154202136

Shades and tints

Shades of #6C825E

#6C825E
(108,130,94)
#637756
(99,119,86)
#5A6C4E
(90,108,78)
#516146
(81,97,70)
#48563E
(72,86,62)
#3F4B36
(63,75,54)
#36402E
(54,64,46)
#2D3526
(45,53,38)
#242A1E
(36,42,30)
#1B1F16
(27,31,22)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #6C825E

#6C825E
(108,130,94)
#798D6C
(121,141,108)
#86987A
(134,152,122)
#93A388
(147,163,136)
#A0AE96
(160,174,150)
#ADB9A4
(173,185,164)
#BAC4B2
(186,196,178)
#C7CFC0
(199,207,192)
#D4DACE
(212,218,206)
#E1E5DC
(225,229,220)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C825E color. Also use rgb(108,130,94) instead hex code.

Text Font Color

.myTextColor { color: #6C825E; }

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

This text font color is #6C825E.


Background Color

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

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

This div background color is #6C825E.


Border color

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

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

This div border color is #6C825E.


Opacity

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

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

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

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

This text has shadow with #6C825E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C825E on black background.


Color preview on white background

This text has color #6C825E on white background.



Black color preview on #6C825E background

This text has black color on #6C825E background.


White color preview on #6C825E background

This text has white color on #6C825E background.