COLOR #336344

HEX: #336344
RGB: (51,99,68)

Color info

#336344 contains red, green and blue colors in about the same proportion. Web safe color of #336344 is #336633 (or #363).

RGB color model

#336344 color RGB value is (51,99,68).

  • red value is 51;
  • green value is 99;
  • blue value is 68.
RGB:
(51,99,68)
(20%,39%,27%)

RGB channels and saturation

R 51 of 255 = 20%
G 99 of 255 = 39%
B 68 of 255 = 27%

51
99
68

R + G + B ~ 29%. #336344 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 99 + 68 = 218 (100%)
R 51 of 218 ~ 23.39%
G 99 of 218 ~ 45.41%
B 68 of 218 ~ 31.19%

%23.39
%45.41
%31.19

CMYK color model

#336344 color CMYK value is (48,0,31,61).

  • cyan value is 48.48%
  • magenta value is 0.00%
  • yellow value is 31.31%
  • key color value is 61.18%
CMYK:
(48,0,31,61)
C48M0Y31K61 
(48%,0%,31%,61%)
(0.48/0.00/0.31/0.61)	

CMYK percentages

%48.48
%0
%31.31
%61.18

Codes

Color #336344 in popluar color models

336344
RGB519968
HSL141°32.00%29.41%
HSB/HSV141°48.48%38.82%
CMYK48.48%0.00%31.31%
61.18%

Color #336344 in popluar number systems.

HEX336344
Decimal519968
Binary11001111000111000100
Octal63143104

Shades and tints

Shades of #336344

#336344
(51,99,68)
#2F5A3E
(47,90,62)
#2B5138
(43,81,56)
#274832
(39,72,50)
#233F2C
(35,63,44)
#1F3626
(31,54,38)
#1B2D20
(27,45,32)
#17241A
(23,36,26)
#131B14
(19,27,20)
#0F120E
(15,18,14)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #336344

#336344
(51,99,68)
#457155
(69,113,85)
#577F66
(87,127,102)
#698D77
(105,141,119)
#7B9B88
(123,155,136)
#8DA999
(141,169,153)
#9FB7AA
(159,183,170)
#B1C5BB
(177,197,187)
#C3D3CC
(195,211,204)
#D5E1DD
(213,225,221)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336344; }

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

This text font color is #336344.


Background Color

.myBgColor { background-color: #336344; }

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

This div background color is #336344.


Border color

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

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

This div border color is #336344.


Opacity

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

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

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

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

This text has shadow with #336344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336344 on black background.


Color preview on white background

This text has color #336344 on white background.



Black color preview on #336344 background

This text has black color on #336344 background.


White color preview on #336344 background

This text has white color on #336344 background.