COLOR #38572E

HEX: #38572E
RGB: (56,87,46)

Color info

#38572E contains red, green and blue colors in about the same proportion. Web safe color of #38572E is #336633 (or #363).

RGB color model

#38572E color RGB value is (56,87,46).

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

RGB channels and saturation

R 56 of 255 = 22%
G 87 of 255 = 34%
B 46 of 255 = 18%

56
87
46

R + G + B ~ 25%. #38572E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 87 + 46 = 189 (100%)
R 56 of 189 ~ 29.63%
G 87 of 189 ~ 46.03%
B 46 of 189 ~ 24.34%

%29.63
%46.03
%24.34

CMYK color model

#38572E color CMYK value is (36,0,47,66).

  • cyan value is 35.63%
  • magenta value is 0.00%
  • yellow value is 47.13%
  • key color value is 65.88%
CMYK:
(36,0,47,66)
C36M0Y47K66 
(36%,0%,47%,66%)
(0.36/0.00/0.47/0.66)	

CMYK percentages

%35.63
%0
%47.13
%65.88

Codes

Color #38572E in popluar color models

38572E
RGB568746
HSL105°30.83%26.08%
HSB/HSV105°47.13%34.12%
CMYK35.63%0.00%47.13%
65.88%

Color #38572E in popluar number systems.

HEX38572E
Decimal568746
Binary1110001010111101110
Octal7012756

Shades and tints

Shades of #38572E

#38572E
(56,87,46)
#33502A
(51,80,42)
#2E4926
(46,73,38)
#294222
(41,66,34)
#243B1E
(36,59,30)
#1F341A
(31,52,26)
#1A2D16
(26,45,22)
#152612
(21,38,18)
#101F0E
(16,31,14)
#0B180A
(11,24,10)
#061106
(6,17,6)
#000000
(0,0,0)

Tints of #38572E

#38572E
(56,87,46)
#4A6641
(74,102,65)
#5C7554
(92,117,84)
#6E8467
(110,132,103)
#80937A
(128,147,122)
#92A28D
(146,162,141)
#A4B1A0
(164,177,160)
#B6C0B3
(182,192,179)
#C8CFC6
(200,207,198)
#DADED9
(218,222,217)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38572E; }

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

This text font color is #38572E.


Background Color

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

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

This div background color is #38572E.


Border color

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

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

This div border color is #38572E.


Opacity

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

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

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

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

This text has shadow with #38572E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38572E on black background.


Color preview on white background

This text has color #38572E on white background.



Black color preview on #38572E background

This text has black color on #38572E background.


White color preview on #38572E background

This text has white color on #38572E background.