COLOR #3B642D

HEX: #3B642D
RGB: (59,100,45)

Color info

#3B642D contains red, green and blue colors in about the same proportion. Web safe color of #3B642D is #336633 (or #363).

RGB color model

#3B642D color RGB value is (59,100,45).

  • red value is 59;
  • green value is 100;
  • blue value is 45.
RGB:
(59,100,45)
(23%,39%,18%)

RGB channels and saturation

R 59 of 255 = 23%
G 100 of 255 = 39%
B 45 of 255 = 18%

59
100
45

R + G + B ~ 27%. #3B642D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 100 + 45 = 204 (100%)
R 59 of 204 ~ 28.92%
G 100 of 204 ~ 49.02%
B 45 of 204 ~ 22.06%

%28.92
%49.02
%22.06

CMYK color model

#3B642D color CMYK value is (41,0,55,61).

  • cyan value is 41.00%
  • magenta value is 0.00%
  • yellow value is 55.00%
  • key color value is 60.78%
CMYK:
(41,0,55,61)
C41M0Y55K61 
(41%,0%,55%,61%)
(0.41/0.00/0.55/0.61)	

CMYK percentages

%41
%0
%55
%60.78

Codes

Color #3B642D in popluar color models

3B642D
RGB5910045
HSL105°37.93%28.43%
HSB/HSV105°55.00%39.22%
CMYK41.00%0.00%55.00%
60.78%

Color #3B642D in popluar number systems.

HEX3B642D
Decimal5910045
Binary1110111100100101101
Octal7314455

Shades and tints

Shades of #3B642D

#3B642D
(59,100,45)
#365B29
(54,91,41)
#315225
(49,82,37)
#2C4921
(44,73,33)
#27401D
(39,64,29)
#223719
(34,55,25)
#1D2E15
(29,46,21)
#182511
(24,37,17)
#131C0D
(19,28,13)
#0E1309
(14,19,9)
#090A05
(9,10,5)
#000000
(0,0,0)

Tints of #3B642D

#3B642D
(59,100,45)
#4C7240
(76,114,64)
#5D8053
(93,128,83)
#6E8E66
(110,142,102)
#7F9C79
(127,156,121)
#90AA8C
(144,170,140)
#A1B89F
(161,184,159)
#B2C6B2
(178,198,178)
#C3D4C5
(195,212,197)
#D4E2D8
(212,226,216)
#E5F0EB
(229,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B642D; }

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

This text font color is #3B642D.


Background Color

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

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

This div background color is #3B642D.


Border color

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

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

This div border color is #3B642D.


Opacity

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

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

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

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

This text has shadow with #3B642D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B642D on black background.


Color preview on white background

This text has color #3B642D on white background.



Black color preview on #3B642D background

This text has black color on #3B642D background.


White color preview on #3B642D background

This text has white color on #3B642D background.