COLOR #38402E

HEX: #38402E
RGB: (56,64,46)

Color info

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

RGB color model

#38402E color RGB value is (56,64,46).

  • red value is 56;
  • green value is 64;
  • blue value is 46.
RGB:
(56,64,46)
(22%,25%,18%)

RGB channels and saturation

R 56 of 255 = 22%
G 64 of 255 = 25%
B 46 of 255 = 18%

56
64
46

R + G + B ~ 22%. #38402E is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 64 + 46 = 166 (100%)
R 56 of 166 ~ 33.73%
G 64 of 166 ~ 38.55%
B 46 of 166 ~ 27.71%

%33.73
%38.55
%27.71

CMYK color model

#38402E color CMYK value is (13,0,28,75).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 28.13%
  • key color value is 74.90%
CMYK:
(13,0,28,75)
C13M0Y28K75 
(13%,0%,28%,75%)
(0.13/0.00/0.28/0.75)	

CMYK percentages

%12.5
%0
%28.13
%74.9

Codes

Color #38402E in popluar color models

38402E
RGB566446
HSL87°16.36%21.57%
HSB/HSV87°28.13%25.10%
CMYK12.50%0.00%28.13%
74.90%

Color #38402E in popluar number systems.

HEX38402E
Decimal566446
Binary1110001000000101110
Octal7010056

Shades and tints

Shades of #38402E

#38402E
(56,64,46)
#333B2A
(51,59,42)
#2E3626
(46,54,38)
#293122
(41,49,34)
#242C1E
(36,44,30)
#1F271A
(31,39,26)
#1A2216
(26,34,22)
#151D12
(21,29,18)
#10180E
(16,24,14)
#0B130A
(11,19,10)
#060E06
(6,14,6)
#000000
(0,0,0)

Tints of #38402E

#38402E
(56,64,46)
#4A5141
(74,81,65)
#5C6254
(92,98,84)
#6E7367
(110,115,103)
#80847A
(128,132,122)
#92958D
(146,149,141)
#A4A6A0
(164,166,160)
#B6B7B3
(182,183,179)
#C8C8C6
(200,200,198)
#DAD9D9
(218,217,217)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38402E color. Also use rgb(56,64,46) instead hex code.

Text Font Color

.myTextColor { color: #38402E; }

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

This text font color is #38402E.


Background Color

.myBgColor { background-color: #38402E; }

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

This div background color is #38402E.


Border color

.myBorderColor { border: 1px solid #38402E; }

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

This div border color is #38402E.


Opacity

.myOpacity80 { color: #38402E; opacity: 0.8; }

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

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

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

This text has shadow with #38402E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38402E on black background.


Color preview on white background

This text has color #38402E on white background.



Black color preview on #38402E background

This text has black color on #38402E background.


White color preview on #38402E background

This text has white color on #38402E background.