COLOR #38564D

HEX: #38564D
RGB: (56,86,77)

Color info

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

RGB color model

#38564D color RGB value is (56,86,77).

  • red value is 56;
  • green value is 86;
  • blue value is 77.
RGB:
(56,86,77)
(22%,34%,30%)

RGB channels and saturation

R 56 of 255 = 22%
G 86 of 255 = 34%
B 77 of 255 = 30%

56
86
77

R + G + B ~ 29%. #38564D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 86 + 77 = 219 (100%)
R 56 of 219 ~ 25.57%
G 86 of 219 ~ 39.27%
B 77 of 219 ~ 35.16%

%25.57
%39.27
%35.16

CMYK color model

#38564D color CMYK value is (35,0,10,66).

  • cyan value is 34.88%
  • magenta value is 0.00%
  • yellow value is 10.47%
  • key color value is 66.27%
CMYK:
(35,0,10,66)
C35M0Y10K66 
(35%,0%,10%,66%)
(0.35/0.00/0.10/0.66)	

CMYK percentages

%34.88
%0
%10.47
%66.27

Codes

Color #38564D in popluar color models

38564D
RGB568677
HSL162°21.13%27.84%
HSB/HSV162°34.88%33.73%
CMYK34.88%0.00%10.47%
66.27%

Color #38564D in popluar number systems.

HEX38564D
Decimal568677
Binary11100010101101001101
Octal70126115

Shades and tints

Shades of #38564D

#38564D
(56,86,77)
#334F46
(51,79,70)
#2E483F
(46,72,63)
#294138
(41,65,56)
#243A31
(36,58,49)
#1F332A
(31,51,42)
#1A2C23
(26,44,35)
#15251C
(21,37,28)
#101E15
(16,30,21)
#0B170E
(11,23,14)
#061007
(6,16,7)
#000000
(0,0,0)

Tints of #38564D

#38564D
(56,86,77)
#4A655D
(74,101,93)
#5C746D
(92,116,109)
#6E837D
(110,131,125)
#80928D
(128,146,141)
#92A19D
(146,161,157)
#A4B0AD
(164,176,173)
#B6BFBD
(182,191,189)
#C8CECD
(200,206,205)
#DADDDD
(218,221,221)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38564D color. Also use rgb(56,86,77) instead hex code.

Text Font Color

.myTextColor { color: #38564D; }

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

This text font color is #38564D.


Background Color

.myBgColor { background-color: #38564D; }

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

This div background color is #38564D.


Border color

.myBorderColor { border: 1px solid #38564D; }

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

This div border color is #38564D.


Opacity

.myOpacity80 { color: #38564D; opacity: 0.8; }

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

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

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

This text has shadow with #38564D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38564D on black background.


Color preview on white background

This text has color #38564D on white background.



Black color preview on #38564D background

This text has black color on #38564D background.


White color preview on #38564D background

This text has white color on #38564D background.