COLOR #38644D

HEX: #38644D
RGB: (56,100,77)

Color info

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

RGB color model

#38644D color RGB value is (56,100,77).

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

RGB channels and saturation

R 56 of 255 = 22%
G 100 of 255 = 39%
B 77 of 255 = 30%

56
100
77

R + G + B ~ 30%. #38644D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 100 + 77 = 233 (100%)
R 56 of 233 ~ 24.03%
G 100 of 233 ~ 42.92%
B 77 of 233 ~ 33.05%

%24.03
%42.92
%33.05

CMYK color model

#38644D color CMYK value is (44,0,23,61).

  • cyan value is 44.00%
  • magenta value is 0.00%
  • yellow value is 23.00%
  • key color value is 60.78%
CMYK:
(44,0,23,61)
C44M0Y23K61 
(44%,0%,23%,61%)
(0.44/0.00/0.23/0.61)	

CMYK percentages

%44
%0
%23
%60.78

Codes

Color #38644D in popluar color models

38644D
RGB5610077
HSL149°28.21%30.59%
HSB/HSV149°44.00%39.22%
CMYK44.00%0.00%23.00%
60.78%

Color #38644D in popluar number systems.

HEX38644D
Decimal5610077
Binary11100011001001001101
Octal70144115

Shades and tints

Shades of #38644D

#38644D
(56,100,77)
#335B46
(51,91,70)
#2E523F
(46,82,63)
#294938
(41,73,56)
#244031
(36,64,49)
#1F372A
(31,55,42)
#1A2E23
(26,46,35)
#15251C
(21,37,28)
#101C15
(16,28,21)
#0B130E
(11,19,14)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #38644D

#38644D
(56,100,77)
#4A725D
(74,114,93)
#5C806D
(92,128,109)
#6E8E7D
(110,142,125)
#809C8D
(128,156,141)
#92AA9D
(146,170,157)
#A4B8AD
(164,184,173)
#B6C6BD
(182,198,189)
#C8D4CD
(200,212,205)
#DAE2DD
(218,226,221)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38644D; }

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

This text font color is #38644D.


Background Color

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

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

This div background color is #38644D.


Border color

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

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

This div border color is #38644D.


Opacity

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

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

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

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

This text has shadow with #38644D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38644D on black background.


Color preview on white background

This text has color #38644D on white background.



Black color preview on #38644D background

This text has black color on #38644D background.


White color preview on #38644D background

This text has white color on #38644D background.