COLOR #38513F

HEX: #38513F
RGB: (56,81,63)

Color info

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

RGB color model

#38513F color RGB value is (56,81,63).

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

RGB channels and saturation

R 56 of 255 = 22%
G 81 of 255 = 32%
B 63 of 255 = 25%

56
81
63

R + G + B ~ 26%. #38513F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 81 + 63 = 200 (100%)
R 56 of 200 ~ 28%
G 81 of 200 ~ 40.5%
B 63 of 200 ~ 31.5%

%28
%40.5
%31.5

CMYK color model

#38513F color CMYK value is (31,0,22,68).

  • cyan value is 30.86%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 68.24%
CMYK:
(31,0,22,68)
C31M0Y22K68 
(31%,0%,22%,68%)
(0.31/0.00/0.22/0.68)	

CMYK percentages

%30.86
%0
%22.22
%68.24

Codes

Color #38513F in popluar color models

38513F
RGB568163
HSL137°18.25%26.86%
HSB/HSV137°30.86%31.76%
CMYK30.86%0.00%22.22%
68.24%

Color #38513F in popluar number systems.

HEX38513F
Decimal568163
Binary1110001010001111111
Octal7012177

Shades and tints

Shades of #38513F

#38513F
(56,81,63)
#334A3A
(51,74,58)
#2E4335
(46,67,53)
#293C30
(41,60,48)
#24352B
(36,53,43)
#1F2E26
(31,46,38)
#1A2721
(26,39,33)
#15201C
(21,32,28)
#101917
(16,25,23)
#0B1212
(11,18,18)
#060B0D
(6,11,13)
#000000
(0,0,0)

Tints of #38513F

#38513F
(56,81,63)
#4A6050
(74,96,80)
#5C6F61
(92,111,97)
#6E7E72
(110,126,114)
#808D83
(128,141,131)
#929C94
(146,156,148)
#A4ABA5
(164,171,165)
#B6BAB6
(182,186,182)
#C8C9C7
(200,201,199)
#DAD8D8
(218,216,216)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38513F; }

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

This text font color is #38513F.


Background Color

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

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

This div background color is #38513F.


Border color

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

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

This div border color is #38513F.


Opacity

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

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

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

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

This text has shadow with #38513F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38513F on black background.


Color preview on white background

This text has color #38513F on white background.



Black color preview on #38513F background

This text has black color on #38513F background.


White color preview on #38513F background

This text has white color on #38513F background.