COLOR #3B741F

HEX: #3B741F RGB: (59,116,31)

Color info

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

RGB color model

#3B741F color RGB value is (59,116,31).

RGB: (59,116,31) (23%, 45%, 12%)

RGB channels and saturation

R 59 of 255 = 23%
G 116 of 255 = 45%
B 31 of 255 = 12%

59
116
31

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

Portions of RGB colors in percentages

R + G + B = 59 + 116 + 31 = 206 (100%)
R 59 of 206 ~ 28.64%
G 116 of 206 ~ 56.31%
B 31 of 206 ~ 15.05'%

%28.64
%56.31
%15.05

CMYK color model

#3B741F color CMYK value is (49,0,73,55).

  • cyan value is 49.14%
  • magenta value is 0.00%
  • yellow value is 73.28%
  • key color value is 54.51%

CMYK: (49,0,73,55)
C49M0Y73K55 (49%, 0%, 73%, 55%)
(0.49 / 0.00 / 0.73 / 0.55)

CMYK percentages

%49.14
%0
%73.28
%54.51

Codes

Color #3B741F in popluar color models

3B 74 1F
RGB 59 116 31
HSL 100° 57.82% 28.82%
HSB/HSV 100° 73.28% 45.49%
CMYK 49.14% 0.00% 73.28%
54.51%

Color #3B741F in popluar number systems.

HEX 3B 74 1F
Decimal 59 116 31
Binary 111011 1110100 11111
Octal 73 164 37

Shades and tints

Shades of #3B741F

#3B741F
(59,116,31)
#366A1D
(54,106,29)
#31601B
(49,96,27)
#2C5619
(44,86,25)
#274C17
(39,76,23)
#224215
(34,66,21)
#1D3813
(29,56,19)
#182E11
(24,46,17)
#13240F
(19,36,15)
#0E1A0D
(14,26,13)
#09100B
(9,16,11)
#000000
(0,0,0)

Tints of #3B741F

#3B741F
(59,116,31)
#4C8033
(76,128,51)
#5D8C47
(93,140,71)
#6E985B
(110,152,91)
#7FA46F
(127,164,111)
#90B083
(144,176,131)
#A1BC97
(161,188,151)
#B2C8AB
(178,200,171)
#C3D4BF
(195,212,191)
#D4E0D3
(212,224,211)
#E5ECE7
(229,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B741F color. Also use rgb(59,116,31) instead hex code.

Text Font Color

.myTextColor { color: #3B741F; }

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

This text font color is #3B741F.

Background Color

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

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

This div background color is #3B741F.

Border color

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

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

This div border color is #3B741F.

Opacity

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

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

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

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

This text has shadow with #3B741F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B741F.

Preview

Color preview on black background

This text has color #3B741F on black background.


Color preview on white background

This text has color #3B741F on white background.


Black color preview on #3B741F background

This text has black color on #3B741F background.


White color preview on #3B741F background

This text has white color on #3B741F background.


Related colors

Complementary color

Complementary color for #hex is #C48BE0.


I love getcolorcode.com

Triadic colors

1 #1F3B74 and #741F3B with #3B741F are triadic colors.

2 #1F743B and #743B1F with #3B741F are triadic colors.