COLOR #3B3500

HEX: #3B3500 RGB: (59,53,0)

Color info

#3B3500 contains only red and green colors. Web safe color of #3B3500 is #333300 (or #330).

RGB color model

#3B3500 color RGB value is (59,53,0).

RGB: (59,53,0) (23%, 21%, 0%)

RGB channels and saturation

R 59 of 255 = 23%
G 53 of 255 = 21%
B 0 of 255 = 0%

59
53
0

R + G + B ~ 15%. #3B3500 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 53 + 0 = 112 (100%)
R 59 of 112 ~ 52.68%
G 53 of 112 ~ 47.32%
B 0 of 112 ~ 0'%

%52.68
%47.32

CMYK color model

#3B3500 color CMYK value is (0,10,100,77).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 100.00%
  • key color value is 76.86%

CMYK: (0,10,100,77)
C0M10Y100K77 (0%, 10%, 100%, 77%)
(0.00 / 0.10 / 1.00 / 0.77)

CMYK percentages

%0
%10.17
%100
%76.86

Codes

Color #3B3500 in popluar color models

3B 35 00
RGB 59 53 0
HSL 54° 100.00% 11.57%
HSB/HSV 54° 100.00% 23.14%
CMYK 0.00% 10.17% 100.00%
76.86%

Color #3B3500 in popluar number systems.

HEX 3B 35 00
Decimal 59 53 0
Binary 111011 110101 0
Octal 73 65 0

Shades and tints

Shades of #3B3500

#3B3500
(59,53,0)
#363100
(54,49,0)
#312D00
(49,45,0)
#2C2900
(44,41,0)
#272500
(39,37,0)
#222100
(34,33,0)
#1D1D00
(29,29,0)
#181900
(24,25,0)
#131500
(19,21,0)
#0E1100
(14,17,0)
#090D00
(9,13,0)
#000000
(0,0,0)

Tints of #3B3500

#3B3500
(59,53,0)
#4C4717
(76,71,23)
#5D592E
(93,89,46)
#6E6B45
(110,107,69)
#7F7D5C
(127,125,92)
#908F73
(144,143,115)
#A1A18A
(161,161,138)
#B2B3A1
(178,179,161)
#C3C5B8
(195,197,184)
#D4D7CF
(212,215,207)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B3500 color. Also use rgb(59,53,0) instead hex code.

Text Font Color

.myTextColor { color: #3B3500; }

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

This text font color is #3B3500.

Background Color

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

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

This div background color is #3B3500.

Border color

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

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

This div border color is #3B3500.

Opacity

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

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

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

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

This text has shadow with #3B3500 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B3500.

Preview

Color preview on black background

This text has color #3B3500 on black background.


Color preview on white background

This text has color #3B3500 on white background.


Black color preview on #3B3500 background

This text has black color on #3B3500 background.


White color preview on #3B3500 background

This text has white color on #3B3500 background.


Related colors

Complementary color

Complementary color for #hex is #C4CAFF.


I love getcolorcode.com

Triadic colors

1 #003B35 and #35003B with #3B3500 are triadic colors.

2 #00353B and #353B00 with #3B3500 are triadic colors.