COLOR #6B7349

HEX: #6B7349
RGB: (107,115,73)

Renk bilgisi

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

RGB renk modeli

#6B7349 color RGB value is (107,115,73).

  • kırmız ton 107;
  • yeşil ton 115;
  • mavi ton 73.
RGB:
(107,115,73)
(42%,45%,29%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 115 of 255 = 45%
B 73 of 255 = 29%

107
115
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 115 + 73 = 295 (100%)
R 107 of 295 ~ 36.27%
G 115 of 295 ~ 38.98%
B 73 of 295 ~ 24.75%

%36.27
%38.98
%24.75

CMYK RENK MODELİ

#6B7349 rengi CMYK tonu (7,0,37,55).

  • camgöbeği tonu 6.96%
  • eflatun tonu 0.00%
  • sarı tonu 36.52%
  • ana renk tonu 54.90%
CMYK:
(7,0,37,55)
C7M0Y37K55 
(7%,0%,37%,55%)
(0.07/0.00/0.37/0.55)	

CMYK yüzdeleri

%6.96
%0
%36.52
%54.9

Codes

Color #6B7349 in popluar color models

6B7349
RGB10711573
HSL71°22.34%36.86%
HSB/HSV71°36.52%45.10%
CMYK6.96%0.00%36.52%
54.90%

Color #6B7349 in popluar number systems.

HEX6B7349
Decimal10711573
Binary110101111100111001001
Octal153163111

Shades and tints

Shades of #6B7349

#6B7349
(107,115,73)
#626943
(98,105,67)
#595F3D
(89,95,61)
#505537
(80,85,55)
#474B31
(71,75,49)
#3E412B
(62,65,43)
#353725
(53,55,37)
#2C2D1F
(44,45,31)
#232319
(35,35,25)
#1A1913
(26,25,19)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #6B7349

#6B7349
(107,115,73)
#787F59
(120,127,89)
#858B69
(133,139,105)
#929779
(146,151,121)
#9FA389
(159,163,137)
#ACAF99
(172,175,153)
#B9BBA9
(185,187,169)
#C6C7B9
(198,199,185)
#D3D3C9
(211,211,201)
#E0DFD9
(224,223,217)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7349 color. Also use rgb(107,115,73) instead hex code.

Text Font Color

.myTextColor { color: #6B7349; }

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

This text font color is #6B7349.


Background Color

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

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

This div background color is #6B7349.


Border color

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

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

This div border color is #6B7349.


Opacity

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

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

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

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

This text has shadow with #6B7349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7349 on black background.


Color preview on white background

This text has color #6B7349 on white background.



Black color preview on #6B7349 background

This text has black color on #6B7349 background.


White color preview on #6B7349 background

This text has white color on #6B7349 background.