COLOR #33671D

HEX: #33671D
RGB: (51,103,29)

Color info

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

RGB color model

#33671D color RGB value is (51,103,29).

  • red value is 51;
  • green value is 103;
  • blue value is 29.
RGB:
(51,103,29)
(20%,40%,11%)

RGB channels and saturation

R 51 of 255 = 20%
G 103 of 255 = 40%
B 29 of 255 = 11%

51
103
29

R + G + B ~ 24%. #33671D is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 103 + 29 = 183 (100%)
R 51 of 183 ~ 27.87%
G 103 of 183 ~ 56.28%
B 29 of 183 ~ 15.85%

%27.87
%56.28
%15.85

CMYK color model

#33671D color CMYK value is (50,0,72,60).

  • cyan value is 50.49%
  • magenta value is 0.00%
  • yellow value is 71.84%
  • key color value is 59.61%
CMYK:
(50,0,72,60)
C50M0Y72K60 
(50%,0%,72%,60%)
(0.50/0.00/0.72/0.60)	

CMYK percentages

%50.49
%0
%71.84
%59.61

Codes

Color #33671D in popluar color models

33671D
RGB5110329
HSL102°56.06%25.88%
HSB/HSV102°71.84%40.39%
CMYK50.49%0.00%71.84%
59.61%

Color #33671D in popluar number systems.

HEX33671D
Decimal5110329
Binary110011110011111101
Octal6314735

Shades and tints

Shades of #33671D

#33671D
(51,103,29)
#2F5E1B
(47,94,27)
#2B5519
(43,85,25)
#274C17
(39,76,23)
#234315
(35,67,21)
#1F3A13
(31,58,19)
#1B3111
(27,49,17)
#17280F
(23,40,15)
#131F0D
(19,31,13)
#0F160B
(15,22,11)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #33671D

#33671D
(51,103,29)
#457431
(69,116,49)
#578145
(87,129,69)
#698E59
(105,142,89)
#7B9B6D
(123,155,109)
#8DA881
(141,168,129)
#9FB595
(159,181,149)
#B1C2A9
(177,194,169)
#C3CFBD
(195,207,189)
#D5DCD1
(213,220,209)
#E7E9E5
(231,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33671D color. Also use rgb(51,103,29) instead hex code.

Text Font Color

.myTextColor { color: #33671D; }

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

This text font color is #33671D.


Background Color

.myBgColor { background-color: #33671D; }

<div style="background-color:#33671D">Inner text</div>

This div background color is #33671D.


Border color

.myBorderColor { border: 1px solid #33671D; }

<div style="border:3px solid #33671D">Div</div>

This div border color is #33671D.


Opacity

.myOpacity80 { color: #33671D; opacity: 0.8; }

<p style="color:#33671D;opacity:0.8;">80%</p>

Text with #33671D 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 #33671D;}

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

This text has shadow with #33671D color.

.textShadow {text-shadow: 3px 3px 1px #33671D, 3px 3px 1px red;}

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

This text has shadow with #33671D primary color and red secondary color.


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

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

This text has shadow with #33671D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33671D on black background.


Color preview on white background

This text has color #33671D on white background.



Black color preview on #33671D background

This text has black color on #33671D background.


White color preview on #33671D background

This text has white color on #33671D background.