COLOR #3B5306

HEX: #3B5306 RGB: (59,83,6)

Color info

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

RGB color model

#3B5306 color RGB value is (59,83,6).

RGB: (59,83,6) (23%, 33%, 2%)

RGB channels and saturation

R 59 of 255 = 23%
G 83 of 255 = 33%
B 6 of 255 = 2%

59
83
6

R + G + B ~ 19%. #3B5306 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 83 + 6 = 148 (100%)
R 59 of 148 ~ 39.86%
G 83 of 148 ~ 56.08%
B 6 of 148 ~ 4.05'%

%39.86
%56.08

CMYK color model

#3B5306 color CMYK value is (29,0,93,67).

  • cyan value is 28.92%
  • magenta value is 0.00%
  • yellow value is 92.77%
  • key color value is 67.45%

CMYK: (29,0,93,67)
C29M0Y93K67 (29%, 0%, 93%, 67%)
(0.29 / 0.00 / 0.93 / 0.67)

CMYK percentages

%28.92
%0
%92.77
%67.45

Codes

Color #3B5306 in popluar color models

3B 53 06
RGB 59 83 6
HSL 79° 86.52% 17.45%
HSB/HSV 79° 92.77% 32.55%
CMYK 28.92% 0.00% 92.77%
67.45%

Color #3B5306 in popluar number systems.

HEX 3B 53 06
Decimal 59 83 6
Binary 111011 1010011 110
Octal 73 123 6

Shades and tints

Shades of #3B5306

#3B5306
(59,83,6)
#364C06
(54,76,6)
#314506
(49,69,6)
#2C3E06
(44,62,6)
#273706
(39,55,6)
#223006
(34,48,6)
#1D2906
(29,41,6)
#182206
(24,34,6)
#131B06
(19,27,6)
#0E1406
(14,20,6)
#090D06
(9,13,6)
#000000
(0,0,0)

Tints of #3B5306

#3B5306
(59,83,6)
#4C621C
(76,98,28)
#5D7132
(93,113,50)
#6E8048
(110,128,72)
#7F8F5E
(127,143,94)
#909E74
(144,158,116)
#A1AD8A
(161,173,138)
#B2BCA0
(178,188,160)
#C3CBB6
(195,203,182)
#D4DACC
(212,218,204)
#E5E9E2
(229,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5306 color. Also use rgb(59,83,6) instead hex code.

Text Font Color

.myTextColor { color: #3B5306; }

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

This text font color is #3B5306.

Background Color

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

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

This div background color is #3B5306.

Border color

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

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

This div border color is #3B5306.

Opacity

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

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

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

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

This text has shadow with #3B5306 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B5306.

Preview

Color preview on black background

This text has color #3B5306 on black background.


Color preview on white background

This text has color #3B5306 on white background.


Black color preview on #3B5306 background

This text has black color on #3B5306 background.


White color preview on #3B5306 background

This text has white color on #3B5306 background.


Related colors

Complementary color

Complementary color for #hex is #C4ACF9.


I love getcolorcode.com

Triadic colors

1 #063B53 and #53063B with #3B5306 are triadic colors.

2 #06533B and #533B06 with #3B5306 are triadic colors.