COLOR #3B6C1B

HEX: #3B6C1B
RGB: (59,108,27)

Color info

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

RGB color model

#3B6C1B color RGB value is (59,108,27).

  • red value is 59;
  • green value is 108;
  • blue value is 27.
RGB:
(59,108,27)
(23%,42%,11%)

RGB channels and saturation

R 59 of 255 = 23%
G 108 of 255 = 42%
B 27 of 255 = 11%

59
108
27

R + G + B ~ 25%. #3B6C1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 108 + 27 = 194 (100%)
R 59 of 194 ~ 30.41%
G 108 of 194 ~ 55.67%
B 27 of 194 ~ 13.92%

%30.41
%55.67
%13.92

CMYK color model

#3B6C1B color CMYK value is (45,0,75,58).

  • cyan value is 45.37%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 57.65%
CMYK:
(45,0,75,58)
C45M0Y75K58 
(45%,0%,75%,58%)
(0.45/0.00/0.75/0.58)	

CMYK percentages

%45.37
%0
%75
%57.65

Codes

Color #3B6C1B in popluar color models

3B6C1B
RGB5910827
HSL96°60.00%26.47%
HSB/HSV96°75.00%42.35%
CMYK45.37%0.00%75.00%
57.65%

Color #3B6C1B in popluar number systems.

HEX3B6C1B
Decimal5910827
Binary111011110110011011
Octal7315433

Shades and tints

Shades of #3B6C1B

#3B6C1B
(59,108,27)
#366319
(54,99,25)
#315A17
(49,90,23)
#2C5115
(44,81,21)
#274813
(39,72,19)
#223F11
(34,63,17)
#1D360F
(29,54,15)
#182D0D
(24,45,13)
#13240B
(19,36,11)
#0E1B09
(14,27,9)
#091207
(9,18,7)
#000000
(0,0,0)

Tints of #3B6C1B

#3B6C1B
(59,108,27)
#4C792F
(76,121,47)
#5D8643
(93,134,67)
#6E9357
(110,147,87)
#7FA06B
(127,160,107)
#90AD7F
(144,173,127)
#A1BA93
(161,186,147)
#B2C7A7
(178,199,167)
#C3D4BB
(195,212,187)
#D4E1CF
(212,225,207)
#E5EEE3
(229,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6C1B color. Also use rgb(59,108,27) instead hex code.

Text Font Color

.myTextColor { color: #3B6C1B; }

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

This text font color is #3B6C1B.


Background Color

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

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

This div background color is #3B6C1B.


Border color

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

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

This div border color is #3B6C1B.


Opacity

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

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

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

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

This text has shadow with #3B6C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6C1B on black background.


Color preview on white background

This text has color #3B6C1B on white background.



Black color preview on #3B6C1B background

This text has black color on #3B6C1B background.


White color preview on #3B6C1B background

This text has white color on #3B6C1B background.