COLOR #33580C

HEX: #33580C RGB: (51,88,12)

Color info

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

RGB color model

#33580C color RGB value is (51,88,12).

RGB: (51,88,12) (20%, 35%, 5%)

RGB channels and saturation

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

51
88
12

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

Portions of RGB colors in percentages

R + G + B = 51 + 88 + 12 = 151 (100%)
R 51 of 151 ~ 33.77%
G 88 of 151 ~ 58.28%
B 12 of 151 ~ 7.95'%

%33.77
%58.28

CMYK color model

#33580C color CMYK value is (42,0,86,65).

  • cyan value is 42.05%
  • magenta value is 0.00%
  • yellow value is 86.36%
  • key color value is 65.49%
CMYK: (42,0,86,65) C42M0Y86K65 (42%,0%,86%,65%) (0.42/0.00/0.86/0.65) 

CMYK percentages

%42.05
%0
%86.36
%65.49

Codes

Color #33580C in popluar color models

33 58 0C
RGB 51 88 12
HSL 89° 76.00% 19.61%
HSB/HSV 89° 86.36% 34.51%
CMYK 42.05% 0.00% 86.36%
65.49%

Color #33580C in popluar number systems.

HEX 33 58 0C
Decimal 51 88 12
Binary 110011 1011000 1100
Octal 63 130 14

Shades and tints

Shades of #33580C

#33580C
(51,88,12)
#2F500B
(47,80,11)
#2B480A
(43,72,10)
#274009
(39,64,9)
#233808
(35,56,8)
#1F3007
(31,48,7)
#1B2806
(27,40,6)
#172005
(23,32,5)
#131804
(19,24,4)
#0F1003
(15,16,3)
#0B0802
(11,8,2)
#000000
(0,0,0)

Tints of #33580C

#33580C
(51,88,12)
#456722
(69,103,34)
#577638
(87,118,56)
#69854E
(105,133,78)
#7B9464
(123,148,100)
#8DA37A
(141,163,122)
#9FB290
(159,178,144)
#B1C1A6
(177,193,166)
#C3D0BC
(195,208,188)
#D5DFD2
(213,223,210)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33580C; }

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

This text font color is #33580C.

Background Color

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

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

This div background color is #33580C.

Border color

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

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

This div border color is #33580C.

Opacity

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

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

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

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

This text has shadow with #33580C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33580C.

Preview

Color preview on black background

This text has color #33580C on black background.


Color preview on white background

This text has color #33580C on white background.


Black color preview on #33580C background

This text has black color on #33580C background.


White color preview on #33580C background

This text has white color on #33580C background.


Related colors

Complementary color

Complementary color for #hex is #CCA7F3.


I love getcolorcode.com

Triadic colors

1 #0C3358 and #580C33 with #33580C are triadic colors.

2 #0C5833 and #58330C with #33580C are triadic colors.