COLOR #3A4C41

HEX: #3A4C41 RGB: (58,76,65)

Color info

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

RGB color model

#3A4C41 color RGB value is (58,76,65).

RGB: (58,76,65) (23%, 30%, 25%)

RGB channels and saturation

R 58 of 255 = 23%
G 76 of 255 = 30%
B 65 of 255 = 25%

58
76
65

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

Portions of RGB colors in percentages

R + G + B = 58 + 76 + 65 = 199 (100%)
R 58 of 199 ~ 29.15%
G 76 of 199 ~ 38.19%
B 65 of 199 ~ 32.66'%

%29.15
%38.19
%32.66

CMYK color model

#3A4C41 color CMYK value is (24,0,14,70).

  • cyan value is 23.68%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 70.20%

CMYK: (24,0,14,70)
C24M0Y14K70 (24%, 0%, 14%, 70%)
(0.24 / 0.00 / 0.14 / 0.70)

CMYK percentages

%23.68
%0
%14.47
%70.2

Codes

Color #3A4C41 in popluar color models

3A 4C 41
RGB 58 76 65
HSL 143° 13.43% 26.27%
HSB/HSV 143° 23.68% 29.80%
CMYK 23.68% 0.00% 14.47%
70.20%

Color #3A4C41 in popluar number systems.

HEX 3A 4C 41
Decimal 58 76 65
Binary 111010 1001100 1000001
Octal 72 114 101

Shades and tints

Shades of #3A4C41

#3A4C41
(58,76,65)
#35463C
(53,70,60)
#304037
(48,64,55)
#2B3A32
(43,58,50)
#26342D
(38,52,45)
#212E28
(33,46,40)
#1C2823
(28,40,35)
#17221E
(23,34,30)
#121C19
(18,28,25)
#0D1614
(13,22,20)
#08100F
(8,16,15)
#000000
(0,0,0)

Tints of #3A4C41

#3A4C41
(58,76,65)
#4B5C52
(75,92,82)
#5C6C63
(92,108,99)
#6D7C74
(109,124,116)
#7E8C85
(126,140,133)
#8F9C96
(143,156,150)
#A0ACA7
(160,172,167)
#B1BCB8
(177,188,184)
#C2CCC9
(194,204,201)
#D3DCDA
(211,220,218)
#E4ECEB
(228,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4C41 color. Also use rgb(58,76,65) instead hex code.

Text Font Color

.myTextColor { color: #3A4C41; }

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

This text font color is #3A4C41.

Background Color

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

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

This div background color is #3A4C41.

Border color

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

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

This div border color is #3A4C41.

Opacity

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

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

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

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

This text has shadow with #3A4C41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A4C41.

Preview

Color preview on black background

This text has color #3A4C41 on black background.


Color preview on white background

This text has color #3A4C41 on white background.


Black color preview on #3A4C41 background

This text has black color on #3A4C41 background.


White color preview on #3A4C41 background

This text has white color on #3A4C41 background.


Related colors

Complementary color

Complementary color for #hex is #C5B3BE.


I love getcolorcode.com

Triadic colors

1 #413A4C and #4C413A with #3A4C41 are triadic colors.

2 #414C3A and #4C3A41 with #3A4C41 are triadic colors.