COLOR #38713F

HEX: #38713F
RGB: (56,113,63)

Color info

#38713F contains red, green and blue colors in about the same proportion. Web safe color of #38713F is #336633 (or #363).

RGB color model

#38713F color RGB value is (56,113,63).

  • red value is 56;
  • green value is 113;
  • blue value is 63.
RGB:
(56,113,63)
(22%,44%,25%)

RGB channels and saturation

R 56 of 255 = 22%
G 113 of 255 = 44%
B 63 of 255 = 25%

56
113
63

R + G + B ~ 30%. #38713F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 113 + 63 = 232 (100%)
R 56 of 232 ~ 24.14%
G 113 of 232 ~ 48.71%
B 63 of 232 ~ 27.16%

%24.14
%48.71
%27.16

CMYK color model

#38713F color CMYK value is (50,0,44,56).

  • cyan value is 50.44%
  • magenta value is 0.00%
  • yellow value is 44.25%
  • key color value is 55.69%
CMYK:
(50,0,44,56)
C50M0Y44K56 
(50%,0%,44%,56%)
(0.50/0.00/0.44/0.56)	

CMYK percentages

%50.44
%0
%44.25
%55.69

Codes

Color #38713F in popluar color models

38713F
RGB5611363
HSL127°33.73%33.14%
HSB/HSV127°50.44%44.31%
CMYK50.44%0.00%44.25%
55.69%

Color #38713F in popluar number systems.

HEX38713F
Decimal5611363
Binary1110001110001111111
Octal7016177

Shades and tints

Shades of #38713F

#38713F
(56,113,63)
#33673A
(51,103,58)
#2E5D35
(46,93,53)
#295330
(41,83,48)
#24492B
(36,73,43)
#1F3F26
(31,63,38)
#1A3521
(26,53,33)
#152B1C
(21,43,28)
#102117
(16,33,23)
#0B1712
(11,23,18)
#060D0D
(6,13,13)
#000000
(0,0,0)

Tints of #38713F

#38713F
(56,113,63)
#4A7D50
(74,125,80)
#5C8961
(92,137,97)
#6E9572
(110,149,114)
#80A183
(128,161,131)
#92AD94
(146,173,148)
#A4B9A5
(164,185,165)
#B6C5B6
(182,197,182)
#C8D1C7
(200,209,199)
#DADDD8
(218,221,216)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38713F color. Also use rgb(56,113,63) instead hex code.

Text Font Color

.myTextColor { color: #38713F; }

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

This text font color is #38713F.


Background Color

.myBgColor { background-color: #38713F; }

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

This div background color is #38713F.


Border color

.myBorderColor { border: 1px solid #38713F; }

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

This div border color is #38713F.


Opacity

.myOpacity80 { color: #38713F; opacity: 0.8; }

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

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

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

This text has shadow with #38713F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38713F on black background.


Color preview on white background

This text has color #38713F on white background.



Black color preview on #38713F background

This text has black color on #38713F background.


White color preview on #38713F background

This text has white color on #38713F background.