COLOR #3B8C1C

HEX: #3B8C1C
RGB: (59,140,28)

Color info

#3B8C1C contains mainly green color. Web safe color of #3B8C1C is #339933 (or #393).

RGB color model

#3B8C1C color RGB value is (59,140,28).

  • red value is 59;
  • green value is 140;
  • blue value is 28.
RGB:
(59,140,28)
(23%,55%,11%)

RGB channels and saturation

R 59 of 255 = 23%
G 140 of 255 = 55%
B 28 of 255 = 11%

59
140
28

R + G + B ~ 30%. #3B8C1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 140 + 28 = 227 (100%)
R 59 of 227 ~ 25.99%
G 140 of 227 ~ 61.67%
B 28 of 227 ~ 12.33%

%25.99
%61.67
%12.33

CMYK color model

#3B8C1C color CMYK value is (58,0,80,45).

  • cyan value is 57.86%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 45.10%
CMYK:
(58,0,80,45)
C58M0Y80K45 
(58%,0%,80%,45%)
(0.58/0.00/0.80/0.45)	

CMYK percentages

%57.86
%0
%80
%45.1

Codes

Color #3B8C1C in popluar color models

3B8C1C
RGB5914028
HSL103°66.67%32.94%
HSB/HSV103°80.00%54.90%
CMYK57.86%0.00%80.00%
45.10%

Color #3B8C1C in popluar number systems.

HEX3B8C1C
Decimal5914028
Binary1110111000110011100
Octal7321434

Shades and tints

Shades of #3B8C1C

#3B8C1C
(59,140,28)
#36801A
(54,128,26)
#317418
(49,116,24)
#2C6816
(44,104,22)
#275C14
(39,92,20)
#225012
(34,80,18)
#1D4410
(29,68,16)
#18380E
(24,56,14)
#132C0C
(19,44,12)
#0E200A
(14,32,10)
#091408
(9,20,8)
#000000
(0,0,0)

Tints of #3B8C1C

#3B8C1C
(59,140,28)
#4C9630
(76,150,48)
#5DA044
(93,160,68)
#6EAA58
(110,170,88)
#7FB46C
(127,180,108)
#90BE80
(144,190,128)
#A1C894
(161,200,148)
#B2D2A8
(178,210,168)
#C3DCBC
(195,220,188)
#D4E6D0
(212,230,208)
#E5F0E4
(229,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B8C1C color. Also use rgb(59,140,28) instead hex code.

Text Font Color

.myTextColor { color: #3B8C1C; }

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

This text font color is #3B8C1C.


Background Color

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

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

This div background color is #3B8C1C.


Border color

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

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

This div border color is #3B8C1C.


Opacity

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

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

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

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

This text has shadow with #3B8C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B8C1C on black background.


Color preview on white background

This text has color #3B8C1C on white background.



Black color preview on #3B8C1C background

This text has black color on #3B8C1C background.


White color preview on #3B8C1C background

This text has white color on #3B8C1C background.