COLOR #33580E

HEX: #33580E
RGB: (51,88,14)

Color info

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

RGB color model

#33580E color RGB value is (51,88,14).

  • red value is 51;
  • green value is 88;
  • blue value is 14.
RGB:
(51,88,14)
(20%,35%,5%)

RGB channels and saturation

R 51 of 255 = 20%
G 88 of 255 = 35%
B 14 of 255 = 5%

51
88
14

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

Portions of RGB colors in percentages

R + G + B =
51 + 88 + 14 = 153 (100%)
R 51 of 153 ~ 33.33%
G 88 of 153 ~ 57.52%
B 14 of 153 ~ 9.15%

%33.33
%57.52

CMYK color model

#33580E color CMYK value is (42,0,84,65).

  • cyan value is 42.05%
  • magenta value is 0.00%
  • yellow value is 84.09%
  • key color value is 65.49%
CMYK:
(42,0,84,65)
C42M0Y84K65 
(42%,0%,84%,65%)
(0.42/0.00/0.84/0.65)	

CMYK percentages

%42.05
%0
%84.09
%65.49

Codes

Color #33580E in popluar color models

33580E
RGB518814
HSL90°72.55%20.00%
HSB/HSV90°84.09%34.51%
CMYK42.05%0.00%84.09%
65.49%

Color #33580E in popluar number systems.

HEX33580E
Decimal518814
Binary11001110110001110
Octal6313016

Shades and tints

Shades of #33580E

#33580E
(51,88,14)
#2F500D
(47,80,13)
#2B480C
(43,72,12)
#27400B
(39,64,11)
#23380A
(35,56,10)
#1F3009
(31,48,9)
#1B2808
(27,40,8)
#172007
(23,32,7)
#131806
(19,24,6)
#0F1005
(15,16,5)
#0B0804
(11,8,4)
#000000
(0,0,0)

Tints of #33580E

#33580E
(51,88,14)
#456723
(69,103,35)
#577638
(87,118,56)
#69854D
(105,133,77)
#7B9462
(123,148,98)
#8DA377
(141,163,119)
#9FB28C
(159,178,140)
#B1C1A1
(177,193,161)
#C3D0B6
(195,208,182)
#D5DFCB
(213,223,203)
#E7EEE0
(231,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33580E color. Also use rgb(51,88,14) instead hex code.

Text Font Color

.myTextColor { color: #33580E; }

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

This text font color is #33580E.


Background Color

.myBgColor { background-color: #33580E; }

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

This div background color is #33580E.


Border color

.myBorderColor { border: 1px solid #33580E; }

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

This div border color is #33580E.


Opacity

.myOpacity80 { color: #33580E; opacity: 0.8; }

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

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

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

This text has shadow with #33580E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33580E on black background.


Color preview on white background

This text has color #33580E on white background.



Black color preview on #33580E background

This text has black color on #33580E background.


White color preview on #33580E background

This text has white color on #33580E background.