COLOR #384038

HEX: #384038
RGB: (56,64,56)

Color info

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

RGB color model

#384038 color RGB value is (56,64,56).

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

RGB channels and saturation

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

56
64
56

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

Portions of RGB colors in percentages

R + G + B =
56 + 64 + 56 = 176 (100%)
R 56 of 176 ~ 31.82%
G 64 of 176 ~ 36.36%
B 56 of 176 ~ 31.82%

%31.82
%36.36
%31.82

CMYK color model

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

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

CMYK percentages

%12.5
%0
%12.5
%74.9

Codes

Color #384038 in popluar color models

384038
RGB566456
HSL120°6.67%23.53%
HSB/HSV120°12.50%25.10%
CMYK12.50%0.00%12.50%
74.90%

Color #384038 in popluar number systems.

HEX384038
Decimal566456
Binary1110001000000111000
Octal7010070

Shades and tints

Shades of #384038

#384038
(56,64,56)
#333B33
(51,59,51)
#2E362E
(46,54,46)
#293129
(41,49,41)
#242C24
(36,44,36)
#1F271F
(31,39,31)
#1A221A
(26,34,26)
#151D15
(21,29,21)
#101810
(16,24,16)
#0B130B
(11,19,11)
#060E06
(6,14,6)
#000000
(0,0,0)

Tints of #384038

#384038
(56,64,56)
#4A514A
(74,81,74)
#5C625C
(92,98,92)
#6E736E
(110,115,110)
#808480
(128,132,128)
#929592
(146,149,146)
#A4A6A4
(164,166,164)
#B6B7B6
(182,183,182)
#C8C8C8
(200,200,200)
#DAD9DA
(218,217,218)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384038; }

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

This text font color is #384038.


Background Color

.myBgColor { background-color: #384038; }

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

This div background color is #384038.


Border color

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

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

This div border color is #384038.


Opacity

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

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

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

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

This text has shadow with #384038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384038 on black background.


Color preview on white background

This text has color #384038 on white background.



Black color preview on #384038 background

This text has black color on #384038 background.


White color preview on #384038 background

This text has white color on #384038 background.