COLOR #6B884D

HEX: #6B884D
RGB: (107,136,77)

Renk bilgisi

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

RGB renk modeli

#6B884D color RGB value is (107,136,77).

  • kırmız ton 107;
  • yeşil ton 136;
  • mavi ton 77.
RGB:
(107,136,77)
(42%,53%,30%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 136 of 255 = 53%
B 77 of 255 = 30%

107
136
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 136 + 77 = 320 (100%)
R 107 of 320 ~ 33.44%
G 136 of 320 ~ 42.5%
B 77 of 320 ~ 24.06%

%33.44
%42.5
%24.06

CMYK RENK MODELİ

#6B884D rengi CMYK tonu (21,0,43,47).

  • camgöbeği tonu 21.32%
  • eflatun tonu 0.00%
  • sarı tonu 43.38%
  • ana renk tonu 46.67%
CMYK:
(21,0,43,47)
C21M0Y43K47 
(21%,0%,43%,47%)
(0.21/0.00/0.43/0.47)	

CMYK yüzdeleri

%21.32
%0
%43.38
%46.67

Codes

Color #6B884D in popluar color models

6B884D
RGB10713677
HSL89°27.70%41.76%
HSB/HSV89°43.38%53.33%
CMYK21.32%0.00%43.38%
46.67%

Color #6B884D in popluar number systems.

HEX6B884D
Decimal10713677
Binary1101011100010001001101
Octal153210115

Shades and tints

Shades of #6B884D

#6B884D
(107,136,77)
#627C46
(98,124,70)
#59703F
(89,112,63)
#506438
(80,100,56)
#475831
(71,88,49)
#3E4C2A
(62,76,42)
#354023
(53,64,35)
#2C341C
(44,52,28)
#232815
(35,40,21)
#1A1C0E
(26,28,14)
#111007
(17,16,7)
#000000
(0,0,0)

Tints of #6B884D

#6B884D
(107,136,77)
#78925D
(120,146,93)
#859C6D
(133,156,109)
#92A67D
(146,166,125)
#9FB08D
(159,176,141)
#ACBA9D
(172,186,157)
#B9C4AD
(185,196,173)
#C6CEBD
(198,206,189)
#D3D8CD
(211,216,205)
#E0E2DD
(224,226,221)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B884D color. Also use rgb(107,136,77) instead hex code.

Text Font Color

.myTextColor { color: #6B884D; }

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

This text font color is #6B884D.


Background Color

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

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

This div background color is #6B884D.


Border color

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

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

This div border color is #6B884D.


Opacity

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

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

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

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

This text has shadow with #6B884D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B884D on black background.


Color preview on white background

This text has color #6B884D on white background.



Black color preview on #6B884D background

This text has black color on #6B884D background.


White color preview on #6B884D background

This text has white color on #6B884D background.