COLOR #3B3B00

HEX: #3B3B00
RGB: (59,59,0)

Color info

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

RGB color model

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

  • red value is 59;
  • green value is 59;
  • blue value is 0.
RGB:
(59,59,0)
(23%,23%,0%)

RGB channels and saturation

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

59
59
0

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

Portions of RGB colors in percentages

R + G + B =
59 + 59 + 0 = 118 (100%)
R 59 of 118 ~ 50%
G 59 of 118 ~ 50%
B 0 of 118 ~ 0%

%50
%50

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 76.86%
CMYK:
(0,0,100,77)
C0M0Y100K77 
(0%,0%,100%,77%)
(0.00/0.00/1.00/0.77)	

CMYK percentages

%0
%0
%100
%76.86

Codes

Color #3B3B00 in popluar color models

3B3B00
RGB59590
HSL60°100.00%11.57%
HSB/HSV60°100.00%23.14%
CMYK0.00%0.00%100.00%
76.86%

Color #3B3B00 in popluar number systems.

HEX3B3B00
Decimal59590
Binary1110111110110
Octal73730

Shades and tints

Shades of #3B3B00

#3B3B00
(59,59,0)
#363600
(54,54,0)
#313100
(49,49,0)
#2C2C00
(44,44,0)
#272700
(39,39,0)
#222200
(34,34,0)
#1D1D00
(29,29,0)
#181800
(24,24,0)
#131300
(19,19,0)
#0E0E00
(14,14,0)
#090900
(9,9,0)
#000000
(0,0,0)

Tints of #3B3B00

#3B3B00
(59,59,0)
#4C4C17
(76,76,23)
#5D5D2E
(93,93,46)
#6E6E45
(110,110,69)
#7F7F5C
(127,127,92)
#909073
(144,144,115)
#A1A18A
(161,161,138)
#B2B2A1
(178,178,161)
#C3C3B8
(195,195,184)
#D4D4CF
(212,212,207)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B3B00; }

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

This text font color is #3B3B00.


Background Color

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

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

This div background color is #3B3B00.


Border color

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

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

This div border color is #3B3B00.


Opacity

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

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

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

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

This text has shadow with #3B3B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3B00 on black background.


Color preview on white background

This text has color #3B3B00 on white background.



Black color preview on #3B3B00 background

This text has black color on #3B3B00 background.


White color preview on #3B3B00 background

This text has white color on #3B3B00 background.