COLOR #384348

HEX: #384348
RGB: (56,67,72)

Color info

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

RGB color model

#384348 color RGB value is (56,67,72).

  • red value is 56;
  • green value is 67;
  • blue value is 72.
RGB: (56,67,72) (22%,26%,28%)

RGB channels and saturation

R 56 of 255 = 22%
G 67 of 255 = 26%
B 72 of 255 = 28%

56
67
72

R + G + B ~ 25%. #384348 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 67 + 72 = 195 (100%)
R 56 of 195 ~ 28.72%
G 67 of 195 ~ 34.36%
B 72 of 195 ~ 36.92%

%28.72
%34.36
%36.92

CMYK color model

#384348 color CMYK value is (22,7,0,72).

  • cyan value is 22.22%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK: (22,7,0,72) C22M7Y0K72 (22%,7%,0%,72%) (0.22/0.07/0.00/0.72)

CMYK percentages

%22.22
%6.94
%0
%71.76

Codes

Color #384348 in popluar color models

384348
RGB566772
HSL199°12.50%25.10%
HSB/HSV199°22.22%28.24%
CMYK22.22%6.94%0.00%
71.76%

Color #384348 in popluar number systems.

HEX384348
Decimal566772
Binary11100010000111001000
Octal70103110

Shades and tints

Shades of #384348

#384348
(56,67,72)
#333D42
(51,61,66)
#2E373C
(46,55,60)
#293136
(41,49,54)
#242B30
(36,43,48)
#1F252A
(31,37,42)
#1A1F24
(26,31,36)
#15191E
(21,25,30)
#101318
(16,19,24)
#0B0D12
(11,13,18)
#06070C
(6,7,12)
#000000
(0,0,0)

Tints of #384348

#384348
(56,67,72)
#4A5458
(74,84,88)
#5C6568
(92,101,104)
#6E7678
(110,118,120)
#808788
(128,135,136)
#929898
(146,152,152)
#A4A9A8
(164,169,168)
#B6BAB8
(182,186,184)
#C8CBC8
(200,203,200)
#DADCD8
(218,220,216)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384348; }

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

This text font color is #384348.


Background Color

.myBgColor { background-color: #384348; }

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

This div background color is #384348.


Border color

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

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

This div border color is #384348.


Opacity

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

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

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

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

This text has shadow with #384348 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #384348 on black background.


Color preview on white background

This text has color #384348 on white background.



Black color preview on #384348 background

This text has black color on #384348 background.


White color preview on #384348 background

This text has white color on #384348 background.