COLOR #384030

HEX: #384030
RGB: (56,64,48)

Color info

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

RGB color model

#384030 color RGB value is (56,64,48).

  • red value is 56;
  • green value is 64;
  • blue value is 48.
RGB:
(56,64,48)
(22%,25%,19%)

RGB channels and saturation

R 56 of 255 = 22%
G 64 of 255 = 25%
B 48 of 255 = 19%

56
64
48

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

Portions of RGB colors in percentages

R + G + B =
56 + 64 + 48 = 168 (100%)
R 56 of 168 ~ 33.33%
G 64 of 168 ~ 38.1%
B 48 of 168 ~ 28.57%

%33.33
%38.1
%28.57

CMYK color model

#384030 color CMYK value is (13,0,25,75).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 74.90%
CMYK:
(13,0,25,75)
C13M0Y25K75 
(13%,0%,25%,75%)
(0.13/0.00/0.25/0.75)	

CMYK percentages

%12.5
%0
%25
%74.9

Codes

Color #384030 in popluar color models

384030
RGB566448
HSL90°14.29%21.96%
HSB/HSV90°25.00%25.10%
CMYK12.50%0.00%25.00%
74.90%

Color #384030 in popluar number systems.

HEX384030
Decimal566448
Binary1110001000000110000
Octal7010060

Shades and tints

Shades of #384030

#384030
(56,64,48)
#333B2C
(51,59,44)
#2E3628
(46,54,40)
#293124
(41,49,36)
#242C20
(36,44,32)
#1F271C
(31,39,28)
#1A2218
(26,34,24)
#151D14
(21,29,20)
#101810
(16,24,16)
#0B130C
(11,19,12)
#060E08
(6,14,8)
#000000
(0,0,0)

Tints of #384030

#384030
(56,64,48)
#4A5142
(74,81,66)
#5C6254
(92,98,84)
#6E7366
(110,115,102)
#808478
(128,132,120)
#92958A
(146,149,138)
#A4A69C
(164,166,156)
#B6B7AE
(182,183,174)
#C8C8C0
(200,200,192)
#DAD9D2
(218,217,210)
#ECEAE4
(236,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384030 color. Also use rgb(56,64,48) instead hex code.

Text Font Color

.myTextColor { color: #384030; }

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

This text font color is #384030.


Background Color

.myBgColor { background-color: #384030; }

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

This div background color is #384030.


Border color

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

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

This div border color is #384030.


Opacity

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

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

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

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

This text has shadow with #384030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384030 on black background.


Color preview on white background

This text has color #384030 on white background.



Black color preview on #384030 background

This text has black color on #384030 background.


White color preview on #384030 background

This text has white color on #384030 background.