COLOR #38604A

HEX: #38604A
RGB: (56,96,74)

Color info

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

RGB color model

#38604A color RGB value is (56,96,74).

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

RGB channels and saturation

R 56 of 255 = 22%
G 96 of 255 = 38%
B 74 of 255 = 29%

56
96
74

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

Portions of RGB colors in percentages

R + G + B =
56 + 96 + 74 = 226 (100%)
R 56 of 226 ~ 24.78%
G 96 of 226 ~ 42.48%
B 74 of 226 ~ 32.74%

%24.78
%42.48
%32.74

CMYK color model

#38604A color CMYK value is (42,0,23,62).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 62.35%
CMYK:
(42,0,23,62)
C42M0Y23K62 
(42%,0%,23%,62%)
(0.42/0.00/0.23/0.62)	

CMYK percentages

%41.67
%0
%22.92
%62.35

Codes

Color #38604A in popluar color models

38604A
RGB569674
HSL147°26.32%29.80%
HSB/HSV147°41.67%37.65%
CMYK41.67%0.00%22.92%
62.35%

Color #38604A in popluar number systems.

HEX38604A
Decimal569674
Binary11100011000001001010
Octal70140112

Shades and tints

Shades of #38604A

#38604A
(56,96,74)
#335844
(51,88,68)
#2E503E
(46,80,62)
#294838
(41,72,56)
#244032
(36,64,50)
#1F382C
(31,56,44)
#1A3026
(26,48,38)
#152820
(21,40,32)
#10201A
(16,32,26)
#0B1814
(11,24,20)
#06100E
(6,16,14)
#000000
(0,0,0)

Tints of #38604A

#38604A
(56,96,74)
#4A6E5A
(74,110,90)
#5C7C6A
(92,124,106)
#6E8A7A
(110,138,122)
#80988A
(128,152,138)
#92A69A
(146,166,154)
#A4B4AA
(164,180,170)
#B6C2BA
(182,194,186)
#C8D0CA
(200,208,202)
#DADEDA
(218,222,218)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38604A; }

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

This text font color is #38604A.


Background Color

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

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

This div background color is #38604A.


Border color

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

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

This div border color is #38604A.


Opacity

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

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

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

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

This text has shadow with #38604A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38604A on black background.


Color preview on white background

This text has color #38604A on white background.



Black color preview on #38604A background

This text has black color on #38604A background.


White color preview on #38604A background

This text has white color on #38604A background.