COLOR #384732

HEX: #384732
RGB: (56,71,50)

Color info

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

RGB color model

#384732 color RGB value is (56,71,50).

  • red value is 56;
  • green value is 71;
  • blue value is 50.
RGB:
(56,71,50)
(22%,28%,20%)

RGB channels and saturation

R 56 of 255 = 22%
G 71 of 255 = 28%
B 50 of 255 = 20%

56
71
50

R + G + B ~ 23%. #384732 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 71 + 50 = 177 (100%)
R 56 of 177 ~ 31.64%
G 71 of 177 ~ 40.11%
B 50 of 177 ~ 28.25%

%31.64
%40.11
%28.25

CMYK color model

#384732 color CMYK value is (21,0,30,72).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 29.58%
  • key color value is 72.16%
CMYK:
(21,0,30,72)
C21M0Y30K72 
(21%,0%,30%,72%)
(0.21/0.00/0.30/0.72)	

CMYK percentages

%21.13
%0
%29.58
%72.16

Codes

Color #384732 in popluar color models

384732
RGB567150
HSL103°17.36%23.73%
HSB/HSV103°29.58%27.84%
CMYK21.13%0.00%29.58%
72.16%

Color #384732 in popluar number systems.

HEX384732
Decimal567150
Binary1110001000111110010
Octal7010762

Shades and tints

Shades of #384732

#384732
(56,71,50)
#33412E
(51,65,46)
#2E3B2A
(46,59,42)
#293526
(41,53,38)
#242F22
(36,47,34)
#1F291E
(31,41,30)
#1A231A
(26,35,26)
#151D16
(21,29,22)
#101712
(16,23,18)
#0B110E
(11,17,14)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #384732

#384732
(56,71,50)
#4A5744
(74,87,68)
#5C6756
(92,103,86)
#6E7768
(110,119,104)
#80877A
(128,135,122)
#92978C
(146,151,140)
#A4A79E
(164,167,158)
#B6B7B0
(182,183,176)
#C8C7C2
(200,199,194)
#DAD7D4
(218,215,212)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384732 color. Also use rgb(56,71,50) instead hex code.

Text Font Color

.myTextColor { color: #384732; }

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

This text font color is #384732.


Background Color

.myBgColor { background-color: #384732; }

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

This div background color is #384732.


Border color

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

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

This div border color is #384732.


Opacity

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

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

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

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

This text has shadow with #384732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384732 on black background.


Color preview on white background

This text has color #384732 on white background.



Black color preview on #384732 background

This text has black color on #384732 background.


White color preview on #384732 background

This text has white color on #384732 background.