COLOR #6B8439

HEX: #6B8439
RGB: (107,132,57)

Renk bilgisi

#6B8439 contains mainly red and green colors. #6B8439 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#6B8439 color RGB value is (107,132,57).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 132 of 255 = 52%
B 57 of 255 = 22%

107
132
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 132 + 57 = 296 (100%)
R 107 of 296 ~ 36.15%
G 132 of 296 ~ 44.59%
B 57 of 296 ~ 19.26%

%36.15
%44.59
%19.26

CMYK RENK MODELİ

#6B8439 rengi CMYK tonu (19,0,57,48).

  • camgöbeği tonu 18.94%
  • eflatun tonu 0.00%
  • sarı tonu 56.82%
  • ana renk tonu 48.24%
CMYK:
(19,0,57,48)
C19M0Y57K48 
(19%,0%,57%,48%)
(0.19/0.00/0.57/0.48)	

CMYK yüzdeleri

%18.94
%0
%56.82
%48.24

Codes

Color #6B8439 in popluar color models

6B8439
RGB10713257
HSL80°39.68%37.06%
HSB/HSV80°56.82%51.76%
CMYK18.94%0.00%56.82%
48.24%

Color #6B8439 in popluar number systems.

HEX6B8439
Decimal10713257
Binary110101110000100111001
Octal15320471

Shades and tints

Shades of #6B8439

#6B8439
(107,132,57)
#627834
(98,120,52)
#596C2F
(89,108,47)
#50602A
(80,96,42)
#475425
(71,84,37)
#3E4820
(62,72,32)
#353C1B
(53,60,27)
#2C3016
(44,48,22)
#232411
(35,36,17)
#1A180C
(26,24,12)
#110C07
(17,12,7)
#000000
(0,0,0)

Tints of #6B8439

#6B8439
(107,132,57)
#788F4B
(120,143,75)
#859A5D
(133,154,93)
#92A56F
(146,165,111)
#9FB081
(159,176,129)
#ACBB93
(172,187,147)
#B9C6A5
(185,198,165)
#C6D1B7
(198,209,183)
#D3DCC9
(211,220,201)
#E0E7DB
(224,231,219)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8439; }

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

This text font color is #6B8439.


Background Color

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

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

This div background color is #6B8439.


Border color

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

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

This div border color is #6B8439.


Opacity

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

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

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

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

This text has shadow with #6B8439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8439 on black background.


Color preview on white background

This text has color #6B8439 on white background.



Black color preview on #6B8439 background

This text has black color on #6B8439 background.


White color preview on #6B8439 background

This text has white color on #6B8439 background.