COLOR #6CB331

HEX: #6CB331
RGB: (108,179,49)

Renk bilgisi

#6CB331 contains mainly green color. #6CB331 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#6CB331 color RGB value is (108,179,49).

  • kırmız ton 108;
  • yeşil ton 179;
  • mavi ton 49.
RGB:
(108,179,49)
(42%,70%,19%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 179 of 255 = 70%
B 49 of 255 = 19%

108
179
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 179 + 49 = 336 (100%)
R 108 of 336 ~ 32.14%
G 179 of 336 ~ 53.27%
B 49 of 336 ~ 14.58%

%32.14
%53.27
%14.58

CMYK RENK MODELİ

#6CB331 rengi CMYK tonu (40,0,73,30).

  • camgöbeği tonu 39.66%
  • eflatun tonu 0.00%
  • sarı tonu 72.63%
  • ana renk tonu 29.80%
CMYK:
(40,0,73,30)
C40M0Y73K30 
(40%,0%,73%,30%)
(0.40/0.00/0.73/0.30)	

CMYK yüzdeleri

%39.66
%0
%72.63
%29.8

Codes

Color #6CB331 in popluar color models

6CB331
RGB10817949
HSL93°57.02%44.71%
HSB/HSV93°72.63%70.20%
CMYK39.66%0.00%72.63%
29.80%

Color #6CB331 in popluar number systems.

HEX6CB331
Decimal10817949
Binary110110010110011110001
Octal15426361

Shades and tints

Shades of #6CB331

#6CB331
(108,179,49)
#63A32D
(99,163,45)
#5A9329
(90,147,41)
#518325
(81,131,37)
#487321
(72,115,33)
#3F631D
(63,99,29)
#365319
(54,83,25)
#2D4315
(45,67,21)
#243311
(36,51,17)
#1B230D
(27,35,13)
#121309
(18,19,9)
#000000
(0,0,0)

Tints of #6CB331

#6CB331
(108,179,49)
#79B943
(121,185,67)
#86BF55
(134,191,85)
#93C567
(147,197,103)
#A0CB79
(160,203,121)
#ADD18B
(173,209,139)
#BAD79D
(186,215,157)
#C7DDAF
(199,221,175)
#D4E3C1
(212,227,193)
#E1E9D3
(225,233,211)
#EEEFE5
(238,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB331 color. Also use rgb(108,179,49) instead hex code.

Text Font Color

.myTextColor { color: #6CB331; }

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

This text font color is #6CB331.


Background Color

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

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

This div background color is #6CB331.


Border color

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

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

This div border color is #6CB331.


Opacity

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

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

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

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

This text has shadow with #6CB331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB331 on black background.


Color preview on white background

This text has color #6CB331 on white background.



Black color preview on #6CB331 background

This text has black color on #6CB331 background.


White color preview on #6CB331 background

This text has white color on #6CB331 background.