COLOR #384841

HEX: #384841 RGB: (56,72,65)

Color info

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

RGB color model

#384841 color RGB value is (56,72,65).

RGB: (56,72,65) (22%, 28%, 25%)

RGB channels and saturation

R 56 of 255 = 22%
G 72 of 255 = 28%
B 65 of 255 = 25%

56
72
65

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

Portions of RGB colors in percentages

R + G + B = 56 + 72 + 65 = 193 (100%)
R 56 of 193 ~ 29.02%
G 72 of 193 ~ 37.31%
B 65 of 193 ~ 33.68'%

%29.02
%37.31
%33.68

CMYK color model

#384841 color CMYK value is (22,0,10,72).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 9.72%
  • key color value is 71.76%

CMYK: (22,0,10,72)
C22M0Y10K72 (22%, 0%, 10%, 72%)
(0.22 / 0.00 / 0.10 / 0.72)

CMYK percentages

%22.22
%0
%9.72
%71.76

Codes

Color #384841 in popluar color models

38 48 41
RGB 56 72 65
HSL 154° 12.50% 25.10%
HSB/HSV 154° 22.22% 28.24%
CMYK 22.22% 0.00% 9.72%
71.76%

Color #384841 in popluar number systems.

HEX 38 48 41
Decimal 56 72 65
Binary 111000 1001000 1000001
Octal 70 110 101

Shades and tints

Shades of #384841

#384841
(56,72,65)
#33423C
(51,66,60)
#2E3C37
(46,60,55)
#293632
(41,54,50)
#24302D
(36,48,45)
#1F2A28
(31,42,40)
#1A2423
(26,36,35)
#151E1E
(21,30,30)
#101819
(16,24,25)
#0B1214
(11,18,20)
#060C0F
(6,12,15)
#000000
(0,0,0)

Tints of #384841

#384841
(56,72,65)
#4A5852
(74,88,82)
#5C6863
(92,104,99)
#6E7874
(110,120,116)
#808885
(128,136,133)
#929896
(146,152,150)
#A4A8A7
(164,168,167)
#B6B8B8
(182,184,184)
#C8C8C9
(200,200,201)
#DAD8DA
(218,216,218)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384841; }

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

This text font color is #384841.

Background Color

.myBgColor { background-color: #384841; }

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

This div background color is #384841.

Border color

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

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

This div border color is #384841.

Opacity

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

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

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

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

This text has shadow with #384841 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #384841.

Preview

Color preview on black background

This text has color #384841 on black background.


Color preview on white background

This text has color #384841 on white background.


Black color preview on #384841 background

This text has black color on #384841 background.


White color preview on #384841 background

This text has white color on #384841 background.


Related colors

Complementary color

Complementary color for #hex is #C7B7BE.


I love getcolorcode.com

Triadic colors

1 #413848 and #484138 with #384841 are triadic colors.

2 #414838 and #483841 with #384841 are triadic colors.