COLOR #3B643A

HEX: #3B643A
RGB: (59,100,58)

Color info

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

RGB color model

#3B643A color RGB value is (59,100,58).

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

RGB channels and saturation

R 59 of 255 = 23%
G 100 of 255 = 39%
B 58 of 255 = 23%

59
100
58

R + G + B ~ 28%. #3B643A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 100 + 58 = 217 (100%)
R 59 of 217 ~ 27.19%
G 100 of 217 ~ 46.08%
B 58 of 217 ~ 26.73%

%27.19
%46.08
%26.73

CMYK color model

#3B643A color CMYK value is (41,0,42,61).

  • cyan value is 41.00%
  • magenta value is 0.00%
  • yellow value is 42.00%
  • key color value is 60.78%
CMYK:
(41,0,42,61)
C41M0Y42K61 
(41%,0%,42%,61%)
(0.41/0.00/0.42/0.61)	

CMYK percentages

%41
%0
%42
%60.78

Codes

Color #3B643A in popluar color models

3B643A
RGB5910058
HSL119°26.58%30.98%
HSB/HSV119°42.00%39.22%
CMYK41.00%0.00%42.00%
60.78%

Color #3B643A in popluar number systems.

HEX3B643A
Decimal5910058
Binary1110111100100111010
Octal7314472

Shades and tints

Shades of #3B643A

#3B643A
(59,100,58)
#365B35
(54,91,53)
#315230
(49,82,48)
#2C492B
(44,73,43)
#274026
(39,64,38)
#223721
(34,55,33)
#1D2E1C
(29,46,28)
#182517
(24,37,23)
#131C12
(19,28,18)
#0E130D
(14,19,13)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #3B643A

#3B643A
(59,100,58)
#4C724B
(76,114,75)
#5D805C
(93,128,92)
#6E8E6D
(110,142,109)
#7F9C7E
(127,156,126)
#90AA8F
(144,170,143)
#A1B8A0
(161,184,160)
#B2C6B1
(178,198,177)
#C3D4C2
(195,212,194)
#D4E2D3
(212,226,211)
#E5F0E4
(229,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B643A; }

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

This text font color is #3B643A.


Background Color

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

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

This div background color is #3B643A.


Border color

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

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

This div border color is #3B643A.


Opacity

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

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

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

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

This text has shadow with #3B643A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B643A on black background.


Color preview on white background

This text has color #3B643A on white background.



Black color preview on #3B643A background

This text has black color on #3B643A background.


White color preview on #3B643A background

This text has white color on #3B643A background.