COLOR #3A4D3F

HEX: #3A4D3F
RGB: (58,77,63)

Color info

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

RGB color model

#3A4D3F color RGB value is (58,77,63).

  • red value is 58;
  • green value is 77;
  • blue value is 63.
RGB:
(58,77,63)
(23%,30%,25%)

RGB channels and saturation

R 58 of 255 = 23%
G 77 of 255 = 30%
B 63 of 255 = 25%

58
77
63

R + G + B ~ 26%. #3A4D3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 77 + 63 = 198 (100%)
R 58 of 198 ~ 29.29%
G 77 of 198 ~ 38.89%
B 63 of 198 ~ 31.82%

%29.29
%38.89
%31.82

CMYK color model

#3A4D3F color CMYK value is (25,0,18,70).

  • cyan value is 24.68%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 69.80%
CMYK:
(25,0,18,70)
C25M0Y18K70 
(25%,0%,18%,70%)
(0.25/0.00/0.18/0.70)	

CMYK percentages

%24.68
%0
%18.18
%69.8

Codes

Color #3A4D3F in popluar color models

3A4D3F
RGB587763
HSL136°14.07%26.47%
HSB/HSV136°24.68%30.20%
CMYK24.68%0.00%18.18%
69.80%

Color #3A4D3F in popluar number systems.

HEX3A4D3F
Decimal587763
Binary1110101001101111111
Octal7211577

Shades and tints

Shades of #3A4D3F

#3A4D3F
(58,77,63)
#35463A
(53,70,58)
#303F35
(48,63,53)
#2B3830
(43,56,48)
#26312B
(38,49,43)
#212A26
(33,42,38)
#1C2321
(28,35,33)
#171C1C
(23,28,28)
#121517
(18,21,23)
#0D0E12
(13,14,18)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #3A4D3F

#3A4D3F
(58,77,63)
#4B5D50
(75,93,80)
#5C6D61
(92,109,97)
#6D7D72
(109,125,114)
#7E8D83
(126,141,131)
#8F9D94
(143,157,148)
#A0ADA5
(160,173,165)
#B1BDB6
(177,189,182)
#C2CDC7
(194,205,199)
#D3DDD8
(211,221,216)
#E4EDE9
(228,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4D3F color. Also use rgb(58,77,63) instead hex code.

Text Font Color

.myTextColor { color: #3A4D3F; }

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

This text font color is #3A4D3F.


Background Color

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

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

This div background color is #3A4D3F.


Border color

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

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

This div border color is #3A4D3F.


Opacity

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

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

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

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

This text has shadow with #3A4D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4D3F on black background.


Color preview on white background

This text has color #3A4D3F on white background.



Black color preview on #3A4D3F background

This text has black color on #3A4D3F background.


White color preview on #3A4D3F background

This text has white color on #3A4D3F background.