COLOR #3B562D

HEX: #3B562D
RGB: (59,86,45)

Color info

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

RGB color model

#3B562D color RGB value is (59,86,45).

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

RGB channels and saturation

R 59 of 255 = 23%
G 86 of 255 = 34%
B 45 of 255 = 18%

59
86
45

R + G + B ~ 25%. #3B562D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 86 + 45 = 190 (100%)
R 59 of 190 ~ 31.05%
G 86 of 190 ~ 45.26%
B 45 of 190 ~ 23.68%

%31.05
%45.26
%23.68

CMYK color model

#3B562D color CMYK value is (31,0,48,66).

  • cyan value is 31.40%
  • magenta value is 0.00%
  • yellow value is 47.67%
  • key color value is 66.27%
CMYK:
(31,0,48,66)
C31M0Y48K66 
(31%,0%,48%,66%)
(0.31/0.00/0.48/0.66)	

CMYK percentages

%31.4
%0
%47.67
%66.27

Codes

Color #3B562D in popluar color models

3B562D
RGB598645
HSL100°31.30%25.69%
HSB/HSV100°47.67%33.73%
CMYK31.40%0.00%47.67%
66.27%

Color #3B562D in popluar number systems.

HEX3B562D
Decimal598645
Binary1110111010110101101
Octal7312655

Shades and tints

Shades of #3B562D

#3B562D
(59,86,45)
#364F29
(54,79,41)
#314825
(49,72,37)
#2C4121
(44,65,33)
#273A1D
(39,58,29)
#223319
(34,51,25)
#1D2C15
(29,44,21)
#182511
(24,37,17)
#131E0D
(19,30,13)
#0E1709
(14,23,9)
#091005
(9,16,5)
#000000
(0,0,0)

Tints of #3B562D

#3B562D
(59,86,45)
#4C6540
(76,101,64)
#5D7453
(93,116,83)
#6E8366
(110,131,102)
#7F9279
(127,146,121)
#90A18C
(144,161,140)
#A1B09F
(161,176,159)
#B2BFB2
(178,191,178)
#C3CEC5
(195,206,197)
#D4DDD8
(212,221,216)
#E5ECEB
(229,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B562D; }

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

This text font color is #3B562D.


Background Color

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

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

This div background color is #3B562D.


Border color

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

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

This div border color is #3B562D.


Opacity

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

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

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

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

This text has shadow with #3B562D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B562D on black background.


Color preview on white background

This text has color #3B562D on white background.



Black color preview on #3B562D background

This text has black color on #3B562D background.


White color preview on #3B562D background

This text has white color on #3B562D background.