COLOR #384127

HEX: #384127
RGB: (56,65,39)

Color info

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

RGB color model

#384127 color RGB value is (56,65,39).

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

RGB channels and saturation

R 56 of 255 = 22%
G 65 of 255 = 25%
B 39 of 255 = 15%

56
65
39

R + G + B ~ 21%. #384127 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 65 + 39 = 160 (100%)
R 56 of 160 ~ 35%
G 65 of 160 ~ 40.63%
B 39 of 160 ~ 24.38%

%35
%40.63
%24.38

CMYK color model

#384127 color CMYK value is (14,0,40,75).

  • cyan value is 13.85%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 74.51%
CMYK:
(14,0,40,75)
C14M0Y40K75 
(14%,0%,40%,75%)
(0.14/0.00/0.40/0.75)	

CMYK percentages

%13.85
%0
%40
%74.51

Codes

Color #384127 in popluar color models

384127
RGB566539
HSL81°25.00%20.39%
HSB/HSV81°40.00%25.49%
CMYK13.85%0.00%40.00%
74.51%

Color #384127 in popluar number systems.

HEX384127
Decimal566539
Binary1110001000001100111
Octal7010147

Shades and tints

Shades of #384127

#384127
(56,65,39)
#333C24
(51,60,36)
#2E3721
(46,55,33)
#29321E
(41,50,30)
#242D1B
(36,45,27)
#1F2818
(31,40,24)
#1A2315
(26,35,21)
#151E12
(21,30,18)
#10190F
(16,25,15)
#0B140C
(11,20,12)
#060F09
(6,15,9)
#000000
(0,0,0)

Tints of #384127

#384127
(56,65,39)
#4A523A
(74,82,58)
#5C634D
(92,99,77)
#6E7460
(110,116,96)
#808573
(128,133,115)
#929686
(146,150,134)
#A4A799
(164,167,153)
#B6B8AC
(182,184,172)
#C8C9BF
(200,201,191)
#DADAD2
(218,218,210)
#ECEBE5
(236,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384127; }

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

This text font color is #384127.


Background Color

.myBgColor { background-color: #384127; }

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

This div background color is #384127.


Border color

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

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

This div border color is #384127.


Opacity

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

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

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

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

This text has shadow with #384127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384127 on black background.


Color preview on white background

This text has color #384127 on white background.



Black color preview on #384127 background

This text has black color on #384127 background.


White color preview on #384127 background

This text has white color on #384127 background.