COLOR #3A4840

HEX: #3A4840
RGB: (58,72,64)

Color info

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

RGB color model

#3A4840 color RGB value is (58,72,64).

  • red value is 58;
  • green value is 72;
  • blue value is 64.
RGB:
(58,72,64)
(23%,28%,25%)

RGB channels and saturation

R 58 of 255 = 23%
G 72 of 255 = 28%
B 64 of 255 = 25%

58
72
64

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

Portions of RGB colors in percentages

R + G + B =
58 + 72 + 64 = 194 (100%)
R 58 of 194 ~ 29.9%
G 72 of 194 ~ 37.11%
B 64 of 194 ~ 32.99%

%29.9
%37.11
%32.99

CMYK color model

#3A4840 color CMYK value is (19,0,11,72).

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 71.76%
CMYK:
(19,0,11,72)
C19M0Y11K72 
(19%,0%,11%,72%)
(0.19/0.00/0.11/0.72)	

CMYK percentages

%19.44
%0
%11.11
%71.76

Codes

Color #3A4840 in popluar color models

3A4840
RGB587264
HSL146°10.77%25.49%
HSB/HSV146°19.44%28.24%
CMYK19.44%0.00%11.11%
71.76%

Color #3A4840 in popluar number systems.

HEX3A4840
Decimal587264
Binary11101010010001000000
Octal72110100

Shades and tints

Shades of #3A4840

#3A4840
(58,72,64)
#35423B
(53,66,59)
#303C36
(48,60,54)
#2B3631
(43,54,49)
#26302C
(38,48,44)
#212A27
(33,42,39)
#1C2422
(28,36,34)
#171E1D
(23,30,29)
#121818
(18,24,24)
#0D1213
(13,18,19)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #3A4840

#3A4840
(58,72,64)
#4B5851
(75,88,81)
#5C6862
(92,104,98)
#6D7873
(109,120,115)
#7E8884
(126,136,132)
#8F9895
(143,152,149)
#A0A8A6
(160,168,166)
#B1B8B7
(177,184,183)
#C2C8C8
(194,200,200)
#D3D8D9
(211,216,217)
#E4E8EA
(228,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4840 color. Also use rgb(58,72,64) instead hex code.

Text Font Color

.myTextColor { color: #3A4840; }

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

This text font color is #3A4840.


Background Color

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

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

This div background color is #3A4840.


Border color

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

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

This div border color is #3A4840.


Opacity

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

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

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

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

This text has shadow with #3A4840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4840 on black background.


Color preview on white background

This text has color #3A4840 on white background.



Black color preview on #3A4840 background

This text has black color on #3A4840 background.


White color preview on #3A4840 background

This text has white color on #3A4840 background.