COLOR #33611E

HEX: #33611E RGB: (51,97,30)

Color info

#33611E contains mainly red and green colors. Web safe color of #33611E is #336633 (or #363).

RGB color model

#33611E color RGB value is (51,97,30).

RGB: (51,97,30) (20%, 38%, 12%)

RGB channels and saturation

R 51 of 255 = 20%
G 97 of 255 = 38%
B 30 of 255 = 12%

51
97
30

R + G + B ~ 23%. #33611E is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 97 + 30 = 178 (100%)
R 51 of 178 ~ 28.65%
G 97 of 178 ~ 54.49%
B 30 of 178 ~ 16.85'%

%28.65
%54.49
%16.85

CMYK color model

#33611E color CMYK value is (47,0,69,62).

  • cyan value is 47.42%
  • magenta value is 0.00%
  • yellow value is 69.07%
  • key color value is 61.96%

CMYK: (47,0,69,62)
C47M0Y69K62 (47%, 0%, 69%, 62%)
(0.47 / 0.00 / 0.69 / 0.62)

CMYK percentages

%47.42
%0
%69.07
%61.96

Codes

Color #33611E in popluar color models

33 61 1E
RGB 51 97 30
HSL 101° 52.76% 24.90%
HSB/HSV 101° 69.07% 38.04%
CMYK 47.42% 0.00% 69.07%
61.96%

Color #33611E in popluar number systems.

HEX 33 61 1E
Decimal 51 97 30
Binary 110011 1100001 11110
Octal 63 141 36

Shades and tints

Shades of #33611E

#33611E
(51,97,30)
#2F591C
(47,89,28)
#2B511A
(43,81,26)
#274918
(39,73,24)
#234116
(35,65,22)
#1F3914
(31,57,20)
#1B3112
(27,49,18)
#172910
(23,41,16)
#13210E
(19,33,14)
#0F190C
(15,25,12)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #33611E

#33611E
(51,97,30)
#456F32
(69,111,50)
#577D46
(87,125,70)
#698B5A
(105,139,90)
#7B996E
(123,153,110)
#8DA782
(141,167,130)
#9FB596
(159,181,150)
#B1C3AA
(177,195,170)
#C3D1BE
(195,209,190)
#D5DFD2
(213,223,210)
#E7EDE6
(231,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33611E; }

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

This text font color is #33611E.

Background Color

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

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

This div background color is #33611E.

Border color

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

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

This div border color is #33611E.

Opacity

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

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

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

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

This text has shadow with #33611E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33611E.

Preview

Color preview on black background

This text has color #33611E on black background.


Color preview on white background

This text has color #33611E on white background.


Black color preview on #33611E background

This text has black color on #33611E background.


White color preview on #33611E background

This text has white color on #33611E background.


Related colors

Complementary color

Complementary color for #hex is #CC9EE1.


I love getcolorcode.com

Triadic colors

1 #1E3361 and #611E33 with #33611E are triadic colors.

2 #1E6133 and #61331E with #33611E are triadic colors.