COLOR #3B563B

HEX: #3B563B
RGB: (59,86,59)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

59
86
59

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

Portions of RGB colors in percentages

R + G + B =
59 + 86 + 59 = 204 (100%)
R 59 of 204 ~ 28.92%
G 86 of 204 ~ 42.16%
B 59 of 204 ~ 28.92%

%28.92
%42.16
%28.92

CMYK color model

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

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

CMYK percentages

%31.4
%0
%31.4
%66.27

Codes

Color #3B563B in popluar color models

3B563B
RGB598659
HSL120°18.62%28.43%
HSB/HSV120°31.40%33.73%
CMYK31.40%0.00%31.40%
66.27%

Color #3B563B in popluar number systems.

HEX3B563B
Decimal598659
Binary1110111010110111011
Octal7312673

Shades and tints

Shades of #3B563B

#3B563B
(59,86,59)
#364F36
(54,79,54)
#314831
(49,72,49)
#2C412C
(44,65,44)
#273A27
(39,58,39)
#223322
(34,51,34)
#1D2C1D
(29,44,29)
#182518
(24,37,24)
#131E13
(19,30,19)
#0E170E
(14,23,14)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #3B563B

#3B563B
(59,86,59)
#4C654C
(76,101,76)
#5D745D
(93,116,93)
#6E836E
(110,131,110)
#7F927F
(127,146,127)
#90A190
(144,161,144)
#A1B0A1
(161,176,161)
#B2BFB2
(178,191,178)
#C3CEC3
(195,206,195)
#D4DDD4
(212,221,212)
#E5ECE5
(229,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B563B; }

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

This text font color is #3B563B.


Background Color

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

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

This div background color is #3B563B.


Border color

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

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

This div border color is #3B563B.


Opacity

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

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

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

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

This text has shadow with #3B563B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B563B on black background.


Color preview on white background

This text has color #3B563B on white background.



Black color preview on #3B563B background

This text has black color on #3B563B background.


White color preview on #3B563B background

This text has white color on #3B563B background.