COLOR #384034

HEX: #384034
RGB: (56,64,52)

Color info

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

RGB color model

#384034 color RGB value is (56,64,52).

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

RGB channels and saturation

R 56 of 255 = 22%
G 64 of 255 = 25%
B 52 of 255 = 20%

56
64
52

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

Portions of RGB colors in percentages

R + G + B =
56 + 64 + 52 = 172 (100%)
R 56 of 172 ~ 32.56%
G 64 of 172 ~ 37.21%
B 52 of 172 ~ 30.23%

%32.56
%37.21
%30.23

CMYK color model

#384034 color CMYK value is (13,0,19,75).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 74.90%
CMYK:
(13,0,19,75)
C13M0Y19K75 
(13%,0%,19%,75%)
(0.13/0.00/0.19/0.75)	

CMYK percentages

%12.5
%0
%18.75
%74.9

Codes

Color #384034 in popluar color models

384034
RGB566452
HSL100°10.34%22.75%
HSB/HSV100°18.75%25.10%
CMYK12.50%0.00%18.75%
74.90%

Color #384034 in popluar number systems.

HEX384034
Decimal566452
Binary1110001000000110100
Octal7010064

Shades and tints

Shades of #384034

#384034
(56,64,52)
#333B30
(51,59,48)
#2E362C
(46,54,44)
#293128
(41,49,40)
#242C24
(36,44,36)
#1F2720
(31,39,32)
#1A221C
(26,34,28)
#151D18
(21,29,24)
#101814
(16,24,20)
#0B1310
(11,19,16)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #384034

#384034
(56,64,52)
#4A5146
(74,81,70)
#5C6258
(92,98,88)
#6E736A
(110,115,106)
#80847C
(128,132,124)
#92958E
(146,149,142)
#A4A6A0
(164,166,160)
#B6B7B2
(182,183,178)
#C8C8C4
(200,200,196)
#DAD9D6
(218,217,214)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384034; }

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

This text font color is #384034.


Background Color

.myBgColor { background-color: #384034; }

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

This div background color is #384034.


Border color

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

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

This div border color is #384034.


Opacity

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

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

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

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

This text has shadow with #384034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384034 on black background.


Color preview on white background

This text has color #384034 on white background.



Black color preview on #384034 background

This text has black color on #384034 background.


White color preview on #384034 background

This text has white color on #384034 background.