COLOR #38500D

HEX: #38500D
RGB: (56,80,13)

Color info

#38500D contains mainly red and green colors. Web safe color of #38500D is #336600 (or #360).

RGB color model

#38500D color RGB value is (56,80,13).

  • red value is 56;
  • green value is 80;
  • blue value is 13.
RGB:
(56,80,13)
(22%,31%,5%)

RGB channels and saturation

R 56 of 255 = 22%
G 80 of 255 = 31%
B 13 of 255 = 5%

56
80
13

R + G + B ~ 19%. #38500D is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 80 + 13 = 149 (100%)
R 56 of 149 ~ 37.58%
G 80 of 149 ~ 53.69%
B 13 of 149 ~ 8.72%

%37.58
%53.69

CMYK color model

#38500D color CMYK value is (30,0,84,69).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 83.75%
  • key color value is 68.63%
CMYK:
(30,0,84,69)
C30M0Y84K69 
(30%,0%,84%,69%)
(0.30/0.00/0.84/0.69)	

CMYK percentages

%30
%0
%83.75
%68.63

Codes

Color #38500D in popluar color models

38500D
RGB568013
HSL81°72.04%18.24%
HSB/HSV81°83.75%31.37%
CMYK30.00%0.00%83.75%
68.63%

Color #38500D in popluar number systems.

HEX38500D
Decimal568013
Binary11100010100001101
Octal7012015

Shades and tints

Shades of #38500D

#38500D
(56,80,13)
#33490C
(51,73,12)
#2E420B
(46,66,11)
#293B0A
(41,59,10)
#243409
(36,52,9)
#1F2D08
(31,45,8)
#1A2607
(26,38,7)
#151F06
(21,31,6)
#101805
(16,24,5)
#0B1104
(11,17,4)
#060A03
(6,10,3)
#000000
(0,0,0)

Tints of #38500D

#38500D
(56,80,13)
#4A5F23
(74,95,35)
#5C6E39
(92,110,57)
#6E7D4F
(110,125,79)
#808C65
(128,140,101)
#929B7B
(146,155,123)
#A4AA91
(164,170,145)
#B6B9A7
(182,185,167)
#C8C8BD
(200,200,189)
#DAD7D3
(218,215,211)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38500D color. Also use rgb(56,80,13) instead hex code.

Text Font Color

.myTextColor { color: #38500D; }

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

This text font color is #38500D.


Background Color

.myBgColor { background-color: #38500D; }

<div style="background-color:#38500D">Inner text</div>

This div background color is #38500D.


Border color

.myBorderColor { border: 1px solid #38500D; }

<div style="border:3px solid #38500D">Div</div>

This div border color is #38500D.


Opacity

.myOpacity80 { color: #38500D; opacity: 0.8; }

<p style="color:#38500D;opacity:0.8;">80%</p>

Text with #38500D 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 #38500D;}

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

This text has shadow with #38500D color.

.textShadow {text-shadow: 3px 3px 1px #38500D, 3px 3px 1px red;}

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

This text has shadow with #38500D primary color and red secondary color.


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

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

This text has shadow with #38500D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38500D on black background.


Color preview on white background

This text has color #38500D on white background.



Black color preview on #38500D background

This text has black color on #38500D background.


White color preview on #38500D background

This text has white color on #38500D background.