COLOR #3A363D

HEX: #3A363D RGB: (58,54,61)

Color info

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

RGB color model

#3A363D color RGB value is (58,54,61).

RGB: (58,54,61) (23%, 21%, 24%)

RGB channels and saturation

R 58 of 255 = 23%
G 54 of 255 = 21%
B 61 of 255 = 24%

58
54
61

R + G + B ~ 23%. #3A363D is dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 54 + 61 = 173 (100%)
R 58 of 173 ~ 33.53%
G 54 of 173 ~ 31.21%
B 61 of 173 ~ 35.26'%

%33.53
%31.21
%35.26

CMYK color model

#3A363D color CMYK value is (5,11,0,76).

  • cyan value is 4.92%
  • magenta value is 11.48%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK: (5,11,0,76) C5M11Y0K76 (5%,11%,0%,76%) (0.05/0.11/0.00/0.76) 

CMYK percentages

%4.92
%11.48
%0
%76.08

Codes

Color #3A363D in popluar color models

3A 36 3D
RGB 58 54 61
HSL 274° 6.09% 22.55%
HSB/HSV 274° 11.48% 23.92%
CMYK 4.92% 11.48% 0.00%
76.08%

Color #3A363D in popluar number systems.

HEX 3A 36 3D
Decimal 58 54 61
Binary 111010 110110 111101
Octal 72 66 75

Shades and tints

Shades of #3A363D

#3A363D
(58,54,61)
#353238
(53,50,56)
#302E33
(48,46,51)
#2B2A2E
(43,42,46)
#262629
(38,38,41)
#212224
(33,34,36)
#1C1E1F
(28,30,31)
#171A1A
(23,26,26)
#121615
(18,22,21)
#0D1210
(13,18,16)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #3A363D

#3A363D
(58,54,61)
#4B484E
(75,72,78)
#5C5A5F
(92,90,95)
#6D6C70
(109,108,112)
#7E7E81
(126,126,129)
#8F9092
(143,144,146)
#A0A2A3
(160,162,163)
#B1B4B4
(177,180,180)
#C2C6C5
(194,198,197)
#D3D8D6
(211,216,214)
#E4EAE7
(228,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A363D color. Also use rgb(58,54,61) instead hex code.

Text Font Color

.myTextColor { color: #3A363D; }

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

This text font color is #3A363D.

Background Color

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

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

This div background color is #3A363D.

Border color

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

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

This div border color is #3A363D.

Opacity

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

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

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

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

This text has shadow with #3A363D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A363D.

Preview

Color preview on black background

This text has color #3A363D on black background.


Color preview on white background

This text has color #3A363D on white background.


Black color preview on #3A363D background

This text has black color on #3A363D background.


White color preview on #3A363D background

This text has white color on #3A363D background.


Related colors

Complementary color

Complementary color for #hex is #C5C9C2.


I love getcolorcode.com

Triadic colors

1 #3D3A36 and #363D3A with #3A363D are triadic colors.

2 #3D363A and #363A3D with #3A363D are triadic colors.