COLOR #3F8949

HEX: #3F8949
RGB: (63,137,73)

Renk bilgisi

#3F8949 contains mainly green color. #3F8949 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#3F8949 color RGB value is (63,137,73).

  • kırmız ton 63;
  • yeşil ton 137;
  • mavi ton 73.
RGB:
(63,137,73)
(25%,54%,29%)

RGB bağlantıları ve doygunluk

R 63 of 255 = 25%
G 137 of 255 = 54%
B 73 of 255 = 29%

63
137
73

R + G + B ~ 36%. #3F8949 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
63 + 137 + 73 = 273 (100%)
R 63 of 273 ~ 23.08%
G 137 of 273 ~ 50.18%
B 73 of 273 ~ 26.74%

%23.08
%50.18
%26.74

CMYK RENK MODELİ

#3F8949 rengi CMYK tonu (54,0,47,46).

  • camgöbeği tonu 54.01%
  • eflatun tonu 0.00%
  • sarı tonu 46.72%
  • ana renk tonu 46.27%
CMYK:
(54,0,47,46)
C54M0Y47K46 
(54%,0%,47%,46%)
(0.54/0.00/0.47/0.46)	

CMYK yüzdeleri

%54.01
%0
%46.72
%46.27

Codes

Color #3F8949 in popluar color models

3F8949
RGB6313773
HSL128°37.00%39.22%
HSB/HSV128°54.01%53.73%
CMYK54.01%0.00%46.72%
46.27%

Color #3F8949 in popluar number systems.

HEX3F8949
Decimal6313773
Binary111111100010011001001
Octal77211111

Shades and tints

Shades of #3F8949

#3F8949
(63,137,73)
#3A7D43
(58,125,67)
#35713D
(53,113,61)
#306537
(48,101,55)
#2B5931
(43,89,49)
#264D2B
(38,77,43)
#214125
(33,65,37)
#1C351F
(28,53,31)
#172919
(23,41,25)
#121D13
(18,29,19)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #3F8949

#3F8949
(63,137,73)
#509359
(80,147,89)
#619D69
(97,157,105)
#72A779
(114,167,121)
#83B189
(131,177,137)
#94BB99
(148,187,153)
#A5C5A9
(165,197,169)
#B6CFB9
(182,207,185)
#C7D9C9
(199,217,201)
#D8E3D9
(216,227,217)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F8949 color. Also use rgb(63,137,73) instead hex code.

Text Font Color

.myTextColor { color: #3F8949; }

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

This text font color is #3F8949.


Background Color

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

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

This div background color is #3F8949.


Border color

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

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

This div border color is #3F8949.


Opacity

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

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

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

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

This text has shadow with #3F8949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F8949 on black background.


Color preview on white background

This text has color #3F8949 on white background.



Black color preview on #3F8949 background

This text has black color on #3F8949 background.


White color preview on #3F8949 background

This text has white color on #3F8949 background.