COLOR #38682A

HEX: #38682A
RGB: (56,104,42)

Color info

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

RGB color model

#38682A color RGB value is (56,104,42).

  • red value is 56;
  • green value is 104;
  • blue value is 42.
RGB:
(56,104,42)
(22%,41%,16%)

RGB channels and saturation

R 56 of 255 = 22%
G 104 of 255 = 41%
B 42 of 255 = 16%

56
104
42

R + G + B ~ 26%. #38682A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 104 + 42 = 202 (100%)
R 56 of 202 ~ 27.72%
G 104 of 202 ~ 51.49%
B 42 of 202 ~ 20.79%

%27.72
%51.49
%20.79

CMYK color model

#38682A color CMYK value is (46,0,60,59).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 59.62%
  • key color value is 59.22%
CMYK:
(46,0,60,59)
C46M0Y60K59 
(46%,0%,60%,59%)
(0.46/0.00/0.60/0.59)	

CMYK percentages

%46.15
%0
%59.62
%59.22

Codes

Color #38682A in popluar color models

38682A
RGB5610442
HSL106°42.47%28.63%
HSB/HSV106°59.62%40.78%
CMYK46.15%0.00%59.62%
59.22%

Color #38682A in popluar number systems.

HEX38682A
Decimal5610442
Binary1110001101000101010
Octal7015052

Shades and tints

Shades of #38682A

#38682A
(56,104,42)
#335F27
(51,95,39)
#2E5624
(46,86,36)
#294D21
(41,77,33)
#24441E
(36,68,30)
#1F3B1B
(31,59,27)
#1A3218
(26,50,24)
#152915
(21,41,21)
#102012
(16,32,18)
#0B170F
(11,23,15)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #38682A

#38682A
(56,104,42)
#4A753D
(74,117,61)
#5C8250
(92,130,80)
#6E8F63
(110,143,99)
#809C76
(128,156,118)
#92A989
(146,169,137)
#A4B69C
(164,182,156)
#B6C3AF
(182,195,175)
#C8D0C2
(200,208,194)
#DADDD5
(218,221,213)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38682A color. Also use rgb(56,104,42) instead hex code.

Text Font Color

.myTextColor { color: #38682A; }

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

This text font color is #38682A.


Background Color

.myBgColor { background-color: #38682A; }

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

This div background color is #38682A.


Border color

.myBorderColor { border: 1px solid #38682A; }

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

This div border color is #38682A.


Opacity

.myOpacity80 { color: #38682A; opacity: 0.8; }

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

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

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

This text has shadow with #38682A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38682A on black background.


Color preview on white background

This text has color #38682A on white background.



Black color preview on #38682A background

This text has black color on #38682A background.


White color preview on #38682A background

This text has white color on #38682A background.