COLOR #384C38

HEX: #384C38
RGB: (56,76,56)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

56
76
56

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

Portions of RGB colors in percentages

R + G + B =
56 + 76 + 56 = 188 (100%)
R 56 of 188 ~ 29.79%
G 76 of 188 ~ 40.43%
B 56 of 188 ~ 29.79%

%29.79
%40.43
%29.79

CMYK color model

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

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

CMYK percentages

%26.32
%0
%26.32
%70.2

Codes

Color #384C38 in popluar color models

384C38
RGB567656
HSL120°15.15%25.88%
HSB/HSV120°26.32%29.80%
CMYK26.32%0.00%26.32%
70.20%

Color #384C38 in popluar number systems.

HEX384C38
Decimal567656
Binary1110001001100111000
Octal7011470

Shades and tints

Shades of #384C38

#384C38
(56,76,56)
#334633
(51,70,51)
#2E402E
(46,64,46)
#293A29
(41,58,41)
#243424
(36,52,36)
#1F2E1F
(31,46,31)
#1A281A
(26,40,26)
#152215
(21,34,21)
#101C10
(16,28,16)
#0B160B
(11,22,11)
#061006
(6,16,6)
#000000
(0,0,0)

Tints of #384C38

#384C38
(56,76,56)
#4A5C4A
(74,92,74)
#5C6C5C
(92,108,92)
#6E7C6E
(110,124,110)
#808C80
(128,140,128)
#929C92
(146,156,146)
#A4ACA4
(164,172,164)
#B6BCB6
(182,188,182)
#C8CCC8
(200,204,200)
#DADCDA
(218,220,218)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384C38; }

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

This text font color is #384C38.


Background Color

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

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

This div background color is #384C38.


Border color

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

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

This div border color is #384C38.


Opacity

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

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

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

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

This text has shadow with #384C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384C38 on black background.


Color preview on white background

This text has color #384C38 on white background.



Black color preview on #384C38 background

This text has black color on #384C38 background.


White color preview on #384C38 background

This text has white color on #384C38 background.