COLOR #384251

HEX: #384251
RGB: (56,66,81)

Color info

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

RGB color model

#384251 color RGB value is (56,66,81).

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

RGB channels and saturation

R 56 of 255 = 22%
G 66 of 255 = 26%
B 81 of 255 = 32%

56
66
81

R + G + B ~ 27%. #384251 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 66 + 81 = 203 (100%)
R 56 of 203 ~ 27.59%
G 66 of 203 ~ 32.51%
B 81 of 203 ~ 39.9%

%27.59
%32.51
%39.9

CMYK color model

#384251 color CMYK value is (31,19,0,68).

  • cyan value is 30.86%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(31,19,0,68)
C31M19Y0K68 
(31%,19%,0%,68%)
(0.31/0.19/0.00/0.68)	

CMYK percentages

%30.86
%18.52
%0
%68.24

Codes

Color #384251 in popluar color models

384251
RGB566681
HSL216°18.25%26.86%
HSB/HSV216°30.86%31.76%
CMYK30.86%18.52%0.00%
68.24%

Color #384251 in popluar number systems.

HEX384251
Decimal566681
Binary11100010000101010001
Octal70102121

Shades and tints

Shades of #384251

#384251
(56,66,81)
#333C4A
(51,60,74)
#2E3643
(46,54,67)
#29303C
(41,48,60)
#242A35
(36,42,53)
#1F242E
(31,36,46)
#1A1E27
(26,30,39)
#151820
(21,24,32)
#101219
(16,18,25)
#0B0C12
(11,12,18)
#06060B
(6,6,11)
#000000
(0,0,0)

Tints of #384251

#384251
(56,66,81)
#4A5360
(74,83,96)
#5C646F
(92,100,111)
#6E757E
(110,117,126)
#80868D
(128,134,141)
#92979C
(146,151,156)
#A4A8AB
(164,168,171)
#B6B9BA
(182,185,186)
#C8CAC9
(200,202,201)
#DADBD8
(218,219,216)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384251; }

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

This text font color is #384251.


Background Color

.myBgColor { background-color: #384251; }

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

This div background color is #384251.


Border color

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

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

This div border color is #384251.


Opacity

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

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

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

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

This text has shadow with #384251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384251 on black background.


Color preview on white background

This text has color #384251 on white background.



Black color preview on #384251 background

This text has black color on #384251 background.


White color preview on #384251 background

This text has white color on #384251 background.