COLOR #384A3C

HEX: #384A3C RGB: (56,74,60)

Color info

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

RGB color model

#384A3C color RGB value is (56,74,60).

RGB: (56,74,60) (22%, 29%, 24%)

RGB channels and saturation

R 56 of 255 = 22%
G 74 of 255 = 29%
B 60 of 255 = 24%

56
74
60

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

Portions of RGB colors in percentages

R + G + B = 56 + 74 + 60 = 190 (100%)
R 56 of 190 ~ 29.47%
G 74 of 190 ~ 38.95%
B 60 of 190 ~ 31.58'%

%29.47
%38.95
%31.58

CMYK color model

#384A3C color CMYK value is (24,0,19,71).

  • cyan value is 24.32%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 70.98%

CMYK: (24,0,19,71)
C24M0Y19K71 (24%, 0%, 19%, 71%)
(0.24 / 0.00 / 0.19 / 0.71)

CMYK percentages

%24.32
%0
%18.92
%70.98

Codes

Color #384A3C in popluar color models

38 4A 3C
RGB 56 74 60
HSL 133° 13.85% 25.49%
HSB/HSV 133° 24.32% 29.02%
CMYK 24.32% 0.00% 18.92%
70.98%

Color #384A3C in popluar number systems.

HEX 38 4A 3C
Decimal 56 74 60
Binary 111000 1001010 111100
Octal 70 112 74

Shades and tints

Shades of #384A3C

#384A3C
(56,74,60)
#334437
(51,68,55)
#2E3E32
(46,62,50)
#29382D
(41,56,45)
#243228
(36,50,40)
#1F2C23
(31,44,35)
#1A261E
(26,38,30)
#152019
(21,32,25)
#101A14
(16,26,20)
#0B140F
(11,20,15)
#060E0A
(6,14,10)
#000000
(0,0,0)

Tints of #384A3C

#384A3C
(56,74,60)
#4A5A4D
(74,90,77)
#5C6A5E
(92,106,94)
#6E7A6F
(110,122,111)
#808A80
(128,138,128)
#929A91
(146,154,145)
#A4AAA2
(164,170,162)
#B6BAB3
(182,186,179)
#C8CAC4
(200,202,196)
#DADAD5
(218,218,213)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384A3C color. Also use rgb(56,74,60) instead hex code.

Text Font Color

.myTextColor { color: #384A3C; }

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

This text font color is #384A3C.

Background Color

.myBgColor { background-color: #384A3C; }

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

This div background color is #384A3C.

Border color

.myBorderColor { border: 1px solid #384A3C; }

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

This div border color is #384A3C.

Opacity

.myOpacity80 { color: #384A3C; opacity: 0.8; }

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

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

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

This text has shadow with #384A3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #384A3C.

Preview

Color preview on black background

This text has color #384A3C on black background.


Color preview on white background

This text has color #384A3C on white background.


Black color preview on #384A3C background

This text has black color on #384A3C background.


White color preview on #384A3C background

This text has white color on #384A3C background.


Related colors

Complementary color

Complementary color for #hex is #C7B5C3.


I love getcolorcode.com

Triadic colors

1 #3C384A and #4A3C38 with #384A3C are triadic colors.

2 #3C4A38 and #4A383C with #384A3C are triadic colors.