COLOR #384C2C

HEX: #384C2C
RGB: (56,76,44)

Color info

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

RGB color model

#384C2C color RGB value is (56,76,44).

  • red value is 56;
  • green value is 76;
  • blue value is 44.
RGB:
(56,76,44)
(22%,30%,17%)

RGB channels and saturation

R 56 of 255 = 22%
G 76 of 255 = 30%
B 44 of 255 = 17%

56
76
44

R + G + B ~ 23%. #384C2C is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 76 + 44 = 176 (100%)
R 56 of 176 ~ 31.82%
G 76 of 176 ~ 43.18%
B 44 of 176 ~ 25%

%31.82
%43.18
%25

CMYK color model

#384C2C color CMYK value is (26,0,42,70).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 70.20%
CMYK:
(26,0,42,70)
C26M0Y42K70 
(26%,0%,42%,70%)
(0.26/0.00/0.42/0.70)	

CMYK percentages

%26.32
%0
%42.11
%70.2

Codes

Color #384C2C in popluar color models

384C2C
RGB567644
HSL98°26.67%23.53%
HSB/HSV98°42.11%29.80%
CMYK26.32%0.00%42.11%
70.20%

Color #384C2C in popluar number systems.

HEX384C2C
Decimal567644
Binary1110001001100101100
Octal7011454

Shades and tints

Shades of #384C2C

#384C2C
(56,76,44)
#334628
(51,70,40)
#2E4024
(46,64,36)
#293A20
(41,58,32)
#24341C
(36,52,28)
#1F2E18
(31,46,24)
#1A2814
(26,40,20)
#152210
(21,34,16)
#101C0C
(16,28,12)
#0B1608
(11,22,8)
#061004
(6,16,4)
#000000
(0,0,0)

Tints of #384C2C

#384C2C
(56,76,44)
#4A5C3F
(74,92,63)
#5C6C52
(92,108,82)
#6E7C65
(110,124,101)
#808C78
(128,140,120)
#929C8B
(146,156,139)
#A4AC9E
(164,172,158)
#B6BCB1
(182,188,177)
#C8CCC4
(200,204,196)
#DADCD7
(218,220,215)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384C2C color. Also use rgb(56,76,44) instead hex code.

Text Font Color

.myTextColor { color: #384C2C; }

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

This text font color is #384C2C.


Background Color

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

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

This div background color is #384C2C.


Border color

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

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

This div border color is #384C2C.


Opacity

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

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

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

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

This text has shadow with #384C2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384C2C on black background.


Color preview on white background

This text has color #384C2C on white background.



Black color preview on #384C2C background

This text has black color on #384C2C background.


White color preview on #384C2C background

This text has white color on #384C2C background.