COLOR #336342

HEX: #336342
RGB: (51,99,66)

Renk bilgisi

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

RGB renk modeli

#336342 color RGB value is (51,99,66).

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

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 99 of 255 = 39%
B 66 of 255 = 26%

51
99
66

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

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 99 + 66 = 216 (100%)
R 51 of 216 ~ 23.61%
G 99 of 216 ~ 45.83%
B 66 of 216 ~ 30.56%

%23.61
%45.83
%30.56

CMYK RENK MODELİ

#336342 rengi CMYK tonu (48,0,33,61).

  • camgöbeği tonu 48.48%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • ana renk tonu 61.18%
CMYK:
(48,0,33,61)
C48M0Y33K61 
(48%,0%,33%,61%)
(0.48/0.00/0.33/0.61)	

CMYK yüzdeleri

%48.48
%0
%33.33
%61.18

Codes

Color #336342 in popluar color models

336342
RGB519966
HSL139°32.00%29.41%
HSB/HSV139°48.48%38.82%
CMYK48.48%0.00%33.33%
61.18%

Color #336342 in popluar number systems.

HEX336342
Decimal519966
Binary11001111000111000010
Octal63143102

Shades and tints

Shades of #336342

#336342
(51,99,66)
#2F5A3C
(47,90,60)
#2B5136
(43,81,54)
#274830
(39,72,48)
#233F2A
(35,63,42)
#1F3624
(31,54,36)
#1B2D1E
(27,45,30)
#172418
(23,36,24)
#131B12
(19,27,18)
#0F120C
(15,18,12)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #336342

#336342
(51,99,66)
#457153
(69,113,83)
#577F64
(87,127,100)
#698D75
(105,141,117)
#7B9B86
(123,155,134)
#8DA997
(141,169,151)
#9FB7A8
(159,183,168)
#B1C5B9
(177,197,185)
#C3D3CA
(195,211,202)
#D5E1DB
(213,225,219)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336342; }

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

This text font color is #336342.


Background Color

.myBgColor { background-color: #336342; }

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

This div background color is #336342.


Border color

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

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

This div border color is #336342.


Opacity

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

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

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

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

This text has shadow with #336342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336342 on black background.


Color preview on white background

This text has color #336342 on white background.



Black color preview on #336342 background

This text has black color on #336342 background.


White color preview on #336342 background

This text has white color on #336342 background.