COLOR #336340

HEX: #336340
RGB: (51,99,64)

Renk bilgisi

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

RGB renk modeli

#336340 color RGB value is (51,99,64).

  • kırmız ton 51;
  • yeşil ton 99;
  • mavi ton 64.
RGB:
(51,99,64)
(20%,39%,25%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 99 of 255 = 39%
B 64 of 255 = 25%

51
99
64

R + G + B ~ 28%. #336340 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 99 + 64 = 214 (100%)
R 51 of 214 ~ 23.83%
G 99 of 214 ~ 46.26%
B 64 of 214 ~ 29.91%

%23.83
%46.26
%29.91

CMYK RENK MODELİ

#336340 rengi CMYK tonu (48,0,35,61).

  • camgöbeği tonu 48.48%
  • eflatun tonu 0.00%
  • sarı tonu 35.35%
  • ana renk tonu 61.18%
CMYK:
(48,0,35,61)
C48M0Y35K61 
(48%,0%,35%,61%)
(0.48/0.00/0.35/0.61)	

CMYK yüzdeleri

%48.48
%0
%35.35
%61.18

Codes

Color #336340 in popluar color models

336340
RGB519964
HSL136°32.00%29.41%
HSB/HSV136°48.48%38.82%
CMYK48.48%0.00%35.35%
61.18%

Color #336340 in popluar number systems.

HEX336340
Decimal519964
Binary11001111000111000000
Octal63143100

Shades and tints

Shades of #336340

#336340
(51,99,64)
#2F5A3B
(47,90,59)
#2B5136
(43,81,54)
#274831
(39,72,49)
#233F2C
(35,63,44)
#1F3627
(31,54,39)
#1B2D22
(27,45,34)
#17241D
(23,36,29)
#131B18
(19,27,24)
#0F1213
(15,18,19)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #336340

#336340
(51,99,64)
#457151
(69,113,81)
#577F62
(87,127,98)
#698D73
(105,141,115)
#7B9B84
(123,155,132)
#8DA995
(141,169,149)
#9FB7A6
(159,183,166)
#B1C5B7
(177,197,183)
#C3D3C8
(195,211,200)
#D5E1D9
(213,225,217)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336340 color. Also use rgb(51,99,64) instead hex code.

Text Font Color

.myTextColor { color: #336340; }

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

This text font color is #336340.


Background Color

.myBgColor { background-color: #336340; }

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

This div background color is #336340.


Border color

.myBorderColor { border: 1px solid #336340; }

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

This div border color is #336340.


Opacity

.myOpacity80 { color: #336340; opacity: 0.8; }

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

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

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

This text has shadow with #336340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336340 on black background.


Color preview on white background

This text has color #336340 on white background.



Black color preview on #336340 background

This text has black color on #336340 background.


White color preview on #336340 background

This text has white color on #336340 background.