COLOR #385000

HEX: #385000
RGB: (56,80,0)

Color info

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

RGB color model

#385000 color RGB value is (56,80,0).

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

RGB channels and saturation

R 56 of 255 = 22%
G 80 of 255 = 31%
B 0 of 255 = 0%

56
80
0

R + G + B ~ 18%. #385000 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 80 + 0 = 136 (100%)
R 56 of 136 ~ 41.18%
G 80 of 136 ~ 58.82%
B 0 of 136 ~ 0%

%41.18
%58.82

CMYK color model

#385000 color CMYK value is (30,0,100,69).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 68.63%
CMYK:
(30,0,100,69)
C30M0Y100K69 
(30%,0%,100%,69%)
(0.30/0.00/1.00/0.69)	

CMYK percentages

%30
%0
%100
%68.63

Codes

Color #385000 in popluar color models

385000
RGB56800
HSL78°100.00%15.69%
HSB/HSV78°100.00%31.37%
CMYK30.00%0.00%100.00%
68.63%

Color #385000 in popluar number systems.

HEX385000
Decimal56800
Binary11100010100000
Octal701200

Shades and tints

Shades of #385000

#385000
(56,80,0)
#334900
(51,73,0)
#2E4200
(46,66,0)
#293B00
(41,59,0)
#243400
(36,52,0)
#1F2D00
(31,45,0)
#1A2600
(26,38,0)
#151F00
(21,31,0)
#101800
(16,24,0)
#0B1100
(11,17,0)
#060A00
(6,10,0)
#000000
(0,0,0)

Tints of #385000

#385000
(56,80,0)
#4A5F17
(74,95,23)
#5C6E2E
(92,110,46)
#6E7D45
(110,125,69)
#808C5C
(128,140,92)
#929B73
(146,155,115)
#A4AA8A
(164,170,138)
#B6B9A1
(182,185,161)
#C8C8B8
(200,200,184)
#DAD7CF
(218,215,207)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385000; }

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

This text font color is #385000.


Background Color

.myBgColor { background-color: #385000; }

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

This div background color is #385000.


Border color

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

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

This div border color is #385000.


Opacity

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

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

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

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

This text has shadow with #385000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385000 on black background.


Color preview on white background

This text has color #385000 on white background.



Black color preview on #385000 background

This text has black color on #385000 background.


White color preview on #385000 background

This text has white color on #385000 background.