COLOR #3A4745

HEX: #3A4745
RGB: (58,71,69)

Color info

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

RGB color model

#3A4745 color RGB value is (58,71,69).

  • red value is 58;
  • green value is 71;
  • blue value is 69.
RGB:
(58,71,69)
(23%,28%,27%)

RGB channels and saturation

R 58 of 255 = 23%
G 71 of 255 = 28%
B 69 of 255 = 27%

58
71
69

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

Portions of RGB colors in percentages

R + G + B =
58 + 71 + 69 = 198 (100%)
R 58 of 198 ~ 29.29%
G 71 of 198 ~ 35.86%
B 69 of 198 ~ 34.85%

%29.29
%35.86
%34.85

CMYK color model

#3A4745 color CMYK value is (18,0,3,72).

  • cyan value is 18.31%
  • magenta value is 0.00%
  • yellow value is 2.82%
  • key color value is 72.16%
CMYK:
(18,0,3,72)
C18M0Y3K72 
(18%,0%,3%,72%)
(0.18/0.00/0.03/0.72)	

CMYK percentages

%18.31
%0
%2.82
%72.16

Codes

Color #3A4745 in popluar color models

3A4745
RGB587169
HSL171°10.08%25.29%
HSB/HSV171°18.31%27.84%
CMYK18.31%0.00%2.82%
72.16%

Color #3A4745 in popluar number systems.

HEX3A4745
Decimal587169
Binary11101010001111000101
Octal72107105

Shades and tints

Shades of #3A4745

#3A4745
(58,71,69)
#35413F
(53,65,63)
#303B39
(48,59,57)
#2B3533
(43,53,51)
#262F2D
(38,47,45)
#212927
(33,41,39)
#1C2321
(28,35,33)
#171D1B
(23,29,27)
#121715
(18,23,21)
#0D110F
(13,17,15)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #3A4745

#3A4745
(58,71,69)
#4B5755
(75,87,85)
#5C6765
(92,103,101)
#6D7775
(109,119,117)
#7E8785
(126,135,133)
#8F9795
(143,151,149)
#A0A7A5
(160,167,165)
#B1B7B5
(177,183,181)
#C2C7C5
(194,199,197)
#D3D7D5
(211,215,213)
#E4E7E5
(228,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4745 color. Also use rgb(58,71,69) instead hex code.

Text Font Color

.myTextColor { color: #3A4745; }

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

This text font color is #3A4745.


Background Color

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

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

This div background color is #3A4745.


Border color

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

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

This div border color is #3A4745.


Opacity

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

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

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

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

This text has shadow with #3A4745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4745 on black background.


Color preview on white background

This text has color #3A4745 on white background.



Black color preview on #3A4745 background

This text has black color on #3A4745 background.


White color preview on #3A4745 background

This text has white color on #3A4745 background.