COLOR #3C6347

HEX: #3C6347
RGB: (60,99,71)

Renk bilgisi

#3C6347 contains red, green and blue colors in about the same proportion. #3C6347 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#3C6347 color RGB value is (60,99,71).

  • kırmız ton 60;
  • yeşil ton 99;
  • mavi ton 71.
RGB:
(60,99,71)
(24%,39%,28%)

RGB bağlantıları ve doygunluk

R 60 of 255 = 24%
G 99 of 255 = 39%
B 71 of 255 = 28%

60
99
71

R + G + B ~ 30%. #3C6347 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
60 + 99 + 71 = 230 (100%)
R 60 of 230 ~ 26.09%
G 99 of 230 ~ 43.04%
B 71 of 230 ~ 30.87%

%26.09
%43.04
%30.87

CMYK RENK MODELİ

#3C6347 rengi CMYK tonu (39,0,28,61).

  • camgöbeği tonu 39.39%
  • eflatun tonu 0.00%
  • sarı tonu 28.28%
  • ana renk tonu 61.18%
CMYK:
(39,0,28,61)
C39M0Y28K61 
(39%,0%,28%,61%)
(0.39/0.00/0.28/0.61)	

CMYK yüzdeleri

%39.39
%0
%28.28
%61.18

Codes

Color #3C6347 in popluar color models

3C6347
RGB609971
HSL137°24.53%31.18%
HSB/HSV137°39.39%38.82%
CMYK39.39%0.00%28.28%
61.18%

Color #3C6347 in popluar number systems.

HEX3C6347
Decimal609971
Binary11110011000111000111
Octal74143107

Shades and tints

Shades of #3C6347

#3C6347
(60,99,71)
#375A41
(55,90,65)
#32513B
(50,81,59)
#2D4835
(45,72,53)
#283F2F
(40,63,47)
#233629
(35,54,41)
#1E2D23
(30,45,35)
#19241D
(25,36,29)
#141B17
(20,27,23)
#0F1211
(15,18,17)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #3C6347

#3C6347
(60,99,71)
#4D7157
(77,113,87)
#5E7F67
(94,127,103)
#6F8D77
(111,141,119)
#809B87
(128,155,135)
#91A997
(145,169,151)
#A2B7A7
(162,183,167)
#B3C5B7
(179,197,183)
#C4D3C7
(196,211,199)
#D5E1D7
(213,225,215)
#E6EFE7
(230,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6347 color. Also use rgb(60,99,71) instead hex code.

Text Font Color

.myTextColor { color: #3C6347; }

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

This text font color is #3C6347.


Background Color

.myBgColor { background-color: #3C6347; }

<div style="background-color:#3C6347">Inner text</div>

This div background color is #3C6347.


Border color

.myBorderColor { border: 1px solid #3C6347; }

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

This div border color is #3C6347.


Opacity

.myOpacity80 { color: #3C6347; opacity: 0.8; }

<p style="color:#3C6347;opacity:0.8;">80%</p>

Text with #3C6347 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 #3C6347;}

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

This text has shadow with #3C6347 color.

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

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

This text has shadow with #3C6347 primary color and red secondary color.


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

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

This text has shadow with #3C6347 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6347 on black background.


Color preview on white background

This text has color #3C6347 on white background.



Black color preview on #3C6347 background

This text has black color on #3C6347 background.


White color preview on #3C6347 background

This text has white color on #3C6347 background.