COLOR #384629

HEX: #384629
RGB: (56,70,41)

Color info

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

RGB color model

#384629 color RGB value is (56,70,41).

  • red value is 56;
  • green value is 70;
  • blue value is 41.
RGB:
(56,70,41)
(22%,27%,16%)

RGB channels and saturation

R 56 of 255 = 22%
G 70 of 255 = 27%
B 41 of 255 = 16%

56
70
41

R + G + B ~ 22%. #384629 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 70 + 41 = 167 (100%)
R 56 of 167 ~ 33.53%
G 70 of 167 ~ 41.92%
B 41 of 167 ~ 24.55%

%33.53
%41.92
%24.55

CMYK color model

#384629 color CMYK value is (20,0,41,73).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 41.43%
  • key color value is 72.55%
CMYK:
(20,0,41,73)
C20M0Y41K73 
(20%,0%,41%,73%)
(0.20/0.00/0.41/0.73)	

CMYK percentages

%20
%0
%41.43
%72.55

Codes

Color #384629 in popluar color models

384629
RGB567041
HSL89°26.13%21.76%
HSB/HSV89°41.43%27.45%
CMYK20.00%0.00%41.43%
72.55%

Color #384629 in popluar number systems.

HEX384629
Decimal567041
Binary1110001000110101001
Octal7010651

Shades and tints

Shades of #384629

#384629
(56,70,41)
#334026
(51,64,38)
#2E3A23
(46,58,35)
#293420
(41,52,32)
#242E1D
(36,46,29)
#1F281A
(31,40,26)
#1A2217
(26,34,23)
#151C14
(21,28,20)
#101611
(16,22,17)
#0B100E
(11,16,14)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #384629

#384629
(56,70,41)
#4A563C
(74,86,60)
#5C664F
(92,102,79)
#6E7662
(110,118,98)
#808675
(128,134,117)
#929688
(146,150,136)
#A4A69B
(164,166,155)
#B6B6AE
(182,182,174)
#C8C6C1
(200,198,193)
#DAD6D4
(218,214,212)
#ECE6E7
(236,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384629 color. Also use rgb(56,70,41) instead hex code.

Text Font Color

.myTextColor { color: #384629; }

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

This text font color is #384629.


Background Color

.myBgColor { background-color: #384629; }

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

This div background color is #384629.


Border color

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

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

This div border color is #384629.


Opacity

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

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

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

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

This text has shadow with #384629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384629 on black background.


Color preview on white background

This text has color #384629 on white background.



Black color preview on #384629 background

This text has black color on #384629 background.


White color preview on #384629 background

This text has white color on #384629 background.