COLOR #384250

HEX: #384250
RGB: (56,66,80)

Color info

#384250 contains red, green and blue colors in about the same proportion. Web safe color of #384250 is #333366 (or #336).

RGB color model

#384250 color RGB value is (56,66,80).

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

RGB channels and saturation

R 56 of 255 = 22%
G 66 of 255 = 26%
B 80 of 255 = 31%

56
66
80

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

Portions of RGB colors in percentages

R + G + B =
56 + 66 + 80 = 202 (100%)
R 56 of 202 ~ 27.72%
G 66 of 202 ~ 32.67%
B 80 of 202 ~ 39.6%

%27.72
%32.67
%39.6

CMYK color model

#384250 color CMYK value is (30,18,0,69).

  • cyan value is 30.00%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(30,18,0,69)
C30M18Y0K69 
(30%,18%,0%,69%)
(0.30/0.18/0.00/0.69)	

CMYK percentages

%30
%17.5
%0
%68.63

Codes

Color #384250 in popluar color models

384250
RGB566680
HSL215°17.65%26.67%
HSB/HSV215°30.00%31.37%
CMYK30.00%17.50%0.00%
68.63%

Color #384250 in popluar number systems.

HEX384250
Decimal566680
Binary11100010000101010000
Octal70102120

Shades and tints

Shades of #384250

#384250
(56,66,80)
#333C49
(51,60,73)
#2E3642
(46,54,66)
#29303B
(41,48,59)
#242A34
(36,42,52)
#1F242D
(31,36,45)
#1A1E26
(26,30,38)
#15181F
(21,24,31)
#101218
(16,18,24)
#0B0C11
(11,12,17)
#06060A
(6,6,10)
#000000
(0,0,0)

Tints of #384250

#384250
(56,66,80)
#4A535F
(74,83,95)
#5C646E
(92,100,110)
#6E757D
(110,117,125)
#80868C
(128,134,140)
#92979B
(146,151,155)
#A4A8AA
(164,168,170)
#B6B9B9
(182,185,185)
#C8CAC8
(200,202,200)
#DADBD7
(218,219,215)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384250; }

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

This text font color is #384250.


Background Color

.myBgColor { background-color: #384250; }

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

This div background color is #384250.


Border color

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

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

This div border color is #384250.


Opacity

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

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

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

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

This text has shadow with #384250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384250 on black background.


Color preview on white background

This text has color #384250 on white background.



Black color preview on #384250 background

This text has black color on #384250 background.


White color preview on #384250 background

This text has white color on #384250 background.