COLOR #33721B

HEX: #33721B RGB: (51,114,27)

Color info

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

RGB color model

#33721B color RGB value is (51,114,27).

RGB: (51,114,27) (20%, 45%, 11%)

RGB channels and saturation

R 51 of 255 = 20%
G 114 of 255 = 45%
B 27 of 255 = 11%

51
114
27

R + G + B ~ 25%. #33721B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 114 + 27 = 192 (100%)
R 51 of 192 ~ 26.56%
G 114 of 192 ~ 59.38%
B 27 of 192 ~ 14.06'%

%26.56
%59.38
%14.06

CMYK color model

#33721B color CMYK value is (55,0,76,55).

  • cyan value is 55.26%
  • magenta value is 0.00%
  • yellow value is 76.32%
  • key color value is 55.29%
CMYK: (55,0,76,55) C55M0Y76K55 (55%,0%,76%,55%) (0.55/0.00/0.76/0.55) 

CMYK percentages

%55.26
%0
%76.32
%55.29

Codes

Color #33721B in popluar color models

33 72 1B
RGB 51 114 27
HSL 103° 61.70% 27.65%
HSB/HSV 103° 76.32% 44.71%
CMYK 55.26% 0.00% 76.32%
55.29%

Color #33721B in popluar number systems.

HEX 33 72 1B
Decimal 51 114 27
Binary 110011 1110010 11011
Octal 63 162 33

Shades and tints

Shades of #33721B

#33721B
(51,114,27)
#2F6819
(47,104,25)
#2B5E17
(43,94,23)
#275415
(39,84,21)
#234A13
(35,74,19)
#1F4011
(31,64,17)
#1B360F
(27,54,15)
#172C0D
(23,44,13)
#13220B
(19,34,11)
#0F1809
(15,24,9)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #33721B

#33721B
(51,114,27)
#457E2F
(69,126,47)
#578A43
(87,138,67)
#699657
(105,150,87)
#7BA26B
(123,162,107)
#8DAE7F
(141,174,127)
#9FBA93
(159,186,147)
#B1C6A7
(177,198,167)
#C3D2BB
(195,210,187)
#D5DECF
(213,222,207)
#E7EAE3
(231,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33721B; }

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

This text font color is #33721B.

Background Color

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

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

This div background color is #33721B.

Border color

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

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

This div border color is #33721B.

Opacity

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

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

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

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

This text has shadow with #33721B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33721B.

Preview

Color preview on black background

This text has color #33721B on black background.


Color preview on white background

This text has color #33721B on white background.


Black color preview on #33721B background

This text has black color on #33721B background.


White color preview on #33721B background

This text has white color on #33721B background.


Related colors

Complementary color

Complementary color for #hex is #CC8DE4.


I love getcolorcode.com

Triadic colors

1 #1B3372 and #721B33 with #33721B are triadic colors.

2 #1B7233 and #72331B with #33721B are triadic colors.