COLOR #336824

HEX: #336824
RGB: (51,104,36)

Renk bilgisi

#336824 contains mainly red and green colors. #336824 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#336824 color RGB value is (51,104,36).

  • kırmız ton 51;
  • yeşil ton 104;
  • mavi ton 36.
RGB:
(51,104,36)
(20%,41%,14%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 104 of 255 = 41%
B 36 of 255 = 14%

51
104
36

R + G + B ~ 25%. #336824 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 104 + 36 = 191 (100%)
R 51 of 191 ~ 26.7%
G 104 of 191 ~ 54.45%
B 36 of 191 ~ 18.85%

%26.7
%54.45
%18.85

CMYK RENK MODELİ

#336824 rengi CMYK tonu (51,0,65,59).

  • camgöbeği tonu 50.96%
  • eflatun tonu 0.00%
  • sarı tonu 65.38%
  • ana renk tonu 59.22%
CMYK:
(51,0,65,59)
C51M0Y65K59 
(51%,0%,65%,59%)
(0.51/0.00/0.65/0.59)	

CMYK yüzdeleri

%50.96
%0
%65.38
%59.22

Codes

Color #336824 in popluar color models

336824
RGB5110436
HSL107°48.57%27.45%
HSB/HSV107°65.38%40.78%
CMYK50.96%0.00%65.38%
59.22%

Color #336824 in popluar number systems.

HEX336824
Decimal5110436
Binary1100111101000100100
Octal6315044

Shades and tints

Shades of #336824

#336824
(51,104,36)
#2F5F21
(47,95,33)
#2B561E
(43,86,30)
#274D1B
(39,77,27)
#234418
(35,68,24)
#1F3B15
(31,59,21)
#1B3212
(27,50,18)
#17290F
(23,41,15)
#13200C
(19,32,12)
#0F1709
(15,23,9)
#0B0E06
(11,14,6)
#000000
(0,0,0)

Tints of #336824

#336824
(51,104,36)
#457537
(69,117,55)
#57824A
(87,130,74)
#698F5D
(105,143,93)
#7B9C70
(123,156,112)
#8DA983
(141,169,131)
#9FB696
(159,182,150)
#B1C3A9
(177,195,169)
#C3D0BC
(195,208,188)
#D5DDCF
(213,221,207)
#E7EAE2
(231,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336824 color. Also use rgb(51,104,36) instead hex code.

Text Font Color

.myTextColor { color: #336824; }

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

This text font color is #336824.


Background Color

.myBgColor { background-color: #336824; }

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

This div background color is #336824.


Border color

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

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

This div border color is #336824.


Opacity

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

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

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

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

This text has shadow with #336824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336824 on black background.


Color preview on white background

This text has color #336824 on white background.



Black color preview on #336824 background

This text has black color on #336824 background.


White color preview on #336824 background

This text has white color on #336824 background.