COLOR #3A582E

HEX: #3A582E
RGB: (58,88,46)

Color info

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

RGB color model

#3A582E color RGB value is (58,88,46).

  • red value is 58;
  • green value is 88;
  • blue value is 46.
RGB:
(58,88,46)
(23%,35%,18%)

RGB channels and saturation

R 58 of 255 = 23%
G 88 of 255 = 35%
B 46 of 255 = 18%

58
88
46

R + G + B ~ 25%. #3A582E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 88 + 46 = 192 (100%)
R 58 of 192 ~ 30.21%
G 88 of 192 ~ 45.83%
B 46 of 192 ~ 23.96%

%30.21
%45.83
%23.96

CMYK color model

#3A582E color CMYK value is (34,0,48,65).

  • cyan value is 34.09%
  • magenta value is 0.00%
  • yellow value is 47.73%
  • key color value is 65.49%
CMYK:
(34,0,48,65)
C34M0Y48K65 
(34%,0%,48%,65%)
(0.34/0.00/0.48/0.65)	

CMYK percentages

%34.09
%0
%47.73
%65.49

Codes

Color #3A582E in popluar color models

3A582E
RGB588846
HSL103°31.34%26.27%
HSB/HSV103°47.73%34.51%
CMYK34.09%0.00%47.73%
65.49%

Color #3A582E in popluar number systems.

HEX3A582E
Decimal588846
Binary1110101011000101110
Octal7213056

Shades and tints

Shades of #3A582E

#3A582E
(58,88,46)
#35502A
(53,80,42)
#304826
(48,72,38)
#2B4022
(43,64,34)
#26381E
(38,56,30)
#21301A
(33,48,26)
#1C2816
(28,40,22)
#172012
(23,32,18)
#12180E
(18,24,14)
#0D100A
(13,16,10)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #3A582E

#3A582E
(58,88,46)
#4B6741
(75,103,65)
#5C7654
(92,118,84)
#6D8567
(109,133,103)
#7E947A
(126,148,122)
#8FA38D
(143,163,141)
#A0B2A0
(160,178,160)
#B1C1B3
(177,193,179)
#C2D0C6
(194,208,198)
#D3DFD9
(211,223,217)
#E4EEEC
(228,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A582E color. Also use rgb(58,88,46) instead hex code.

Text Font Color

.myTextColor { color: #3A582E; }

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

This text font color is #3A582E.


Background Color

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

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

This div background color is #3A582E.


Border color

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

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

This div border color is #3A582E.


Opacity

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

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

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

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

This text has shadow with #3A582E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A582E on black background.


Color preview on white background

This text has color #3A582E on white background.



Black color preview on #3A582E background

This text has black color on #3A582E background.


White color preview on #3A582E background

This text has white color on #3A582E background.