COLOR #6D7353

HEX: #6D7353
RGB: (109,115,83)

Renk bilgisi

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

RGB renk modeli

#6D7353 color RGB value is (109,115,83).

  • kırmız ton 109;
  • yeşil ton 115;
  • mavi ton 83.
RGB: (109,115,83) (43%,45%,33%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 115 of 255 = 45%
B 83 of 255 = 33%

109
115
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 115 + 83 = 307 (100%)
R 109 of 307 ~ 35.5%
G 115 of 307 ~ 37.46%
B 83 of 307 ~ 27.04%

%35.5
%37.46
%27.04

CMYK RENK MODELİ

#6D7353 rengi CMYK tonu (5,0,28,55).

  • camgöbeği tonu 5.22%
  • eflatun tonu 0.00%
  • sarı tonu 27.83%
  • ana renk tonu 54.90%
CMYK: (5,0,28,55) C5M0Y28K55 (5%,0%,28%,55%) (0.05/0.00/0.28/0.55)

CMYK yüzdeleri

%5.22
%0
%27.83
%54.9

Codes

Color #6D7353 in popluar color models

6D7353
RGB10911583
HSL71°16.16%38.82%
HSB/HSV71°27.83%45.10%
CMYK5.22%0.00%27.83%
54.90%

Color #6D7353 in popluar number systems.

HEX6D7353
Decimal10911583
Binary110110111100111010011
Octal155163123

Shades and tints

Shades of #6D7353

#6D7353
(109,115,83)
#64694C
(100,105,76)
#5B5F45
(91,95,69)
#52553E
(82,85,62)
#494B37
(73,75,55)
#404130
(64,65,48)
#373729
(55,55,41)
#2E2D22
(46,45,34)
#25231B
(37,35,27)
#1C1914
(28,25,20)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #6D7353

#6D7353
(109,115,83)
#7A7F62
(122,127,98)
#878B71
(135,139,113)
#949780
(148,151,128)
#A1A38F
(161,163,143)
#AEAF9E
(174,175,158)
#BBBBAD
(187,187,173)
#C8C7BC
(200,199,188)
#D5D3CB
(213,211,203)
#E2DFDA
(226,223,218)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7353 color. Also use rgb(109,115,83) instead hex code.

Text Font Color

.myTextColor { color: #6D7353; }

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

This text font color is #6D7353.


Background Color

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

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

This div background color is #6D7353.


Border color

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

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

This div border color is #6D7353.


Opacity

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

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

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

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

This text has shadow with #6D7353 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6D7353 on black background.


Color preview on white background

This text has color #6D7353 on white background.



Black color preview on #6D7353 background

This text has black color on #6D7353 background.


White color preview on #6D7353 background

This text has white color on #6D7353 background.