COLOR #384120

HEX: #384120
RGB: (56,65,32)

Color info

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

RGB color model

#384120 color RGB value is (56,65,32).

  • red value is 56;
  • green value is 65;
  • blue value is 32.
RGB:
(56,65,32)
(22%,25%,13%)

RGB channels and saturation

R 56 of 255 = 22%
G 65 of 255 = 25%
B 32 of 255 = 13%

56
65
32

R + G + B ~ 20%. #384120 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 65 + 32 = 153 (100%)
R 56 of 153 ~ 36.6%
G 65 of 153 ~ 42.48%
B 32 of 153 ~ 20.92%

%36.6
%42.48
%20.92

CMYK color model

#384120 color CMYK value is (14,0,51,75).

  • cyan value is 13.85%
  • magenta value is 0.00%
  • yellow value is 50.77%
  • key color value is 74.51%
CMYK:
(14,0,51,75)
C14M0Y51K75 
(14%,0%,51%,75%)
(0.14/0.00/0.51/0.75)	

CMYK percentages

%13.85
%0
%50.77
%74.51

Codes

Color #384120 in popluar color models

384120
RGB566532
HSL76°34.02%19.02%
HSB/HSV76°50.77%25.49%
CMYK13.85%0.00%50.77%
74.51%

Color #384120 in popluar number systems.

HEX384120
Decimal566532
Binary1110001000001100000
Octal7010140

Shades and tints

Shades of #384120

#384120
(56,65,32)
#333C1E
(51,60,30)
#2E371C
(46,55,28)
#29321A
(41,50,26)
#242D18
(36,45,24)
#1F2816
(31,40,22)
#1A2314
(26,35,20)
#151E12
(21,30,18)
#101910
(16,25,16)
#0B140E
(11,20,14)
#060F0C
(6,15,12)
#000000
(0,0,0)

Tints of #384120

#384120
(56,65,32)
#4A5234
(74,82,52)
#5C6348
(92,99,72)
#6E745C
(110,116,92)
#808570
(128,133,112)
#929684
(146,150,132)
#A4A798
(164,167,152)
#B6B8AC
(182,184,172)
#C8C9C0
(200,201,192)
#DADAD4
(218,218,212)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384120; }

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

This text font color is #384120.


Background Color

.myBgColor { background-color: #384120; }

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

This div background color is #384120.


Border color

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

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

This div border color is #384120.


Opacity

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

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

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

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

This text has shadow with #384120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384120 on black background.


Color preview on white background

This text has color #384120 on white background.



Black color preview on #384120 background

This text has black color on #384120 background.


White color preview on #384120 background

This text has white color on #384120 background.