COLOR #384117

HEX: #384117
RGB: (56,65,23)

Color info

#384117 contains red, green and blue colors in about the same proportion. Web safe color of #384117 is #333300 (or #330).

RGB color model

#384117 color RGB value is (56,65,23).

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

RGB channels and saturation

R 56 of 255 = 22%
G 65 of 255 = 25%
B 23 of 255 = 9%

56
65
23

R + G + B ~ 19%. #384117 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 65 + 23 = 144 (100%)
R 56 of 144 ~ 38.89%
G 65 of 144 ~ 45.14%
B 23 of 144 ~ 15.97%

%38.89
%45.14
%15.97

CMYK color model

#384117 color CMYK value is (14,0,65,75).

  • cyan value is 13.85%
  • magenta value is 0.00%
  • yellow value is 64.62%
  • key color value is 74.51%
CMYK:
(14,0,65,75)
C14M0Y65K75 
(14%,0%,65%,75%)
(0.14/0.00/0.65/0.75)	

CMYK percentages

%13.85
%0
%64.62
%74.51

Codes

Color #384117 in popluar color models

384117
RGB566523
HSL73°47.73%17.25%
HSB/HSV73°64.62%25.49%
CMYK13.85%0.00%64.62%
74.51%

Color #384117 in popluar number systems.

HEX384117
Decimal566523
Binary111000100000110111
Octal7010127

Shades and tints

Shades of #384117

#384117
(56,65,23)
#333C15
(51,60,21)
#2E3713
(46,55,19)
#293211
(41,50,17)
#242D0F
(36,45,15)
#1F280D
(31,40,13)
#1A230B
(26,35,11)
#151E09
(21,30,9)
#101907
(16,25,7)
#0B1405
(11,20,5)
#060F03
(6,15,3)
#000000
(0,0,0)

Tints of #384117

#384117
(56,65,23)
#4A522C
(74,82,44)
#5C6341
(92,99,65)
#6E7456
(110,116,86)
#80856B
(128,133,107)
#929680
(146,150,128)
#A4A795
(164,167,149)
#B6B8AA
(182,184,170)
#C8C9BF
(200,201,191)
#DADAD4
(218,218,212)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384117; }

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

This text font color is #384117.


Background Color

.myBgColor { background-color: #384117; }

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

This div background color is #384117.


Border color

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

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

This div border color is #384117.


Opacity

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

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

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

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

This text has shadow with #384117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384117 on black background.


Color preview on white background

This text has color #384117 on white background.



Black color preview on #384117 background

This text has black color on #384117 background.


White color preview on #384117 background

This text has white color on #384117 background.