COLOR #3B5510

HEX: #3B5510
RGB: (59,85,16)

Color info

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

RGB color model

#3B5510 color RGB value is (59,85,16).

  • red value is 59;
  • green value is 85;
  • blue value is 16.
RGB:
(59,85,16)
(23%,33%,6%)

RGB channels and saturation

R 59 of 255 = 23%
G 85 of 255 = 33%
B 16 of 255 = 6%

59
85
16

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

Portions of RGB colors in percentages

R + G + B =
59 + 85 + 16 = 160 (100%)
R 59 of 160 ~ 36.88%
G 85 of 160 ~ 53.13%
B 16 of 160 ~ 10%

%36.88
%53.13
%10

CMYK color model

#3B5510 color CMYK value is (31,0,81,67).

  • cyan value is 30.59%
  • magenta value is 0.00%
  • yellow value is 81.18%
  • key color value is 66.67%
CMYK:
(31,0,81,67)
C31M0Y81K67 
(31%,0%,81%,67%)
(0.31/0.00/0.81/0.67)	

CMYK percentages

%30.59
%0
%81.18
%66.67

Codes

Color #3B5510 in popluar color models

3B5510
RGB598516
HSL83°68.32%19.80%
HSB/HSV83°81.18%33.33%
CMYK30.59%0.00%81.18%
66.67%

Color #3B5510 in popluar number systems.

HEX3B5510
Decimal598516
Binary111011101010110000
Octal7312520

Shades and tints

Shades of #3B5510

#3B5510
(59,85,16)
#364E0F
(54,78,15)
#31470E
(49,71,14)
#2C400D
(44,64,13)
#27390C
(39,57,12)
#22320B
(34,50,11)
#1D2B0A
(29,43,10)
#182409
(24,36,9)
#131D08
(19,29,8)
#0E1607
(14,22,7)
#090F06
(9,15,6)
#000000
(0,0,0)

Tints of #3B5510

#3B5510
(59,85,16)
#4C6425
(76,100,37)
#5D733A
(93,115,58)
#6E824F
(110,130,79)
#7F9164
(127,145,100)
#90A079
(144,160,121)
#A1AF8E
(161,175,142)
#B2BEA3
(178,190,163)
#C3CDB8
(195,205,184)
#D4DCCD
(212,220,205)
#E5EBE2
(229,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5510 color. Also use rgb(59,85,16) instead hex code.

Text Font Color

.myTextColor { color: #3B5510; }

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

This text font color is #3B5510.


Background Color

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

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

This div background color is #3B5510.


Border color

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

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

This div border color is #3B5510.


Opacity

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

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

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

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

This text has shadow with #3B5510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5510 on black background.


Color preview on white background

This text has color #3B5510 on white background.



Black color preview on #3B5510 background

This text has black color on #3B5510 background.


White color preview on #3B5510 background

This text has white color on #3B5510 background.