COLOR #6B9476

HEX: #6B9476
RGB: (107,148,118)

Renk bilgisi

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

RGB renk modeli

#6B9476 color RGB value is (107,148,118).

  • kırmız ton 107;
  • yeşil ton 148;
  • mavi ton 118.
RGB:
(107,148,118)
(42%,58%,46%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 148 of 255 = 58%
B 118 of 255 = 46%

107
148
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 148 + 118 = 373 (100%)
R 107 of 373 ~ 28.69%
G 148 of 373 ~ 39.68%
B 118 of 373 ~ 31.64%

%28.69
%39.68
%31.64

CMYK RENK MODELİ

#6B9476 rengi CMYK tonu (28,0,20,42).

  • camgöbeği tonu 27.70%
  • eflatun tonu 0.00%
  • sarı tonu 20.27%
  • ana renk tonu 41.96%
CMYK:
(28,0,20,42)
C28M0Y20K42 
(28%,0%,20%,42%)
(0.28/0.00/0.20/0.42)	

CMYK yüzdeleri

%27.7
%0
%20.27
%41.96

Codes

Color #6B9476 in popluar color models

6B9476
RGB107148118
HSL136°16.08%50.00%
HSB/HSV136°27.70%58.04%
CMYK27.70%0.00%20.27%
41.96%

Color #6B9476 in popluar number systems.

HEX6B9476
Decimal107148118
Binary1101011100101001110110
Octal153224166

Shades and tints

Shades of #6B9476

#6B9476
(107,148,118)
#62876C
(98,135,108)
#597A62
(89,122,98)
#506D58
(80,109,88)
#47604E
(71,96,78)
#3E5344
(62,83,68)
#35463A
(53,70,58)
#2C3930
(44,57,48)
#232C26
(35,44,38)
#1A1F1C
(26,31,28)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #6B9476

#6B9476
(107,148,118)
#789D82
(120,157,130)
#85A68E
(133,166,142)
#92AF9A
(146,175,154)
#9FB8A6
(159,184,166)
#ACC1B2
(172,193,178)
#B9CABE
(185,202,190)
#C6D3CA
(198,211,202)
#D3DCD6
(211,220,214)
#E0E5E2
(224,229,226)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9476 color. Also use rgb(107,148,118) instead hex code.

Text Font Color

.myTextColor { color: #6B9476; }

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

This text font color is #6B9476.


Background Color

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

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

This div background color is #6B9476.


Border color

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

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

This div border color is #6B9476.


Opacity

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

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

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

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

This text has shadow with #6B9476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9476 on black background.


Color preview on white background

This text has color #6B9476 on white background.



Black color preview on #6B9476 background

This text has black color on #6B9476 background.


White color preview on #6B9476 background

This text has white color on #6B9476 background.