COLOR #383A25

HEX: #383A25
RGB: (56,58,37)

Color info

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

RGB color model

#383A25 color RGB value is (56,58,37).

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

RGB channels and saturation

R 56 of 255 = 22%
G 58 of 255 = 23%
B 37 of 255 = 15%

56
58
37

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

Portions of RGB colors in percentages

R + G + B =
56 + 58 + 37 = 151 (100%)
R 56 of 151 ~ 37.09%
G 58 of 151 ~ 38.41%
B 37 of 151 ~ 24.5%

%37.09
%38.41
%24.5

CMYK color model

#383A25 color CMYK value is (3,0,36,77).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 36.21%
  • key color value is 77.25%
CMYK:
(3,0,36,77)
C3M0Y36K77 
(3%,0%,36%,77%)
(0.03/0.00/0.36/0.77)	

CMYK percentages

%3.45
%0
%36.21
%77.25

Codes

Color #383A25 in popluar color models

383A25
RGB565837
HSL66°22.11%18.63%
HSB/HSV66°36.21%22.75%
CMYK3.45%0.00%36.21%
77.25%

Color #383A25 in popluar number systems.

HEX383A25
Decimal565837
Binary111000111010100101
Octal707245

Shades and tints

Shades of #383A25

#383A25
(56,58,37)
#333522
(51,53,34)
#2E301F
(46,48,31)
#292B1C
(41,43,28)
#242619
(36,38,25)
#1F2116
(31,33,22)
#1A1C13
(26,28,19)
#151710
(21,23,16)
#10120D
(16,18,13)
#0B0D0A
(11,13,10)
#060807
(6,8,7)
#000000
(0,0,0)

Tints of #383A25

#383A25
(56,58,37)
#4A4B38
(74,75,56)
#5C5C4B
(92,92,75)
#6E6D5E
(110,109,94)
#807E71
(128,126,113)
#928F84
(146,143,132)
#A4A097
(164,160,151)
#B6B1AA
(182,177,170)
#C8C2BD
(200,194,189)
#DAD3D0
(218,211,208)
#ECE4E3
(236,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383A25; }

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

This text font color is #383A25.


Background Color

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

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

This div background color is #383A25.


Border color

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

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

This div border color is #383A25.


Opacity

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

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

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

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

This text has shadow with #383A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383A25 on black background.


Color preview on white background

This text has color #383A25 on white background.



Black color preview on #383A25 background

This text has black color on #383A25 background.


White color preview on #383A25 background

This text has white color on #383A25 background.