COLOR #3B721D

HEX: #3B721D
RGB: (59,114,29)

Color info

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

RGB color model

#3B721D color RGB value is (59,114,29).

  • red value is 59;
  • green value is 114;
  • blue value is 29.
RGB:
(59,114,29)
(23%,45%,11%)

RGB channels and saturation

R 59 of 255 = 23%
G 114 of 255 = 45%
B 29 of 255 = 11%

59
114
29

R + G + B ~ 26%. #3B721D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 114 + 29 = 202 (100%)
R 59 of 202 ~ 29.21%
G 114 of 202 ~ 56.44%
B 29 of 202 ~ 14.36%

%29.21
%56.44
%14.36

CMYK color model

#3B721D color CMYK value is (48,0,75,55).

  • cyan value is 48.25%
  • magenta value is 0.00%
  • yellow value is 74.56%
  • key color value is 55.29%
CMYK:
(48,0,75,55)
C48M0Y75K55 
(48%,0%,75%,55%)
(0.48/0.00/0.75/0.55)	

CMYK percentages

%48.25
%0
%74.56
%55.29

Codes

Color #3B721D in popluar color models

3B721D
RGB5911429
HSL99°59.44%28.04%
HSB/HSV99°74.56%44.71%
CMYK48.25%0.00%74.56%
55.29%

Color #3B721D in popluar number systems.

HEX3B721D
Decimal5911429
Binary111011111001011101
Octal7316235

Shades and tints

Shades of #3B721D

#3B721D
(59,114,29)
#36681B
(54,104,27)
#315E19
(49,94,25)
#2C5417
(44,84,23)
#274A15
(39,74,21)
#224013
(34,64,19)
#1D3611
(29,54,17)
#182C0F
(24,44,15)
#13220D
(19,34,13)
#0E180B
(14,24,11)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #3B721D

#3B721D
(59,114,29)
#4C7E31
(76,126,49)
#5D8A45
(93,138,69)
#6E9659
(110,150,89)
#7FA26D
(127,162,109)
#90AE81
(144,174,129)
#A1BA95
(161,186,149)
#B2C6A9
(178,198,169)
#C3D2BD
(195,210,189)
#D4DED1
(212,222,209)
#E5EAE5
(229,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B721D color. Also use rgb(59,114,29) instead hex code.

Text Font Color

.myTextColor { color: #3B721D; }

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

This text font color is #3B721D.


Background Color

.myBgColor { background-color: #3B721D; }

<div style="background-color:#3B721D">Inner text</div>

This div background color is #3B721D.


Border color

.myBorderColor { border: 1px solid #3B721D; }

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

This div border color is #3B721D.


Opacity

.myOpacity80 { color: #3B721D; opacity: 0.8; }

<p style="color:#3B721D;opacity:0.8;">80%</p>

Text with #3B721D 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 #3B721D;}

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

This text has shadow with #3B721D color.

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

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

This text has shadow with #3B721D primary color and red secondary color.


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

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

This text has shadow with #3B721D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B721D on black background.


Color preview on white background

This text has color #3B721D on white background.



Black color preview on #3B721D background

This text has black color on #3B721D background.


White color preview on #3B721D background

This text has white color on #3B721D background.