COLOR #3A4A38

HEX: #3A4A38
RGB: (58,74,56)

Color info

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

RGB color model

#3A4A38 color RGB value is (58,74,56).

  • red value is 58;
  • green value is 74;
  • blue value is 56.
RGB:
(58,74,56)
(23%,29%,22%)

RGB channels and saturation

R 58 of 255 = 23%
G 74 of 255 = 29%
B 56 of 255 = 22%

58
74
56

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

Portions of RGB colors in percentages

R + G + B =
58 + 74 + 56 = 188 (100%)
R 58 of 188 ~ 30.85%
G 74 of 188 ~ 39.36%
B 56 of 188 ~ 29.79%

%30.85
%39.36
%29.79

CMYK color model

#3A4A38 color CMYK value is (22,0,24,71).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 70.98%
CMYK:
(22,0,24,71)
C22M0Y24K71 
(22%,0%,24%,71%)
(0.22/0.00/0.24/0.71)	

CMYK percentages

%21.62
%0
%24.32
%70.98

Codes

Color #3A4A38 in popluar color models

3A4A38
RGB587456
HSL113°13.85%25.49%
HSB/HSV113°24.32%29.02%
CMYK21.62%0.00%24.32%
70.98%

Color #3A4A38 in popluar number systems.

HEX3A4A38
Decimal587456
Binary1110101001010111000
Octal7211270

Shades and tints

Shades of #3A4A38

#3A4A38
(58,74,56)
#354433
(53,68,51)
#303E2E
(48,62,46)
#2B3829
(43,56,41)
#263224
(38,50,36)
#212C1F
(33,44,31)
#1C261A
(28,38,26)
#172015
(23,32,21)
#121A10
(18,26,16)
#0D140B
(13,20,11)
#080E06
(8,14,6)
#000000
(0,0,0)

Tints of #3A4A38

#3A4A38
(58,74,56)
#4B5A4A
(75,90,74)
#5C6A5C
(92,106,92)
#6D7A6E
(109,122,110)
#7E8A80
(126,138,128)
#8F9A92
(143,154,146)
#A0AAA4
(160,170,164)
#B1BAB6
(177,186,182)
#C2CAC8
(194,202,200)
#D3DADA
(211,218,218)
#E4EAEC
(228,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4A38 color. Also use rgb(58,74,56) instead hex code.

Text Font Color

.myTextColor { color: #3A4A38; }

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

This text font color is #3A4A38.


Background Color

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

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

This div background color is #3A4A38.


Border color

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

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

This div border color is #3A4A38.


Opacity

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

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

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

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

This text has shadow with #3A4A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4A38 on black background.


Color preview on white background

This text has color #3A4A38 on white background.



Black color preview on #3A4A38 background

This text has black color on #3A4A38 background.


White color preview on #3A4A38 background

This text has white color on #3A4A38 background.