COLOR #385013

HEX: #385013
RGB: (56,80,19)

Color info

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

RGB color model

#385013 color RGB value is (56,80,19).

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

RGB channels and saturation

R 56 of 255 = 22%
G 80 of 255 = 31%
B 19 of 255 = 7%

56
80
19

R + G + B ~ 20%. #385013 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 80 + 19 = 155 (100%)
R 56 of 155 ~ 36.13%
G 80 of 155 ~ 51.61%
B 19 of 155 ~ 12.26%

%36.13
%51.61
%12.26

CMYK color model

#385013 color CMYK value is (30,0,76,69).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 76.25%
  • key color value is 68.63%
CMYK:
(30,0,76,69)
C30M0Y76K69 
(30%,0%,76%,69%)
(0.30/0.00/0.76/0.69)	

CMYK percentages

%30
%0
%76.25
%68.63

Codes

Color #385013 in popluar color models

385013
RGB568019
HSL84°61.62%19.41%
HSB/HSV84°76.25%31.37%
CMYK30.00%0.00%76.25%
68.63%

Color #385013 in popluar number systems.

HEX385013
Decimal568019
Binary111000101000010011
Octal7012023

Shades and tints

Shades of #385013

#385013
(56,80,19)
#334912
(51,73,18)
#2E4211
(46,66,17)
#293B10
(41,59,16)
#24340F
(36,52,15)
#1F2D0E
(31,45,14)
#1A260D
(26,38,13)
#151F0C
(21,31,12)
#10180B
(16,24,11)
#0B110A
(11,17,10)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #385013

#385013
(56,80,19)
#4A5F28
(74,95,40)
#5C6E3D
(92,110,61)
#6E7D52
(110,125,82)
#808C67
(128,140,103)
#929B7C
(146,155,124)
#A4AA91
(164,170,145)
#B6B9A6
(182,185,166)
#C8C8BB
(200,200,187)
#DAD7D0
(218,215,208)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385013; }

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

This text font color is #385013.


Background Color

.myBgColor { background-color: #385013; }

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

This div background color is #385013.


Border color

.myBorderColor { border: 1px solid #385013; }

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

This div border color is #385013.


Opacity

.myOpacity80 { color: #385013; opacity: 0.8; }

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

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

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

This text has shadow with #385013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385013 on black background.


Color preview on white background

This text has color #385013 on white background.



Black color preview on #385013 background

This text has black color on #385013 background.


White color preview on #385013 background

This text has white color on #385013 background.