COLOR #3B592B

HEX: #3B592B
RGB: (59,89,43)

Color info

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

RGB color model

#3B592B color RGB value is (59,89,43).

  • red value is 59;
  • green value is 89;
  • blue value is 43.
RGB:
(59,89,43)
(23%,35%,17%)

RGB channels and saturation

R 59 of 255 = 23%
G 89 of 255 = 35%
B 43 of 255 = 17%

59
89
43

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

Portions of RGB colors in percentages

R + G + B =
59 + 89 + 43 = 191 (100%)
R 59 of 191 ~ 30.89%
G 89 of 191 ~ 46.6%
B 43 of 191 ~ 22.51%

%30.89
%46.6
%22.51

CMYK color model

#3B592B color CMYK value is (34,0,52,65).

  • cyan value is 33.71%
  • magenta value is 0.00%
  • yellow value is 51.69%
  • key color value is 65.10%
CMYK:
(34,0,52,65)
C34M0Y52K65 
(34%,0%,52%,65%)
(0.34/0.00/0.52/0.65)	

CMYK percentages

%33.71
%0
%51.69
%65.1

Codes

Color #3B592B in popluar color models

3B592B
RGB598943
HSL99°34.85%25.88%
HSB/HSV99°51.69%34.90%
CMYK33.71%0.00%51.69%
65.10%

Color #3B592B in popluar number systems.

HEX3B592B
Decimal598943
Binary1110111011001101011
Octal7313153

Shades and tints

Shades of #3B592B

#3B592B
(59,89,43)
#365128
(54,81,40)
#314925
(49,73,37)
#2C4122
(44,65,34)
#27391F
(39,57,31)
#22311C
(34,49,28)
#1D2919
(29,41,25)
#182116
(24,33,22)
#131913
(19,25,19)
#0E1110
(14,17,16)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #3B592B

#3B592B
(59,89,43)
#4C683E
(76,104,62)
#5D7751
(93,119,81)
#6E8664
(110,134,100)
#7F9577
(127,149,119)
#90A48A
(144,164,138)
#A1B39D
(161,179,157)
#B2C2B0
(178,194,176)
#C3D1C3
(195,209,195)
#D4E0D6
(212,224,214)
#E5EFE9
(229,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B592B; }

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

This text font color is #3B592B.


Background Color

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

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

This div background color is #3B592B.


Border color

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

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

This div border color is #3B592B.


Opacity

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

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

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

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

This text has shadow with #3B592B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B592B on black background.


Color preview on white background

This text has color #3B592B on white background.



Black color preview on #3B592B background

This text has black color on #3B592B background.


White color preview on #3B592B background

This text has white color on #3B592B background.