COLOR #38584D

HEX: #38584D
RGB: (56,88,77)

Color info

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

RGB color model

#38584D color RGB value is (56,88,77).

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

RGB channels and saturation

R 56 of 255 = 22%
G 88 of 255 = 35%
B 77 of 255 = 30%

56
88
77

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

Portions of RGB colors in percentages

R + G + B =
56 + 88 + 77 = 221 (100%)
R 56 of 221 ~ 25.34%
G 88 of 221 ~ 39.82%
B 77 of 221 ~ 34.84%

%25.34
%39.82
%34.84

CMYK color model

#38584D color CMYK value is (36,0,13,65).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 65.49%
CMYK:
(36,0,13,65)
C36M0Y13K65 
(36%,0%,13%,65%)
(0.36/0.00/0.13/0.65)	

CMYK percentages

%36.36
%0
%12.5
%65.49

Codes

Color #38584D in popluar color models

38584D
RGB568877
HSL159°22.22%28.24%
HSB/HSV159°36.36%34.51%
CMYK36.36%0.00%12.50%
65.49%

Color #38584D in popluar number systems.

HEX38584D
Decimal568877
Binary11100010110001001101
Octal70130115

Shades and tints

Shades of #38584D

#38584D
(56,88,77)
#335046
(51,80,70)
#2E483F
(46,72,63)
#294038
(41,64,56)
#243831
(36,56,49)
#1F302A
(31,48,42)
#1A2823
(26,40,35)
#15201C
(21,32,28)
#101815
(16,24,21)
#0B100E
(11,16,14)
#060807
(6,8,7)
#000000
(0,0,0)

Tints of #38584D

#38584D
(56,88,77)
#4A675D
(74,103,93)
#5C766D
(92,118,109)
#6E857D
(110,133,125)
#80948D
(128,148,141)
#92A39D
(146,163,157)
#A4B2AD
(164,178,173)
#B6C1BD
(182,193,189)
#C8D0CD
(200,208,205)
#DADFDD
(218,223,221)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38584D; }

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

This text font color is #38584D.


Background Color

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

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

This div background color is #38584D.


Border color

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

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

This div border color is #38584D.


Opacity

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

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

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

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

This text has shadow with #38584D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38584D on black background.


Color preview on white background

This text has color #38584D on white background.



Black color preview on #38584D background

This text has black color on #38584D background.


White color preview on #38584D background

This text has white color on #38584D background.