COLOR #6B835D

HEX: #6B835D
RGB: (107,131,93)

Renk bilgisi

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

RGB renk modeli

#6B835D color RGB value is (107,131,93).

  • kırmız ton 107;
  • yeşil ton 131;
  • mavi ton 93.
RGB:
(107,131,93)
(42%,51%,36%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 131 of 255 = 51%
B 93 of 255 = 36%

107
131
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 131 + 93 = 331 (100%)
R 107 of 331 ~ 32.33%
G 131 of 331 ~ 39.58%
B 93 of 331 ~ 28.1%

%32.33
%39.58
%28.1

CMYK RENK MODELİ

#6B835D rengi CMYK tonu (18,0,29,49).

  • camgöbeği tonu 18.32%
  • eflatun tonu 0.00%
  • sarı tonu 29.01%
  • ana renk tonu 48.63%
CMYK:
(18,0,29,49)
C18M0Y29K49 
(18%,0%,29%,49%)
(0.18/0.00/0.29/0.49)	

CMYK yüzdeleri

%18.32
%0
%29.01
%48.63

Codes

Color #6B835D in popluar color models

6B835D
RGB10713193
HSL98°16.96%43.92%
HSB/HSV98°29.01%51.37%
CMYK18.32%0.00%29.01%
48.63%

Color #6B835D in popluar number systems.

HEX6B835D
Decimal10713193
Binary1101011100000111011101
Octal153203135

Shades and tints

Shades of #6B835D

#6B835D
(107,131,93)
#627855
(98,120,85)
#596D4D
(89,109,77)
#506245
(80,98,69)
#47573D
(71,87,61)
#3E4C35
(62,76,53)
#35412D
(53,65,45)
#2C3625
(44,54,37)
#232B1D
(35,43,29)
#1A2015
(26,32,21)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #6B835D

#6B835D
(107,131,93)
#788E6B
(120,142,107)
#859979
(133,153,121)
#92A487
(146,164,135)
#9FAF95
(159,175,149)
#ACBAA3
(172,186,163)
#B9C5B1
(185,197,177)
#C6D0BF
(198,208,191)
#D3DBCD
(211,219,205)
#E0E6DB
(224,230,219)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B835D color. Also use rgb(107,131,93) instead hex code.

Text Font Color

.myTextColor { color: #6B835D; }

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

This text font color is #6B835D.


Background Color

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

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

This div background color is #6B835D.


Border color

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

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

This div border color is #6B835D.


Opacity

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

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

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

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

This text has shadow with #6B835D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B835D on black background.


Color preview on white background

This text has color #6B835D on white background.



Black color preview on #6B835D background

This text has black color on #6B835D background.


White color preview on #6B835D background

This text has white color on #6B835D background.