COLOR #33531E

HEX: #33531E
RGB: (51,83,30)

Color info

#33531E contains red, green and blue colors in about the same proportion. Web safe color of #33531E is #336633 (or #363).

RGB color model

#33531E color RGB value is (51,83,30).

  • red value is 51;
  • green value is 83;
  • blue value is 30.
RGB:
(51,83,30)
(20%,33%,12%)

RGB channels and saturation

R 51 of 255 = 20%
G 83 of 255 = 33%
B 30 of 255 = 12%

51
83
30

R + G + B ~ 22%. #33531E is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 83 + 30 = 164 (100%)
R 51 of 164 ~ 31.1%
G 83 of 164 ~ 50.61%
B 30 of 164 ~ 18.29%

%31.1
%50.61
%18.29

CMYK color model

#33531E color CMYK value is (39,0,64,67).

  • cyan value is 38.55%
  • magenta value is 0.00%
  • yellow value is 63.86%
  • key color value is 67.45%
CMYK:
(39,0,64,67)
C39M0Y64K67 
(39%,0%,64%,67%)
(0.39/0.00/0.64/0.67)	

CMYK percentages

%38.55
%0
%63.86
%67.45

Codes

Color #33531E in popluar color models

33531E
RGB518330
HSL96°46.90%22.16%
HSB/HSV96°63.86%32.55%
CMYK38.55%0.00%63.86%
67.45%

Color #33531E in popluar number systems.

HEX33531E
Decimal518330
Binary110011101001111110
Octal6312336

Shades and tints

Shades of #33531E

#33531E
(51,83,30)
#2F4C1C
(47,76,28)
#2B451A
(43,69,26)
#273E18
(39,62,24)
#233716
(35,55,22)
#1F3014
(31,48,20)
#1B2912
(27,41,18)
#172210
(23,34,16)
#131B0E
(19,27,14)
#0F140C
(15,20,12)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #33531E

#33531E
(51,83,30)
#456232
(69,98,50)
#577146
(87,113,70)
#69805A
(105,128,90)
#7B8F6E
(123,143,110)
#8D9E82
(141,158,130)
#9FAD96
(159,173,150)
#B1BCAA
(177,188,170)
#C3CBBE
(195,203,190)
#D5DAD2
(213,218,210)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33531E; }

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

This text font color is #33531E.


Background Color

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

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

This div background color is #33531E.


Border color

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

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

This div border color is #33531E.


Opacity

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

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

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

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

This text has shadow with #33531E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33531E on black background.


Color preview on white background

This text has color #33531E on white background.



Black color preview on #33531E background

This text has black color on #33531E background.


White color preview on #33531E background

This text has white color on #33531E background.