COLOR #33780C

HEX: #33780C
RGB: (51,120,12)

Color info

#33780C contains mainly green color. Web safe color of #33780C is #336600 (or #360).

RGB color model

#33780C color RGB value is (51,120,12).

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

RGB channels and saturation

R 51 of 255 = 20%
G 120 of 255 = 47%
B 12 of 255 = 5%

51
120
12

R + G + B ~ 24%. #33780C is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 120 + 12 = 183 (100%)
R 51 of 183 ~ 27.87%
G 120 of 183 ~ 65.57%
B 12 of 183 ~ 6.56%

%27.87
%65.57

CMYK color model

#33780C color CMYK value is (58,0,90,53).

  • cyan value is 57.50%
  • magenta value is 0.00%
  • yellow value is 90.00%
  • key color value is 52.94%
CMYK:
(58,0,90,53)
C58M0Y90K53 
(58%,0%,90%,53%)
(0.58/0.00/0.90/0.53)	

CMYK percentages

%57.5
%0
%90
%52.94

Codes

Color #33780C in popluar color models

33780C
RGB5112012
HSL98°81.82%25.88%
HSB/HSV98°90.00%47.06%
CMYK57.50%0.00%90.00%
52.94%

Color #33780C in popluar number systems.

HEX33780C
Decimal5112012
Binary11001111110001100
Octal6317014

Shades and tints

Shades of #33780C

#33780C
(51,120,12)
#2F6E0B
(47,110,11)
#2B640A
(43,100,10)
#275A09
(39,90,9)
#235008
(35,80,8)
#1F4607
(31,70,7)
#1B3C06
(27,60,6)
#173205
(23,50,5)
#132804
(19,40,4)
#0F1E03
(15,30,3)
#0B1402
(11,20,2)
#000000
(0,0,0)

Tints of #33780C

#33780C
(51,120,12)
#458422
(69,132,34)
#579038
(87,144,56)
#699C4E
(105,156,78)
#7BA864
(123,168,100)
#8DB47A
(141,180,122)
#9FC090
(159,192,144)
#B1CCA6
(177,204,166)
#C3D8BC
(195,216,188)
#D5E4D2
(213,228,210)
#E7F0E8
(231,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33780C; }

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

This text font color is #33780C.


Background Color

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

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

This div background color is #33780C.


Border color

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

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

This div border color is #33780C.


Opacity

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

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

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

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

This text has shadow with #33780C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33780C on black background.


Color preview on white background

This text has color #33780C on white background.



Black color preview on #33780C background

This text has black color on #33780C background.


White color preview on #33780C background

This text has white color on #33780C background.