COLOR #6B7139

HEX: #6B7139
RGB: (107,113,57)

Renk bilgisi

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

RGB renk modeli

#6B7139 color RGB value is (107,113,57).

  • kırmız ton 107;
  • yeşil ton 113;
  • mavi ton 57.
RGB:
(107,113,57)
(42%,44%,22%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 113 of 255 = 44%
B 57 of 255 = 22%

107
113
57

R + G + B ~ 36%. #6B7139 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 113 + 57 = 277 (100%)
R 107 of 277 ~ 38.63%
G 113 of 277 ~ 40.79%
B 57 of 277 ~ 20.58%

%38.63
%40.79
%20.58

CMYK RENK MODELİ

#6B7139 rengi CMYK tonu (5,0,50,56).

  • camgöbeği tonu 5.31%
  • eflatun tonu 0.00%
  • sarı tonu 49.56%
  • ana renk tonu 55.69%
CMYK:
(5,0,50,56)
C5M0Y50K56 
(5%,0%,50%,56%)
(0.05/0.00/0.50/0.56)	

CMYK yüzdeleri

%5.31
%0
%49.56
%55.69

Codes

Color #6B7139 in popluar color models

6B7139
RGB10711357
HSL66°32.94%33.33%
HSB/HSV66°49.56%44.31%
CMYK5.31%0.00%49.56%
55.69%

Color #6B7139 in popluar number systems.

HEX6B7139
Decimal10711357
Binary11010111110001111001
Octal15316171

Shades and tints

Shades of #6B7139

#6B7139
(107,113,57)
#626734
(98,103,52)
#595D2F
(89,93,47)
#50532A
(80,83,42)
#474925
(71,73,37)
#3E3F20
(62,63,32)
#35351B
(53,53,27)
#2C2B16
(44,43,22)
#232111
(35,33,17)
#1A170C
(26,23,12)
#110D07
(17,13,7)
#000000
(0,0,0)

Tints of #6B7139

#6B7139
(107,113,57)
#787D4B
(120,125,75)
#85895D
(133,137,93)
#92956F
(146,149,111)
#9FA181
(159,161,129)
#ACAD93
(172,173,147)
#B9B9A5
(185,185,165)
#C6C5B7
(198,197,183)
#D3D1C9
(211,209,201)
#E0DDDB
(224,221,219)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7139 color. Also use rgb(107,113,57) instead hex code.

Text Font Color

.myTextColor { color: #6B7139; }

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

This text font color is #6B7139.


Background Color

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

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

This div background color is #6B7139.


Border color

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

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

This div border color is #6B7139.


Opacity

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

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

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

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

This text has shadow with #6B7139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7139 on black background.


Color preview on white background

This text has color #6B7139 on white background.



Black color preview on #6B7139 background

This text has black color on #6B7139 background.


White color preview on #6B7139 background

This text has white color on #6B7139 background.