COLOR #384733

HEX: #384733
RGB: (56,71,51)

Color info

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

RGB color model

#384733 color RGB value is (56,71,51).

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

RGB channels and saturation

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

56
71
51

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

Portions of RGB colors in percentages

R + G + B =
56 + 71 + 51 = 178 (100%)
R 56 of 178 ~ 31.46%
G 71 of 178 ~ 39.89%
B 51 of 178 ~ 28.65%

%31.46
%39.89
%28.65

CMYK color model

#384733 color CMYK value is (21,0,28,72).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 28.17%
  • key color value is 72.16%
CMYK:
(21,0,28,72)
C21M0Y28K72 
(21%,0%,28%,72%)
(0.21/0.00/0.28/0.72)	

CMYK percentages

%21.13
%0
%28.17
%72.16

Codes

Color #384733 in popluar color models

384733
RGB567151
HSL105°16.39%23.92%
HSB/HSV105°28.17%27.84%
CMYK21.13%0.00%28.17%
72.16%

Color #384733 in popluar number systems.

HEX384733
Decimal567151
Binary1110001000111110011
Octal7010763

Shades and tints

Shades of #384733

#384733
(56,71,51)
#33412F
(51,65,47)
#2E3B2B
(46,59,43)
#293527
(41,53,39)
#242F23
(36,47,35)
#1F291F
(31,41,31)
#1A231B
(26,35,27)
#151D17
(21,29,23)
#101713
(16,23,19)
#0B110F
(11,17,15)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #384733

#384733
(56,71,51)
#4A5745
(74,87,69)
#5C6757
(92,103,87)
#6E7769
(110,119,105)
#80877B
(128,135,123)
#92978D
(146,151,141)
#A4A79F
(164,167,159)
#B6B7B1
(182,183,177)
#C8C7C3
(200,199,195)
#DAD7D5
(218,215,213)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384733; }

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

This text font color is #384733.


Background Color

.myBgColor { background-color: #384733; }

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

This div background color is #384733.


Border color

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

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

This div border color is #384733.


Opacity

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

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

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

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

This text has shadow with #384733 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384733 on black background.


Color preview on white background

This text has color #384733 on white background.



Black color preview on #384733 background

This text has black color on #384733 background.


White color preview on #384733 background

This text has white color on #384733 background.