COLOR #38671C

HEX: #38671C
RGB: (56,103,28)

Color info

#38671C contains mainly red and green colors. Web safe color of #38671C is #336633 (or #363).

RGB color model

#38671C color RGB value is (56,103,28).

  • red value is 56;
  • green value is 103;
  • blue value is 28.
RGB:
(56,103,28)
(22%,40%,11%)

RGB channels and saturation

R 56 of 255 = 22%
G 103 of 255 = 40%
B 28 of 255 = 11%

56
103
28

R + G + B ~ 24%. #38671C is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 103 + 28 = 187 (100%)
R 56 of 187 ~ 29.95%
G 103 of 187 ~ 55.08%
B 28 of 187 ~ 14.97%

%29.95
%55.08
%14.97

CMYK color model

#38671C color CMYK value is (46,0,73,60).

  • cyan value is 45.63%
  • magenta value is 0.00%
  • yellow value is 72.82%
  • key color value is 59.61%
CMYK:
(46,0,73,60)
C46M0Y73K60 
(46%,0%,73%,60%)
(0.46/0.00/0.73/0.60)	

CMYK percentages

%45.63
%0
%72.82
%59.61

Codes

Color #38671C in popluar color models

38671C
RGB5610328
HSL98°57.25%25.69%
HSB/HSV98°72.82%40.39%
CMYK45.63%0.00%72.82%
59.61%

Color #38671C in popluar number systems.

HEX38671C
Decimal5610328
Binary111000110011111100
Octal7014734

Shades and tints

Shades of #38671C

#38671C
(56,103,28)
#335E1A
(51,94,26)
#2E5518
(46,85,24)
#294C16
(41,76,22)
#244314
(36,67,20)
#1F3A12
(31,58,18)
#1A3110
(26,49,16)
#15280E
(21,40,14)
#101F0C
(16,31,12)
#0B160A
(11,22,10)
#060D08
(6,13,8)
#000000
(0,0,0)

Tints of #38671C

#38671C
(56,103,28)
#4A7430
(74,116,48)
#5C8144
(92,129,68)
#6E8E58
(110,142,88)
#809B6C
(128,155,108)
#92A880
(146,168,128)
#A4B594
(164,181,148)
#B6C2A8
(182,194,168)
#C8CFBC
(200,207,188)
#DADCD0
(218,220,208)
#ECE9E4
(236,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38671C color. Also use rgb(56,103,28) instead hex code.

Text Font Color

.myTextColor { color: #38671C; }

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

This text font color is #38671C.


Background Color

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

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

This div background color is #38671C.


Border color

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

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

This div border color is #38671C.


Opacity

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

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

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

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

This text has shadow with #38671C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38671C on black background.


Color preview on white background

This text has color #38671C on white background.



Black color preview on #38671C background

This text has black color on #38671C background.


White color preview on #38671C background

This text has white color on #38671C background.