COLOR #3B6E0A

HEX: #3B6E0A RGB: (59,110,10)

Color info

#3B6E0A contains mainly red and green colors. Web safe color of #3B6E0A is #336600 (or #360).

RGB color model

#3B6E0A color RGB value is (59,110,10).

RGB: (59,110,10) (23%, 43%, 4%)

RGB channels and saturation

R 59 of 255 = 23%
G 110 of 255 = 43%
B 10 of 255 = 4%

59
110
10

R + G + B ~ 23%. #3B6E0A is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 110 + 10 = 179 (100%)
R 59 of 179 ~ 32.96%
G 110 of 179 ~ 61.45%
B 10 of 179 ~ 5.59'%

%32.96
%61.45

CMYK color model

#3B6E0A color CMYK value is (46,0,91,57).

  • cyan value is 46.36%
  • magenta value is 0.00%
  • yellow value is 90.91%
  • key color value is 56.86%

CMYK: (46,0,91,57)
C46M0Y91K57 (46%, 0%, 91%, 57%)
(0.46 / 0.00 / 0.91 / 0.57)

CMYK percentages

%46.36
%0
%90.91
%56.86

Codes

Color #3B6E0A in popluar color models

3B 6E 0A
RGB 59 110 10
HSL 91° 83.33% 23.53%
HSB/HSV 91° 90.91% 43.14%
CMYK 46.36% 0.00% 90.91%
56.86%

Color #3B6E0A in popluar number systems.

HEX 3B 6E 0A
Decimal 59 110 10
Binary 111011 1101110 1010
Octal 73 156 12

Shades and tints

Shades of #3B6E0A

#3B6E0A
(59,110,10)
#36640A
(54,100,10)
#315A0A
(49,90,10)
#2C500A
(44,80,10)
#27460A
(39,70,10)
#223C0A
(34,60,10)
#1D320A
(29,50,10)
#18280A
(24,40,10)
#131E0A
(19,30,10)
#0E140A
(14,20,10)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #3B6E0A

#3B6E0A
(59,110,10)
#4C7B20
(76,123,32)
#5D8836
(93,136,54)
#6E954C
(110,149,76)
#7FA262
(127,162,98)
#90AF78
(144,175,120)
#A1BC8E
(161,188,142)
#B2C9A4
(178,201,164)
#C3D6BA
(195,214,186)
#D4E3D0
(212,227,208)
#E5F0E6
(229,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6E0A color. Also use rgb(59,110,10) instead hex code.

Text Font Color

.myTextColor { color: #3B6E0A; }

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

This text font color is #3B6E0A.

Background Color

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

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

This div background color is #3B6E0A.

Border color

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

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

This div border color is #3B6E0A.

Opacity

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

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

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

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

This text has shadow with #3B6E0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B6E0A.

Preview

Color preview on black background

This text has color #3B6E0A on black background.


Color preview on white background

This text has color #3B6E0A on white background.


Black color preview on #3B6E0A background

This text has black color on #3B6E0A background.


White color preview on #3B6E0A background

This text has white color on #3B6E0A background.


Related colors

Complementary color

Complementary color for #hex is #C491F5.


I love getcolorcode.com

Triadic colors

1 #0A3B6E and #6E0A3B with #3B6E0A are triadic colors.

2 #0A6E3B and #6E3B0A with #3B6E0A are triadic colors.