COLOR #336107

HEX: #336107
RGB: (51,97,7)

Color info

#336107 contains mainly red and green colors. Web safe color of #336107 is #336600 (or #360).

RGB color model

#336107 color RGB value is (51,97,7).

  • red value is 51;
  • green value is 97;
  • blue value is 7.
RGB:
(51,97,7)
(20%,38%,3%)

RGB channels and saturation

R 51 of 255 = 20%
G 97 of 255 = 38%
B 7 of 255 = 3%

51
97
7

R + G + B ~ 20%. #336107 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 97 + 7 = 155 (100%)
R 51 of 155 ~ 32.9%
G 97 of 155 ~ 62.58%
B 7 of 155 ~ 4.52%

%32.9
%62.58

CMYK color model

#336107 color CMYK value is (47,0,93,62).

  • cyan value is 47.42%
  • magenta value is 0.00%
  • yellow value is 92.78%
  • key color value is 61.96%
CMYK:
(47,0,93,62)
C47M0Y93K62 
(47%,0%,93%,62%)
(0.47/0.00/0.93/0.62)	

CMYK percentages

%47.42
%0
%92.78
%61.96

Codes

Color #336107 in popluar color models

336107
RGB51977
HSL91°86.54%20.39%
HSB/HSV91°92.78%38.04%
CMYK47.42%0.00%92.78%
61.96%

Color #336107 in popluar number systems.

HEX336107
Decimal51977
Binary1100111100001111
Octal631417

Shades and tints

Shades of #336107

#336107
(51,97,7)
#2F5907
(47,89,7)
#2B5107
(43,81,7)
#274907
(39,73,7)
#234107
(35,65,7)
#1F3907
(31,57,7)
#1B3107
(27,49,7)
#172907
(23,41,7)
#132107
(19,33,7)
#0F1907
(15,25,7)
#0B1107
(11,17,7)
#000000
(0,0,0)

Tints of #336107

#336107
(51,97,7)
#456F1D
(69,111,29)
#577D33
(87,125,51)
#698B49
(105,139,73)
#7B995F
(123,153,95)
#8DA775
(141,167,117)
#9FB58B
(159,181,139)
#B1C3A1
(177,195,161)
#C3D1B7
(195,209,183)
#D5DFCD
(213,223,205)
#E7EDE3
(231,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336107 color. Also use rgb(51,97,7) instead hex code.

Text Font Color

.myTextColor { color: #336107; }

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

This text font color is #336107.


Background Color

.myBgColor { background-color: #336107; }

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

This div background color is #336107.


Border color

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

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

This div border color is #336107.


Opacity

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

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

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

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

This text has shadow with #336107 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336107 on black background.


Color preview on white background

This text has color #336107 on white background.



Black color preview on #336107 background

This text has black color on #336107 background.


White color preview on #336107 background

This text has white color on #336107 background.