COLOR #384646

HEX: #384646 RGB: (56,70,70)

Color info

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

RGB color model

#384646 color RGB value is (56,70,70).

RGB: (56,70,70) (22%, 27%, 27%)

RGB channels and saturation

R 56 of 255 = 22%
G 70 of 255 = 27%
B 70 of 255 = 27%

56
70
70

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

Portions of RGB colors in percentages

R + G + B = 56 + 70 + 70 = 196 (100%)
R 56 of 196 ~ 28.57%
G 70 of 196 ~ 35.71%
B 70 of 196 ~ 35.71'%

%28.57
%35.71
%35.71

CMYK color model

#384646 color CMYK value is (20,0,0,73).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 72.55%

CMYK: (20,0,0,73)
C20M0Y0K73 (20%, 0%, 0%, 73%)
(0.20 / 0.00 / 0.00 / 0.73)

CMYK percentages

%20
%0
%0
%72.55

Codes

Color #384646 in popluar color models

38 46 46
RGB 56 70 70
HSL 180° 11.11% 24.71%
HSB/HSV 180° 20.00% 27.45%
CMYK 20.00% 0.00% 0.00%
72.55%

Color #384646 in popluar number systems.

HEX 38 46 46
Decimal 56 70 70
Binary 111000 1000110 1000110
Octal 70 106 106

Shades and tints

Shades of #384646

#384646
(56,70,70)
#334040
(51,64,64)
#2E3A3A
(46,58,58)
#293434
(41,52,52)
#242E2E
(36,46,46)
#1F2828
(31,40,40)
#1A2222
(26,34,34)
#151C1C
(21,28,28)
#101616
(16,22,22)
#0B1010
(11,16,16)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #384646

#384646
(56,70,70)
#4A5656
(74,86,86)
#5C6666
(92,102,102)
#6E7676
(110,118,118)
#808686
(128,134,134)
#929696
(146,150,150)
#A4A6A6
(164,166,166)
#B6B6B6
(182,182,182)
#C8C6C6
(200,198,198)
#DAD6D6
(218,214,214)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384646 color. Also use rgb(56,70,70) instead hex code.

Text Font Color

.myTextColor { color: #384646; }

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

This text font color is #384646.

Background Color

.myBgColor { background-color: #384646; }

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

This div background color is #384646.

Border color

.myBorderColor { border: 1px solid #384646; }

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

This div border color is #384646.

Opacity

.myOpacity80 { color: #384646; opacity: 0.8; }

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

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

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

This text has shadow with #384646 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #384646.

Preview

Color preview on black background

This text has color #384646 on black background.


Color preview on white background

This text has color #384646 on white background.


Black color preview on #384646 background

This text has black color on #384646 background.


White color preview on #384646 background

This text has white color on #384646 background.


Related colors

Complementary color

Complementary color for #hex is #C7B9B9.


I love getcolorcode.com