COLOR #383A23

HEX: #383A23
RGB: (56,58,35)

Color info

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

RGB color model

#383A23 color RGB value is (56,58,35).

  • red value is 56;
  • green value is 58;
  • blue value is 35.
RGB:
(56,58,35)
(22%,23%,14%)

RGB channels and saturation

R 56 of 255 = 22%
G 58 of 255 = 23%
B 35 of 255 = 14%

56
58
35

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

Portions of RGB colors in percentages

R + G + B =
56 + 58 + 35 = 149 (100%)
R 56 of 149 ~ 37.58%
G 58 of 149 ~ 38.93%
B 35 of 149 ~ 23.49%

%37.58
%38.93
%23.49

CMYK color model

#383A23 color CMYK value is (3,0,40,77).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 39.66%
  • key color value is 77.25%
CMYK:
(3,0,40,77)
C3M0Y40K77 
(3%,0%,40%,77%)
(0.03/0.00/0.40/0.77)	

CMYK percentages

%3.45
%0
%39.66
%77.25

Codes

Color #383A23 in popluar color models

383A23
RGB565835
HSL65°24.73%18.24%
HSB/HSV65°39.66%22.75%
CMYK3.45%0.00%39.66%
77.25%

Color #383A23 in popluar number systems.

HEX383A23
Decimal565835
Binary111000111010100011
Octal707243

Shades and tints

Shades of #383A23

#383A23
(56,58,35)
#333520
(51,53,32)
#2E301D
(46,48,29)
#292B1A
(41,43,26)
#242617
(36,38,23)
#1F2114
(31,33,20)
#1A1C11
(26,28,17)
#15170E
(21,23,14)
#10120B
(16,18,11)
#0B0D08
(11,13,8)
#060805
(6,8,5)
#000000
(0,0,0)

Tints of #383A23

#383A23
(56,58,35)
#4A4B37
(74,75,55)
#5C5C4B
(92,92,75)
#6E6D5F
(110,109,95)
#807E73
(128,126,115)
#928F87
(146,143,135)
#A4A09B
(164,160,155)
#B6B1AF
(182,177,175)
#C8C2C3
(200,194,195)
#DAD3D7
(218,211,215)
#ECE4EB
(236,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383A23 color. Also use rgb(56,58,35) instead hex code.

Text Font Color

.myTextColor { color: #383A23; }

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

This text font color is #383A23.


Background Color

.myBgColor { background-color: #383A23; }

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

This div background color is #383A23.


Border color

.myBorderColor { border: 1px solid #383A23; }

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

This div border color is #383A23.


Opacity

.myOpacity80 { color: #383A23; opacity: 0.8; }

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

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

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

This text has shadow with #383A23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383A23 on black background.


Color preview on white background

This text has color #383A23 on white background.



Black color preview on #383A23 background

This text has black color on #383A23 background.


White color preview on #383A23 background

This text has white color on #383A23 background.