COLOR #384241

HEX: #384241
RGB: (56,66,65)

Color info

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

RGB color model

#384241 color RGB value is (56,66,65).

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

RGB channels and saturation

R 56 of 255 = 22%
G 66 of 255 = 26%
B 65 of 255 = 25%

56
66
65

R + G + B ~ 24%. #384241 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 66 + 65 = 187 (100%)
R 56 of 187 ~ 29.95%
G 66 of 187 ~ 35.29%
B 65 of 187 ~ 34.76%

%29.95
%35.29
%34.76

CMYK color model

#384241 color CMYK value is (15,0,2,74).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 1.52%
  • key color value is 74.12%
CMYK:
(15,0,2,74)
C15M0Y2K74 
(15%,0%,2%,74%)
(0.15/0.00/0.02/0.74)	

CMYK percentages

%15.15
%0
%1.52
%74.12

Codes

Color #384241 in popluar color models

384241
RGB566665
HSL174°8.20%23.92%
HSB/HSV174°15.15%25.88%
CMYK15.15%0.00%1.52%
74.12%

Color #384241 in popluar number systems.

HEX384241
Decimal566665
Binary11100010000101000001
Octal70102101

Shades and tints

Shades of #384241

#384241
(56,66,65)
#333C3C
(51,60,60)
#2E3637
(46,54,55)
#293032
(41,48,50)
#242A2D
(36,42,45)
#1F2428
(31,36,40)
#1A1E23
(26,30,35)
#15181E
(21,24,30)
#101219
(16,18,25)
#0B0C14
(11,12,20)
#06060F
(6,6,15)
#000000
(0,0,0)

Tints of #384241

#384241
(56,66,65)
#4A5352
(74,83,82)
#5C6463
(92,100,99)
#6E7574
(110,117,116)
#808685
(128,134,133)
#929796
(146,151,150)
#A4A8A7
(164,168,167)
#B6B9B8
(182,185,184)
#C8CAC9
(200,202,201)
#DADBDA
(218,219,218)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384241; }

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

This text font color is #384241.


Background Color

.myBgColor { background-color: #384241; }

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

This div background color is #384241.


Border color

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

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

This div border color is #384241.


Opacity

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

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

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

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

This text has shadow with #384241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384241 on black background.


Color preview on white background

This text has color #384241 on white background.



Black color preview on #384241 background

This text has black color on #384241 background.


White color preview on #384241 background

This text has white color on #384241 background.