COLOR #3B880B

HEX: #3B880B RGB: (59,136,11)

Color info

#3B880B contains mainly green color. Web safe color of #3B880B is #339900 (or #390).

RGB color model

#3B880B color RGB value is (59,136,11).

RGB: (59,136,11) (23%, 53%, 4%)

RGB channels and saturation

R 59 of 255 = 23%
G 136 of 255 = 53%
B 11 of 255 = 4%

59
136
11

R + G + B ~ 27%. #3B880B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 136 + 11 = 206 (100%)
R 59 of 206 ~ 28.64%
G 136 of 206 ~ 66.02%
B 11 of 206 ~ 5.34'%

%28.64
%66.02

CMYK color model

#3B880B color CMYK value is (57,0,92,47).

  • cyan value is 56.62%
  • magenta value is 0.00%
  • yellow value is 91.91%
  • key color value is 46.67%

CMYK: (57,0,92,47)
C57M0Y92K47 (57%, 0%, 92%, 47%)
(0.57 / 0.00 / 0.92 / 0.47)

CMYK percentages

%56.62
%0
%91.91
%46.67

Codes

Color #3B880B in popluar color models

3B 88 0B
RGB 59 136 11
HSL 97° 85.03% 28.82%
HSB/HSV 97° 91.91% 53.33%
CMYK 56.62% 0.00% 91.91%
46.67%

Color #3B880B in popluar number systems.

HEX 3B 88 0B
Decimal 59 136 11
Binary 111011 10001000 1011
Octal 73 210 13

Shades and tints

Shades of #3B880B

#3B880B
(59,136,11)
#367C0A
(54,124,10)
#317009
(49,112,9)
#2C6408
(44,100,8)
#275807
(39,88,7)
#224C06
(34,76,6)
#1D4005
(29,64,5)
#183404
(24,52,4)
#132803
(19,40,3)
#0E1C02
(14,28,2)
#091001
(9,16,1)
#000000
(0,0,0)

Tints of #3B880B

#3B880B
(59,136,11)
#4C9221
(76,146,33)
#5D9C37
(93,156,55)
#6EA64D
(110,166,77)
#7FB063
(127,176,99)
#90BA79
(144,186,121)
#A1C48F
(161,196,143)
#B2CEA5
(178,206,165)
#C3D8BB
(195,216,187)
#D4E2D1
(212,226,209)
#E5ECE7
(229,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B880B color. Also use rgb(59,136,11) instead hex code.

Text Font Color

.myTextColor { color: #3B880B; }

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

This text font color is #3B880B.

Background Color

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

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

This div background color is #3B880B.

Border color

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

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

This div border color is #3B880B.

Opacity

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

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

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

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

This text has shadow with #3B880B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B880B.

Preview

Color preview on black background

This text has color #3B880B on black background.


Color preview on white background

This text has color #3B880B on white background.


Black color preview on #3B880B background

This text has black color on #3B880B background.


White color preview on #3B880B background

This text has white color on #3B880B background.


Related colors

Complementary color

Complementary color for #hex is #C477F4.


I love getcolorcode.com

Triadic colors

1 #0B3B88 and #880B3B with #3B880B are triadic colors.

2 #0B883B and #883B0B with #3B880B are triadic colors.