COLOR #385802

HEX: #385802
RGB: (56,88,2)

Color info

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

RGB color model

#385802 color RGB value is (56,88,2).

  • red value is 56;
  • green value is 88;
  • blue value is 2.
RGB:
(56,88,2)
(22%,35%,1%)

RGB channels and saturation

R 56 of 255 = 22%
G 88 of 255 = 35%
B 2 of 255 = 1%

56
88
2

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

Portions of RGB colors in percentages

R + G + B =
56 + 88 + 2 = 146 (100%)
R 56 of 146 ~ 38.36%
G 88 of 146 ~ 60.27%
B 2 of 146 ~ 1.37%

%38.36
%60.27

CMYK color model

#385802 color CMYK value is (36,0,98,65).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 97.73%
  • key color value is 65.49%
CMYK:
(36,0,98,65)
C36M0Y98K65 
(36%,0%,98%,65%)
(0.36/0.00/0.98/0.65)	

CMYK percentages

%36.36
%0
%97.73
%65.49

Codes

Color #385802 in popluar color models

385802
RGB56882
HSL82°95.56%17.65%
HSB/HSV82°97.73%34.51%
CMYK36.36%0.00%97.73%
65.49%

Color #385802 in popluar number systems.

HEX385802
Decimal56882
Binary111000101100010
Octal701302

Shades and tints

Shades of #385802

#385802
(56,88,2)
#335002
(51,80,2)
#2E4802
(46,72,2)
#294002
(41,64,2)
#243802
(36,56,2)
#1F3002
(31,48,2)
#1A2802
(26,40,2)
#152002
(21,32,2)
#101802
(16,24,2)
#0B1002
(11,16,2)
#060802
(6,8,2)
#000000
(0,0,0)

Tints of #385802

#385802
(56,88,2)
#4A6719
(74,103,25)
#5C7630
(92,118,48)
#6E8547
(110,133,71)
#80945E
(128,148,94)
#92A375
(146,163,117)
#A4B28C
(164,178,140)
#B6C1A3
(182,193,163)
#C8D0BA
(200,208,186)
#DADFD1
(218,223,209)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385802 color. Also use rgb(56,88,2) instead hex code.

Text Font Color

.myTextColor { color: #385802; }

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

This text font color is #385802.


Background Color

.myBgColor { background-color: #385802; }

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

This div background color is #385802.


Border color

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

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

This div border color is #385802.


Opacity

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

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

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

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

This text has shadow with #385802 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385802 on black background.


Color preview on white background

This text has color #385802 on white background.



Black color preview on #385802 background

This text has black color on #385802 background.


White color preview on #385802 background

This text has white color on #385802 background.