COLOR #3B6702

HEX: #3B6702 RGB: (59,103,2)

Color info

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

RGB color model

#3B6702 color RGB value is (59,103,2).

RGB: (59,103,2) (23%, 40%, 1%)

RGB channels and saturation

R 59 of 255 = 23%
G 103 of 255 = 40%
B 2 of 255 = 1%

59
103
2

R + G + B ~ 21%. #3B6702 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 103 + 2 = 164 (100%)
R 59 of 164 ~ 35.98%
G 103 of 164 ~ 62.8%
B 2 of 164 ~ 1.22'%

%35.98
%62.8

CMYK color model

#3B6702 color CMYK value is (43,0,98,60).

  • cyan value is 42.72%
  • magenta value is 0.00%
  • yellow value is 98.06%
  • key color value is 59.61%

CMYK: (43,0,98,60)
C43M0Y98K60 (43%, 0%, 98%, 60%)
(0.43 / 0.00 / 0.98 / 0.60)

CMYK percentages

%42.72
%0
%98.06
%59.61

Codes

Color #3B6702 in popluar color models

3B 67 02
RGB 59 103 2
HSL 86° 96.19% 20.59%
HSB/HSV 86° 98.06% 40.39%
CMYK 42.72% 0.00% 98.06%
59.61%

Color #3B6702 in popluar number systems.

HEX 3B 67 02
Decimal 59 103 2
Binary 111011 1100111 10
Octal 73 147 2

Shades and tints

Shades of #3B6702

#3B6702
(59,103,2)
#365E02
(54,94,2)
#315502
(49,85,2)
#2C4C02
(44,76,2)
#274302
(39,67,2)
#223A02
(34,58,2)
#1D3102
(29,49,2)
#182802
(24,40,2)
#131F02
(19,31,2)
#0E1602
(14,22,2)
#090D02
(9,13,2)
#000000
(0,0,0)

Tints of #3B6702

#3B6702
(59,103,2)
#4C7419
(76,116,25)
#5D8130
(93,129,48)
#6E8E47
(110,142,71)
#7F9B5E
(127,155,94)
#90A875
(144,168,117)
#A1B58C
(161,181,140)
#B2C2A3
(178,194,163)
#C3CFBA
(195,207,186)
#D4DCD1
(212,220,209)
#E5E9E8
(229,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6702 color. Also use rgb(59,103,2) instead hex code.

Text Font Color

.myTextColor { color: #3B6702; }

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

This text font color is #3B6702.

Background Color

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

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

This div background color is #3B6702.

Border color

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

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

This div border color is #3B6702.

Opacity

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

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

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

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

This text has shadow with #3B6702 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B6702.

Preview

Color preview on black background

This text has color #3B6702 on black background.


Color preview on white background

This text has color #3B6702 on white background.


Black color preview on #3B6702 background

This text has black color on #3B6702 background.


White color preview on #3B6702 background

This text has white color on #3B6702 background.


Related colors

Complementary color

Complementary color for #hex is #C498FD.


I love getcolorcode.com

Triadic colors

1 #023B67 and #67023B with #3B6702 are triadic colors.

2 #02673B and #673B02 with #3B6702 are triadic colors.