COLOR #383230

HEX: #383230
RGB: (56,50,48)

Color info

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

RGB color model

#383230 color RGB value is (56,50,48).

  • red value is 56;
  • green value is 50;
  • blue value is 48.
RGB:
(56,50,48)
(22%,20%,19%)

RGB channels and saturation

R 56 of 255 = 22%
G 50 of 255 = 20%
B 48 of 255 = 19%

56
50
48

R + G + B ~ 20%. #383230 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 50 + 48 = 154 (100%)
R 56 of 154 ~ 36.36%
G 50 of 154 ~ 32.47%
B 48 of 154 ~ 31.17%

%36.36
%32.47
%31.17

CMYK color model

#383230 color CMYK value is (0,11,14,78).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 14.29%
  • key color value is 78.04%
CMYK:
(0,11,14,78)
C0M11Y14K78 
(0%,11%,14%,78%)
(0.00/0.11/0.14/0.78)	

CMYK percentages

%0
%10.71
%14.29
%78.04

Codes

Color #383230 in popluar color models

383230
RGB565048
HSL15°7.69%20.39%
HSB/HSV15°14.29%21.96%
CMYK0.00%10.71%14.29%
78.04%

Color #383230 in popluar number systems.

HEX383230
Decimal565048
Binary111000110010110000
Octal706260

Shades and tints

Shades of #383230

#383230
(56,50,48)
#332E2C
(51,46,44)
#2E2A28
(46,42,40)
#292624
(41,38,36)
#242220
(36,34,32)
#1F1E1C
(31,30,28)
#1A1A18
(26,26,24)
#151614
(21,22,20)
#101210
(16,18,16)
#0B0E0C
(11,14,12)
#060A08
(6,10,8)
#000000
(0,0,0)

Tints of #383230

#383230
(56,50,48)
#4A4442
(74,68,66)
#5C5654
(92,86,84)
#6E6866
(110,104,102)
#807A78
(128,122,120)
#928C8A
(146,140,138)
#A49E9C
(164,158,156)
#B6B0AE
(182,176,174)
#C8C2C0
(200,194,192)
#DAD4D2
(218,212,210)
#ECE6E4
(236,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383230 color. Also use rgb(56,50,48) instead hex code.

Text Font Color

.myTextColor { color: #383230; }

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

This text font color is #383230.


Background Color

.myBgColor { background-color: #383230; }

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

This div background color is #383230.


Border color

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

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

This div border color is #383230.


Opacity

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

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

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

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

This text has shadow with #383230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383230 on black background.


Color preview on white background

This text has color #383230 on white background.



Black color preview on #383230 background

This text has black color on #383230 background.


White color preview on #383230 background

This text has white color on #383230 background.