COLOR #38604D

HEX: #38604D
RGB: (56,96,77)

Color info

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

RGB color model

#38604D color RGB value is (56,96,77).

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

RGB channels and saturation

R 56 of 255 = 22%
G 96 of 255 = 38%
B 77 of 255 = 30%

56
96
77

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

Portions of RGB colors in percentages

R + G + B =
56 + 96 + 77 = 229 (100%)
R 56 of 229 ~ 24.45%
G 96 of 229 ~ 41.92%
B 77 of 229 ~ 33.62%

%24.45
%41.92
%33.62

CMYK color model

#38604D color CMYK value is (42,0,20,62).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 19.79%
  • key color value is 62.35%
CMYK:
(42,0,20,62)
C42M0Y20K62 
(42%,0%,20%,62%)
(0.42/0.00/0.20/0.62)	

CMYK percentages

%41.67
%0
%19.79
%62.35

Codes

Color #38604D in popluar color models

38604D
RGB569677
HSL152°26.32%29.80%
HSB/HSV152°41.67%37.65%
CMYK41.67%0.00%19.79%
62.35%

Color #38604D in popluar number systems.

HEX38604D
Decimal569677
Binary11100011000001001101
Octal70140115

Shades and tints

Shades of #38604D

#38604D
(56,96,77)
#335846
(51,88,70)
#2E503F
(46,80,63)
#294838
(41,72,56)
#244031
(36,64,49)
#1F382A
(31,56,42)
#1A3023
(26,48,35)
#15281C
(21,40,28)
#102015
(16,32,21)
#0B180E
(11,24,14)
#061007
(6,16,7)
#000000
(0,0,0)

Tints of #38604D

#38604D
(56,96,77)
#4A6E5D
(74,110,93)
#5C7C6D
(92,124,109)
#6E8A7D
(110,138,125)
#80988D
(128,152,141)
#92A69D
(146,166,157)
#A4B4AD
(164,180,173)
#B6C2BD
(182,194,189)
#C8D0CD
(200,208,205)
#DADEDD
(218,222,221)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38604D; }

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

This text font color is #38604D.


Background Color

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

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

This div background color is #38604D.


Border color

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

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

This div border color is #38604D.


Opacity

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

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

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

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

This text has shadow with #38604D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38604D on black background.


Color preview on white background

This text has color #38604D on white background.



Black color preview on #38604D background

This text has black color on #38604D background.


White color preview on #38604D background

This text has white color on #38604D background.