COLOR #3B4633

HEX: #3B4633
RGB: (59,70,51)

Color info

#3B4633 contains red, green and blue colors in about the same proportion. Web safe color of #3B4633 is #333333 (or #333).

RGB color model

#3B4633 color RGB value is (59,70,51).

  • red value is 59;
  • green value is 70;
  • blue value is 51.
RGB:
(59,70,51)
(23%,27%,20%)

RGB channels and saturation

R 59 of 255 = 23%
G 70 of 255 = 27%
B 51 of 255 = 20%

59
70
51

R + G + B ~ 23%. #3B4633 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 70 + 51 = 180 (100%)
R 59 of 180 ~ 32.78%
G 70 of 180 ~ 38.89%
B 51 of 180 ~ 28.33%

%32.78
%38.89
%28.33

CMYK color model

#3B4633 color CMYK value is (16,0,27,73).

  • cyan value is 15.71%
  • magenta value is 0.00%
  • yellow value is 27.14%
  • key color value is 72.55%
CMYK:
(16,0,27,73)
C16M0Y27K73 
(16%,0%,27%,73%)
(0.16/0.00/0.27/0.73)	

CMYK percentages

%15.71
%0
%27.14
%72.55

Codes

Color #3B4633 in popluar color models

3B4633
RGB597051
HSL95°15.70%23.73%
HSB/HSV95°27.14%27.45%
CMYK15.71%0.00%27.14%
72.55%

Color #3B4633 in popluar number systems.

HEX3B4633
Decimal597051
Binary1110111000110110011
Octal7310663

Shades and tints

Shades of #3B4633

#3B4633
(59,70,51)
#36402F
(54,64,47)
#313A2B
(49,58,43)
#2C3427
(44,52,39)
#272E23
(39,46,35)
#22281F
(34,40,31)
#1D221B
(29,34,27)
#181C17
(24,28,23)
#131613
(19,22,19)
#0E100F
(14,16,15)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #3B4633

#3B4633
(59,70,51)
#4C5645
(76,86,69)
#5D6657
(93,102,87)
#6E7669
(110,118,105)
#7F867B
(127,134,123)
#90968D
(144,150,141)
#A1A69F
(161,166,159)
#B2B6B1
(178,182,177)
#C3C6C3
(195,198,195)
#D4D6D5
(212,214,213)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4633; }

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

This text font color is #3B4633.


Background Color

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

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

This div background color is #3B4633.


Border color

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

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

This div border color is #3B4633.


Opacity

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

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

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

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

This text has shadow with #3B4633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4633 on black background.


Color preview on white background

This text has color #3B4633 on white background.



Black color preview on #3B4633 background

This text has black color on #3B4633 background.


White color preview on #3B4633 background

This text has white color on #3B4633 background.