COLOR #3A6F1F

HEX: #3A6F1F
RGB: (58,111,31)

Color info

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

RGB color model

#3A6F1F color RGB value is (58,111,31).

  • red value is 58;
  • green value is 111;
  • blue value is 31.
RGB:
(58,111,31)
(23%,44%,12%)

RGB channels and saturation

R 58 of 255 = 23%
G 111 of 255 = 44%
B 31 of 255 = 12%

58
111
31

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

Portions of RGB colors in percentages

R + G + B =
58 + 111 + 31 = 200 (100%)
R 58 of 200 ~ 29%
G 111 of 200 ~ 55.5%
B 31 of 200 ~ 15.5%

%29
%55.5
%15.5

CMYK color model

#3A6F1F color CMYK value is (48,0,72,56).

  • cyan value is 47.75%
  • magenta value is 0.00%
  • yellow value is 72.07%
  • key color value is 56.47%
CMYK:
(48,0,72,56)
C48M0Y72K56 
(48%,0%,72%,56%)
(0.48/0.00/0.72/0.56)	

CMYK percentages

%47.75
%0
%72.07
%56.47

Codes

Color #3A6F1F in popluar color models

3A6F1F
RGB5811131
HSL100°56.34%27.84%
HSB/HSV100°72.07%43.53%
CMYK47.75%0.00%72.07%
56.47%

Color #3A6F1F in popluar number systems.

HEX3A6F1F
Decimal5811131
Binary111010110111111111
Octal7215737

Shades and tints

Shades of #3A6F1F

#3A6F1F
(58,111,31)
#35651D
(53,101,29)
#305B1B
(48,91,27)
#2B5119
(43,81,25)
#264717
(38,71,23)
#213D15
(33,61,21)
#1C3313
(28,51,19)
#172911
(23,41,17)
#121F0F
(18,31,15)
#0D150D
(13,21,13)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #3A6F1F

#3A6F1F
(58,111,31)
#4B7C33
(75,124,51)
#5C8947
(92,137,71)
#6D965B
(109,150,91)
#7EA36F
(126,163,111)
#8FB083
(143,176,131)
#A0BD97
(160,189,151)
#B1CAAB
(177,202,171)
#C2D7BF
(194,215,191)
#D3E4D3
(211,228,211)
#E4F1E7
(228,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6F1F color. Also use rgb(58,111,31) instead hex code.

Text Font Color

.myTextColor { color: #3A6F1F; }

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

This text font color is #3A6F1F.


Background Color

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

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

This div background color is #3A6F1F.


Border color

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

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

This div border color is #3A6F1F.


Opacity

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

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

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

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

This text has shadow with #3A6F1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6F1F on black background.


Color preview on white background

This text has color #3A6F1F on white background.



Black color preview on #3A6F1F background

This text has black color on #3A6F1F background.


White color preview on #3A6F1F background

This text has white color on #3A6F1F background.