COLOR #33801B

HEX: #33801B
RGB: (51,128,27)

Color info

#33801B contains mainly green color. Web safe color of #33801B is #336633 (or #363).

RGB color model

#33801B color RGB value is (51,128,27).

  • red value is 51;
  • green value is 128;
  • blue value is 27.
RGB:
(51,128,27)
(20%,50%,11%)

RGB channels and saturation

R 51 of 255 = 20%
G 128 of 255 = 50%
B 27 of 255 = 11%

51
128
27

R + G + B ~ 27%. #33801B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 128 + 27 = 206 (100%)
R 51 of 206 ~ 24.76%
G 128 of 206 ~ 62.14%
B 27 of 206 ~ 13.11%

%24.76
%62.14
%13.11

CMYK color model

#33801B color CMYK value is (60,0,79,50).

  • cyan value is 60.16%
  • magenta value is 0.00%
  • yellow value is 78.91%
  • key color value is 49.80%
CMYK:
(60,0,79,50)
C60M0Y79K50 
(60%,0%,79%,50%)
(0.60/0.00/0.79/0.50)	

CMYK percentages

%60.16
%0
%78.91
%49.8

Codes

Color #33801B in popluar color models

33801B
RGB5112827
HSL106°65.16%30.39%
HSB/HSV106°78.91%50.20%
CMYK60.16%0.00%78.91%
49.80%

Color #33801B in popluar number systems.

HEX33801B
Decimal5112827
Binary1100111000000011011
Octal6320033

Shades and tints

Shades of #33801B

#33801B
(51,128,27)
#2F7519
(47,117,25)
#2B6A17
(43,106,23)
#275F15
(39,95,21)
#235413
(35,84,19)
#1F4911
(31,73,17)
#1B3E0F
(27,62,15)
#17330D
(23,51,13)
#13280B
(19,40,11)
#0F1D09
(15,29,9)
#0B1207
(11,18,7)
#000000
(0,0,0)

Tints of #33801B

#33801B
(51,128,27)
#458B2F
(69,139,47)
#579643
(87,150,67)
#69A157
(105,161,87)
#7BAC6B
(123,172,107)
#8DB77F
(141,183,127)
#9FC293
(159,194,147)
#B1CDA7
(177,205,167)
#C3D8BB
(195,216,187)
#D5E3CF
(213,227,207)
#E7EEE3
(231,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33801B color. Also use rgb(51,128,27) instead hex code.

Text Font Color

.myTextColor { color: #33801B; }

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

This text font color is #33801B.


Background Color

.myBgColor { background-color: #33801B; }

<div style="background-color:#33801B">Inner text</div>

This div background color is #33801B.


Border color

.myBorderColor { border: 1px solid #33801B; }

<div style="border:3px solid #33801B">Div</div>

This div border color is #33801B.


Opacity

.myOpacity80 { color: #33801B; opacity: 0.8; }

<p style="color:#33801B;opacity:0.8;">80%</p>

Text with #33801B 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 #33801B;}

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

This text has shadow with #33801B color.

.textShadow {text-shadow: 3px 3px 1px #33801B, 3px 3px 1px red;}

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

This text has shadow with #33801B primary color and red secondary color.


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

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

This text has shadow with #33801B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33801B on black background.


Color preview on white background

This text has color #33801B on white background.



Black color preview on #33801B background

This text has black color on #33801B background.


White color preview on #33801B background

This text has white color on #33801B background.