COLOR #3A4309

HEX: #3A4309
RGB: (58,67,9)

Color info

#3A4309 contains red, green and blue colors in about the same proportion. Web safe color of #3A4309 is #333300 (or #330).

RGB color model

#3A4309 color RGB value is (58,67,9).

  • red value is 58;
  • green value is 67;
  • blue value is 9.
RGB:
(58,67,9)
(23%,26%,4%)

RGB channels and saturation

R 58 of 255 = 23%
G 67 of 255 = 26%
B 9 of 255 = 4%

58
67
9

R + G + B ~ 18%. #3A4309 is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 67 + 9 = 134 (100%)
R 58 of 134 ~ 43.28%
G 67 of 134 ~ 50%
B 9 of 134 ~ 6.72%

%43.28
%50

CMYK color model

#3A4309 color CMYK value is (13,0,87,74).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 86.57%
  • key color value is 73.73%
CMYK:
(13,0,87,74)
C13M0Y87K74 
(13%,0%,87%,74%)
(0.13/0.00/0.87/0.74)	

CMYK percentages

%13.43
%0
%86.57
%73.73

Codes

Color #3A4309 in popluar color models

3A4309
RGB58679
HSL69°76.32%14.90%
HSB/HSV69°86.57%26.27%
CMYK13.43%0.00%86.57%
73.73%

Color #3A4309 in popluar number systems.

HEX3A4309
Decimal58679
Binary11101010000111001
Octal7210311

Shades and tints

Shades of #3A4309

#3A4309
(58,67,9)
#353D09
(53,61,9)
#303709
(48,55,9)
#2B3109
(43,49,9)
#262B09
(38,43,9)
#212509
(33,37,9)
#1C1F09
(28,31,9)
#171909
(23,25,9)
#121309
(18,19,9)
#0D0D09
(13,13,9)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #3A4309

#3A4309
(58,67,9)
#4B541F
(75,84,31)
#5C6535
(92,101,53)
#6D764B
(109,118,75)
#7E8761
(126,135,97)
#8F9877
(143,152,119)
#A0A98D
(160,169,141)
#B1BAA3
(177,186,163)
#C2CBB9
(194,203,185)
#D3DCCF
(211,220,207)
#E4EDE5
(228,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4309 color. Also use rgb(58,67,9) instead hex code.

Text Font Color

.myTextColor { color: #3A4309; }

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

This text font color is #3A4309.


Background Color

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

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

This div background color is #3A4309.


Border color

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

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

This div border color is #3A4309.


Opacity

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

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

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

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

This text has shadow with #3A4309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4309 on black background.


Color preview on white background

This text has color #3A4309 on white background.



Black color preview on #3A4309 background

This text has black color on #3A4309 background.


White color preview on #3A4309 background

This text has white color on #3A4309 background.