COLOR #3B482C

HEX: #3B482C
RGB: (59,72,44)

Color info

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

RGB color model

#3B482C color RGB value is (59,72,44).

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

RGB channels and saturation

R 59 of 255 = 23%
G 72 of 255 = 28%
B 44 of 255 = 17%

59
72
44

R + G + B ~ 23%. #3B482C is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 72 + 44 = 175 (100%)
R 59 of 175 ~ 33.71%
G 72 of 175 ~ 41.14%
B 44 of 175 ~ 25.14%

%33.71
%41.14
%25.14

CMYK color model

#3B482C color CMYK value is (18,0,39,72).

  • cyan value is 18.06%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 71.76%
CMYK:
(18,0,39,72)
C18M0Y39K72 
(18%,0%,39%,72%)
(0.18/0.00/0.39/0.72)	

CMYK percentages

%18.06
%0
%38.89
%71.76

Codes

Color #3B482C in popluar color models

3B482C
RGB597244
HSL88°24.14%22.75%
HSB/HSV88°38.89%28.24%
CMYK18.06%0.00%38.89%
71.76%

Color #3B482C in popluar number systems.

HEX3B482C
Decimal597244
Binary1110111001000101100
Octal7311054

Shades and tints

Shades of #3B482C

#3B482C
(59,72,44)
#364228
(54,66,40)
#313C24
(49,60,36)
#2C3620
(44,54,32)
#27301C
(39,48,28)
#222A18
(34,42,24)
#1D2414
(29,36,20)
#181E10
(24,30,16)
#13180C
(19,24,12)
#0E1208
(14,18,8)
#090C04
(9,12,4)
#000000
(0,0,0)

Tints of #3B482C

#3B482C
(59,72,44)
#4C583F
(76,88,63)
#5D6852
(93,104,82)
#6E7865
(110,120,101)
#7F8878
(127,136,120)
#90988B
(144,152,139)
#A1A89E
(161,168,158)
#B2B8B1
(178,184,177)
#C3C8C4
(195,200,196)
#D4D8D7
(212,216,215)
#E5E8EA
(229,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B482C; }

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

This text font color is #3B482C.


Background Color

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

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

This div background color is #3B482C.


Border color

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

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

This div border color is #3B482C.


Opacity

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

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

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

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

This text has shadow with #3B482C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B482C on black background.


Color preview on white background

This text has color #3B482C on white background.



Black color preview on #3B482C background

This text has black color on #3B482C background.


White color preview on #3B482C background

This text has white color on #3B482C background.