COLOR #384149

HEX: #384149
RGB: (56,65,73)

Color info

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

RGB color model

#384149 color RGB value is (56,65,73).

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

RGB channels and saturation

R 56 of 255 = 22%
G 65 of 255 = 25%
B 73 of 255 = 29%

56
65
73

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

Portions of RGB colors in percentages

R + G + B =
56 + 65 + 73 = 194 (100%)
R 56 of 194 ~ 28.87%
G 65 of 194 ~ 33.51%
B 73 of 194 ~ 37.63%

%28.87
%33.51
%37.63

CMYK color model

#384149 color CMYK value is (23,11,0,71).

  • cyan value is 23.29%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(23,11,0,71)
C23M11Y0K71 
(23%,11%,0%,71%)
(0.23/0.11/0.00/0.71)	

CMYK percentages

%23.29
%10.96
%0
%71.37

Codes

Color #384149 in popluar color models

384149
RGB566573
HSL208°13.18%25.29%
HSB/HSV208°23.29%28.63%
CMYK23.29%10.96%0.00%
71.37%

Color #384149 in popluar number systems.

HEX384149
Decimal566573
Binary11100010000011001001
Octal70101111

Shades and tints

Shades of #384149

#384149
(56,65,73)
#333C43
(51,60,67)
#2E373D
(46,55,61)
#293237
(41,50,55)
#242D31
(36,45,49)
#1F282B
(31,40,43)
#1A2325
(26,35,37)
#151E1F
(21,30,31)
#101919
(16,25,25)
#0B1413
(11,20,19)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #384149

#384149
(56,65,73)
#4A5259
(74,82,89)
#5C6369
(92,99,105)
#6E7479
(110,116,121)
#808589
(128,133,137)
#929699
(146,150,153)
#A4A7A9
(164,167,169)
#B6B8B9
(182,184,185)
#C8C9C9
(200,201,201)
#DADAD9
(218,218,217)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384149; }

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

This text font color is #384149.


Background Color

.myBgColor { background-color: #384149; }

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

This div background color is #384149.


Border color

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

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

This div border color is #384149.


Opacity

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

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

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

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

This text has shadow with #384149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384149 on black background.


Color preview on white background

This text has color #384149 on white background.



Black color preview on #384149 background

This text has black color on #384149 background.


White color preview on #384149 background

This text has white color on #384149 background.