COLOR #3B5E0B

HEX: #3B5E0B RGB: (59,94,11)

Color info

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

RGB color model

#3B5E0B color RGB value is (59,94,11).

RGB: (59,94,11) (23%, 37%, 4%)

RGB channels and saturation

R 59 of 255 = 23%
G 94 of 255 = 37%
B 11 of 255 = 4%

59
94
11

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

Portions of RGB colors in percentages

R + G + B = 59 + 94 + 11 = 164 (100%)
R 59 of 164 ~ 35.98%
G 94 of 164 ~ 57.32%
B 11 of 164 ~ 6.71'%

%35.98
%57.32

CMYK color model

#3B5E0B color CMYK value is (37,0,88,63).

  • cyan value is 37.23%
  • magenta value is 0.00%
  • yellow value is 88.30%
  • key color value is 63.14%

CMYK: (37,0,88,63)
C37M0Y88K63 (37%, 0%, 88%, 63%)
(0.37 / 0.00 / 0.88 / 0.63)

CMYK percentages

%37.23
%0
%88.3
%63.14

Codes

Color #3B5E0B in popluar color models

3B 5E 0B
RGB 59 94 11
HSL 85° 79.05% 20.59%
HSB/HSV 85° 88.30% 36.86%
CMYK 37.23% 0.00% 88.30%
63.14%

Color #3B5E0B in popluar number systems.

HEX 3B 5E 0B
Decimal 59 94 11
Binary 111011 1011110 1011
Octal 73 136 13

Shades and tints

Shades of #3B5E0B

#3B5E0B
(59,94,11)
#36560A
(54,86,10)
#314E09
(49,78,9)
#2C4608
(44,70,8)
#273E07
(39,62,7)
#223606
(34,54,6)
#1D2E05
(29,46,5)
#182604
(24,38,4)
#131E03
(19,30,3)
#0E1602
(14,22,2)
#090E01
(9,14,1)
#000000
(0,0,0)

Tints of #3B5E0B

#3B5E0B
(59,94,11)
#4C6C21
(76,108,33)
#5D7A37
(93,122,55)
#6E884D
(110,136,77)
#7F9663
(127,150,99)
#90A479
(144,164,121)
#A1B28F
(161,178,143)
#B2C0A5
(178,192,165)
#C3CEBB
(195,206,187)
#D4DCD1
(212,220,209)
#E5EAE7
(229,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5E0B; }

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

This text font color is #3B5E0B.

Background Color

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

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

This div background color is #3B5E0B.

Border color

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

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

This div border color is #3B5E0B.

Opacity

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

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

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

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

This text has shadow with #3B5E0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B5E0B.

Preview

Color preview on black background

This text has color #3B5E0B on black background.


Color preview on white background

This text has color #3B5E0B on white background.


Black color preview on #3B5E0B background

This text has black color on #3B5E0B background.


White color preview on #3B5E0B background

This text has white color on #3B5E0B background.


Related colors

Complementary color

Complementary color for #hex is #C4A1F4.


I love getcolorcode.com

Triadic colors

1 #0B3B5E and #5E0B3B with #3B5E0B are triadic colors.

2 #0B5E3B and #5E3B0B with #3B5E0B are triadic colors.