COLOR #3B523A

HEX: #3B523A
RGB: (59,82,58)

Color info

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

RGB color model

#3B523A color RGB value is (59,82,58).

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

RGB channels and saturation

R 59 of 255 = 23%
G 82 of 255 = 32%
B 58 of 255 = 23%

59
82
58

R + G + B ~ 26%. #3B523A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 82 + 58 = 199 (100%)
R 59 of 199 ~ 29.65%
G 82 of 199 ~ 41.21%
B 58 of 199 ~ 29.15%

%29.65
%41.21
%29.15

CMYK color model

#3B523A color CMYK value is (28,0,29,68).

  • cyan value is 28.05%
  • magenta value is 0.00%
  • yellow value is 29.27%
  • key color value is 67.84%
CMYK:
(28,0,29,68)
C28M0Y29K68 
(28%,0%,29%,68%)
(0.28/0.00/0.29/0.68)	

CMYK percentages

%28.05
%0
%29.27
%67.84

Codes

Color #3B523A in popluar color models

3B523A
RGB598258
HSL118°17.14%27.45%
HSB/HSV118°29.27%32.16%
CMYK28.05%0.00%29.27%
67.84%

Color #3B523A in popluar number systems.

HEX3B523A
Decimal598258
Binary1110111010010111010
Octal7312272

Shades and tints

Shades of #3B523A

#3B523A
(59,82,58)
#364B35
(54,75,53)
#314430
(49,68,48)
#2C3D2B
(44,61,43)
#273626
(39,54,38)
#222F21
(34,47,33)
#1D281C
(29,40,28)
#182117
(24,33,23)
#131A12
(19,26,18)
#0E130D
(14,19,13)
#090C08
(9,12,8)
#000000
(0,0,0)

Tints of #3B523A

#3B523A
(59,82,58)
#4C614B
(76,97,75)
#5D705C
(93,112,92)
#6E7F6D
(110,127,109)
#7F8E7E
(127,142,126)
#909D8F
(144,157,143)
#A1ACA0
(161,172,160)
#B2BBB1
(178,187,177)
#C3CAC2
(195,202,194)
#D4D9D3
(212,217,211)
#E5E8E4
(229,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B523A; }

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

This text font color is #3B523A.


Background Color

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

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

This div background color is #3B523A.


Border color

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

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

This div border color is #3B523A.


Opacity

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

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

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

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

This text has shadow with #3B523A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B523A on black background.


Color preview on white background

This text has color #3B523A on white background.



Black color preview on #3B523A background

This text has black color on #3B523A background.


White color preview on #3B523A background

This text has white color on #3B523A background.