COLOR #3B4634

HEX: #3B4634
RGB: (59,70,52)

Color info

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

RGB color model

#3B4634 color RGB value is (59,70,52).

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

RGB channels and saturation

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

59
70
52

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

Portions of RGB colors in percentages

R + G + B =
59 + 70 + 52 = 181 (100%)
R 59 of 181 ~ 32.6%
G 70 of 181 ~ 38.67%
B 52 of 181 ~ 28.73%

%32.6
%38.67
%28.73

CMYK color model

#3B4634 color CMYK value is (16,0,26,73).

  • cyan value is 15.71%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 72.55%
CMYK:
(16,0,26,73)
C16M0Y26K73 
(16%,0%,26%,73%)
(0.16/0.00/0.26/0.73)	

CMYK percentages

%15.71
%0
%25.71
%72.55

Codes

Color #3B4634 in popluar color models

3B4634
RGB597052
HSL97°14.75%23.92%
HSB/HSV97°25.71%27.45%
CMYK15.71%0.00%25.71%
72.55%

Color #3B4634 in popluar number systems.

HEX3B4634
Decimal597052
Binary1110111000110110100
Octal7310664

Shades and tints

Shades of #3B4634

#3B4634
(59,70,52)
#364030
(54,64,48)
#313A2C
(49,58,44)
#2C3428
(44,52,40)
#272E24
(39,46,36)
#222820
(34,40,32)
#1D221C
(29,34,28)
#181C18
(24,28,24)
#131614
(19,22,20)
#0E1010
(14,16,16)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #3B4634

#3B4634
(59,70,52)
#4C5646
(76,86,70)
#5D6658
(93,102,88)
#6E766A
(110,118,106)
#7F867C
(127,134,124)
#90968E
(144,150,142)
#A1A6A0
(161,166,160)
#B2B6B2
(178,182,178)
#C3C6C4
(195,198,196)
#D4D6D6
(212,214,214)
#E5E6E8
(229,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4634; }

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

This text font color is #3B4634.


Background Color

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

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

This div background color is #3B4634.


Border color

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

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

This div border color is #3B4634.


Opacity

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

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

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

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

This text has shadow with #3B4634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4634 on black background.


Color preview on white background

This text has color #3B4634 on white background.



Black color preview on #3B4634 background

This text has black color on #3B4634 background.


White color preview on #3B4634 background

This text has white color on #3B4634 background.