COLOR #38462C

HEX: #38462C
RGB: (56,70,44)

Color info

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

RGB color model

#38462C color RGB value is (56,70,44).

  • red value is 56;
  • green value is 70;
  • blue value is 44.
RGB:
(56,70,44)
(22%,27%,17%)

RGB channels and saturation

R 56 of 255 = 22%
G 70 of 255 = 27%
B 44 of 255 = 17%

56
70
44

R + G + B ~ 22%. #38462C is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 70 + 44 = 170 (100%)
R 56 of 170 ~ 32.94%
G 70 of 170 ~ 41.18%
B 44 of 170 ~ 25.88%

%32.94
%41.18
%25.88

CMYK color model

#38462C color CMYK value is (20,0,37,73).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 37.14%
  • key color value is 72.55%
CMYK:
(20,0,37,73)
C20M0Y37K73 
(20%,0%,37%,73%)
(0.20/0.00/0.37/0.73)	

CMYK percentages

%20
%0
%37.14
%72.55

Codes

Color #38462C in popluar color models

38462C
RGB567044
HSL92°22.81%22.35%
HSB/HSV92°37.14%27.45%
CMYK20.00%0.00%37.14%
72.55%

Color #38462C in popluar number systems.

HEX38462C
Decimal567044
Binary1110001000110101100
Octal7010654

Shades and tints

Shades of #38462C

#38462C
(56,70,44)
#334028
(51,64,40)
#2E3A24
(46,58,36)
#293420
(41,52,32)
#242E1C
(36,46,28)
#1F2818
(31,40,24)
#1A2214
(26,34,20)
#151C10
(21,28,16)
#10160C
(16,22,12)
#0B1008
(11,16,8)
#060A04
(6,10,4)
#000000
(0,0,0)

Tints of #38462C

#38462C
(56,70,44)
#4A563F
(74,86,63)
#5C6652
(92,102,82)
#6E7665
(110,118,101)
#808678
(128,134,120)
#92968B
(146,150,139)
#A4A69E
(164,166,158)
#B6B6B1
(182,182,177)
#C8C6C4
(200,198,196)
#DAD6D7
(218,214,215)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38462C color. Also use rgb(56,70,44) instead hex code.

Text Font Color

.myTextColor { color: #38462C; }

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

This text font color is #38462C.


Background Color

.myBgColor { background-color: #38462C; }

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

This div background color is #38462C.


Border color

.myBorderColor { border: 1px solid #38462C; }

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

This div border color is #38462C.


Opacity

.myOpacity80 { color: #38462C; opacity: 0.8; }

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

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

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

This text has shadow with #38462C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38462C on black background.


Color preview on white background

This text has color #38462C on white background.



Black color preview on #38462C background

This text has black color on #38462C background.


White color preview on #38462C background

This text has white color on #38462C background.