COLOR #384945

HEX: #384945
RGB: (56,73,69)

Color info

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

RGB color model

#384945 color RGB value is (56,73,69).

  • red value is 56;
  • green value is 73;
  • blue value is 69.
RGB:
(56,73,69)
(22%,29%,27%)

RGB channels and saturation

R 56 of 255 = 22%
G 73 of 255 = 29%
B 69 of 255 = 27%

56
73
69

R + G + B ~ 26%. #384945 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 73 + 69 = 198 (100%)
R 56 of 198 ~ 28.28%
G 73 of 198 ~ 36.87%
B 69 of 198 ~ 34.85%

%28.28
%36.87
%34.85

CMYK color model

#384945 color CMYK value is (23,0,5,71).

  • cyan value is 23.29%
  • magenta value is 0.00%
  • yellow value is 5.48%
  • key color value is 71.37%
CMYK:
(23,0,5,71)
C23M0Y5K71 
(23%,0%,5%,71%)
(0.23/0.00/0.05/0.71)	

CMYK percentages

%23.29
%0
%5.48
%71.37

Codes

Color #384945 in popluar color models

384945
RGB567369
HSL166°13.18%25.29%
HSB/HSV166°23.29%28.63%
CMYK23.29%0.00%5.48%
71.37%

Color #384945 in popluar number systems.

HEX384945
Decimal567369
Binary11100010010011000101
Octal70111105

Shades and tints

Shades of #384945

#384945
(56,73,69)
#33433F
(51,67,63)
#2E3D39
(46,61,57)
#293733
(41,55,51)
#24312D
(36,49,45)
#1F2B27
(31,43,39)
#1A2521
(26,37,33)
#151F1B
(21,31,27)
#101915
(16,25,21)
#0B130F
(11,19,15)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #384945

#384945
(56,73,69)
#4A5955
(74,89,85)
#5C6965
(92,105,101)
#6E7975
(110,121,117)
#808985
(128,137,133)
#929995
(146,153,149)
#A4A9A5
(164,169,165)
#B6B9B5
(182,185,181)
#C8C9C5
(200,201,197)
#DAD9D5
(218,217,213)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384945; }

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

This text font color is #384945.


Background Color

.myBgColor { background-color: #384945; }

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

This div background color is #384945.


Border color

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

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

This div border color is #384945.


Opacity

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

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

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

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

This text has shadow with #384945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384945 on black background.


Color preview on white background

This text has color #384945 on white background.



Black color preview on #384945 background

This text has black color on #384945 background.


White color preview on #384945 background

This text has white color on #384945 background.