COLOR #3B490C

HEX: #3B490C
RGB: (59,73,12)

Color info

#3B490C contains mainly red and green colors. Web safe color of #3B490C is #333300 (or #330).

RGB color model

#3B490C color RGB value is (59,73,12).

  • red value is 59;
  • green value is 73;
  • blue value is 12.
RGB:
(59,73,12)
(23%,29%,5%)

RGB channels and saturation

R 59 of 255 = 23%
G 73 of 255 = 29%
B 12 of 255 = 5%

59
73
12

R + G + B ~ 19%. #3B490C is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 73 + 12 = 144 (100%)
R 59 of 144 ~ 40.97%
G 73 of 144 ~ 50.69%
B 12 of 144 ~ 8.33%

%40.97
%50.69

CMYK color model

#3B490C color CMYK value is (19,0,84,71).

  • cyan value is 19.18%
  • magenta value is 0.00%
  • yellow value is 83.56%
  • key color value is 71.37%
CMYK:
(19,0,84,71)
C19M0Y84K71 
(19%,0%,84%,71%)
(0.19/0.00/0.84/0.71)	

CMYK percentages

%19.18
%0
%83.56
%71.37

Codes

Color #3B490C in popluar color models

3B490C
RGB597312
HSL74°71.76%16.67%
HSB/HSV74°83.56%28.63%
CMYK19.18%0.00%83.56%
71.37%

Color #3B490C in popluar number systems.

HEX3B490C
Decimal597312
Binary11101110010011100
Octal7311114

Shades and tints

Shades of #3B490C

#3B490C
(59,73,12)
#36430B
(54,67,11)
#313D0A
(49,61,10)
#2C3709
(44,55,9)
#273108
(39,49,8)
#222B07
(34,43,7)
#1D2506
(29,37,6)
#181F05
(24,31,5)
#131904
(19,25,4)
#0E1303
(14,19,3)
#090D02
(9,13,2)
#000000
(0,0,0)

Tints of #3B490C

#3B490C
(59,73,12)
#4C5922
(76,89,34)
#5D6938
(93,105,56)
#6E794E
(110,121,78)
#7F8964
(127,137,100)
#90997A
(144,153,122)
#A1A990
(161,169,144)
#B2B9A6
(178,185,166)
#C3C9BC
(195,201,188)
#D4D9D2
(212,217,210)
#E5E9E8
(229,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B490C; }

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

This text font color is #3B490C.


Background Color

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

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

This div background color is #3B490C.


Border color

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

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

This div border color is #3B490C.


Opacity

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

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

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

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

This text has shadow with #3B490C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B490C on black background.


Color preview on white background

This text has color #3B490C on white background.



Black color preview on #3B490C background

This text has black color on #3B490C background.


White color preview on #3B490C background

This text has white color on #3B490C background.