COLOR #3B482A

HEX: #3B482A
RGB: (59,72,42)

Color info

#3B482A contains red, green and blue colors in about the same proportion. Web safe color of #3B482A is #333333 (or #333).

RGB color model

#3B482A color RGB value is (59,72,42).

  • red value is 59;
  • green value is 72;
  • blue value is 42.
RGB:
(59,72,42)
(23%,28%,16%)

RGB channels and saturation

R 59 of 255 = 23%
G 72 of 255 = 28%
B 42 of 255 = 16%

59
72
42

R + G + B ~ 22%. #3B482A is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 72 + 42 = 173 (100%)
R 59 of 173 ~ 34.1%
G 72 of 173 ~ 41.62%
B 42 of 173 ~ 24.28%

%34.1
%41.62
%24.28

CMYK color model

#3B482A color CMYK value is (18,0,42,72).

  • cyan value is 18.06%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 71.76%
CMYK:
(18,0,42,72)
C18M0Y42K72 
(18%,0%,42%,72%)
(0.18/0.00/0.42/0.72)	

CMYK percentages

%18.06
%0
%41.67
%71.76

Codes

Color #3B482A in popluar color models

3B482A
RGB597242
HSL86°26.32%22.35%
HSB/HSV86°41.67%28.24%
CMYK18.06%0.00%41.67%
71.76%

Color #3B482A in popluar number systems.

HEX3B482A
Decimal597242
Binary1110111001000101010
Octal7311052

Shades and tints

Shades of #3B482A

#3B482A
(59,72,42)
#364227
(54,66,39)
#313C24
(49,60,36)
#2C3621
(44,54,33)
#27301E
(39,48,30)
#222A1B
(34,42,27)
#1D2418
(29,36,24)
#181E15
(24,30,21)
#131812
(19,24,18)
#0E120F
(14,18,15)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #3B482A

#3B482A
(59,72,42)
#4C583D
(76,88,61)
#5D6850
(93,104,80)
#6E7863
(110,120,99)
#7F8876
(127,136,118)
#909889
(144,152,137)
#A1A89C
(161,168,156)
#B2B8AF
(178,184,175)
#C3C8C2
(195,200,194)
#D4D8D5
(212,216,213)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B482A; }

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

This text font color is #3B482A.


Background Color

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

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

This div background color is #3B482A.


Border color

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

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

This div border color is #3B482A.


Opacity

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

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

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

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

This text has shadow with #3B482A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B482A on black background.


Color preview on white background

This text has color #3B482A on white background.



Black color preview on #3B482A background

This text has black color on #3B482A background.


White color preview on #3B482A background

This text has white color on #3B482A background.