COLOR #33680C

HEX: #33680C
RGB: (51,104,12)

Color info

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

RGB color model

#33680C color RGB value is (51,104,12).

  • red value is 51;
  • green value is 104;
  • blue value is 12.
RGB:
(51,104,12)
(20%,41%,5%)

RGB channels and saturation

R 51 of 255 = 20%
G 104 of 255 = 41%
B 12 of 255 = 5%

51
104
12

R + G + B ~ 22%. #33680C is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 104 + 12 = 167 (100%)
R 51 of 167 ~ 30.54%
G 104 of 167 ~ 62.28%
B 12 of 167 ~ 7.19%

%30.54
%62.28

CMYK color model

#33680C color CMYK value is (51,0,88,59).

  • cyan value is 50.96%
  • magenta value is 0.00%
  • yellow value is 88.46%
  • key color value is 59.22%
CMYK:
(51,0,88,59)
C51M0Y88K59 
(51%,0%,88%,59%)
(0.51/0.00/0.88/0.59)	

CMYK percentages

%50.96
%0
%88.46
%59.22

Codes

Color #33680C in popluar color models

33680C
RGB5110412
HSL95°79.31%22.75%
HSB/HSV95°88.46%40.78%
CMYK50.96%0.00%88.46%
59.22%

Color #33680C in popluar number systems.

HEX33680C
Decimal5110412
Binary11001111010001100
Octal6315014

Shades and tints

Shades of #33680C

#33680C
(51,104,12)
#2F5F0B
(47,95,11)
#2B560A
(43,86,10)
#274D09
(39,77,9)
#234408
(35,68,8)
#1F3B07
(31,59,7)
#1B3206
(27,50,6)
#172905
(23,41,5)
#132004
(19,32,4)
#0F1703
(15,23,3)
#0B0E02
(11,14,2)
#000000
(0,0,0)

Tints of #33680C

#33680C
(51,104,12)
#457522
(69,117,34)
#578238
(87,130,56)
#698F4E
(105,143,78)
#7B9C64
(123,156,100)
#8DA97A
(141,169,122)
#9FB690
(159,182,144)
#B1C3A6
(177,195,166)
#C3D0BC
(195,208,188)
#D5DDD2
(213,221,210)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33680C; }

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

This text font color is #33680C.


Background Color

.myBgColor { background-color: #33680C; }

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

This div background color is #33680C.


Border color

.myBorderColor { border: 1px solid #33680C; }

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

This div border color is #33680C.


Opacity

.myOpacity80 { color: #33680C; opacity: 0.8; }

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

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

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

This text has shadow with #33680C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33680C on black background.


Color preview on white background

This text has color #33680C on white background.



Black color preview on #33680C background

This text has black color on #33680C background.


White color preview on #33680C background

This text has white color on #33680C background.