COLOR #38593F

HEX: #38593F
RGB: (56,89,63)

Color info

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

RGB color model

#38593F color RGB value is (56,89,63).

  • red value is 56;
  • green value is 89;
  • blue value is 63.
RGB:
(56,89,63)
(22%,35%,25%)

RGB channels and saturation

R 56 of 255 = 22%
G 89 of 255 = 35%
B 63 of 255 = 25%

56
89
63

R + G + B ~ 27%. #38593F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 89 + 63 = 208 (100%)
R 56 of 208 ~ 26.92%
G 89 of 208 ~ 42.79%
B 63 of 208 ~ 30.29%

%26.92
%42.79
%30.29

CMYK color model

#38593F color CMYK value is (37,0,29,65).

  • cyan value is 37.08%
  • magenta value is 0.00%
  • yellow value is 29.21%
  • key color value is 65.10%
CMYK:
(37,0,29,65)
C37M0Y29K65 
(37%,0%,29%,65%)
(0.37/0.00/0.29/0.65)	

CMYK percentages

%37.08
%0
%29.21
%65.1

Codes

Color #38593F in popluar color models

38593F
RGB568963
HSL133°22.76%28.43%
HSB/HSV133°37.08%34.90%
CMYK37.08%0.00%29.21%
65.10%

Color #38593F in popluar number systems.

HEX38593F
Decimal568963
Binary1110001011001111111
Octal7013177

Shades and tints

Shades of #38593F

#38593F
(56,89,63)
#33513A
(51,81,58)
#2E4935
(46,73,53)
#294130
(41,65,48)
#24392B
(36,57,43)
#1F3126
(31,49,38)
#1A2921
(26,41,33)
#15211C
(21,33,28)
#101917
(16,25,23)
#0B1112
(11,17,18)
#06090D
(6,9,13)
#000000
(0,0,0)

Tints of #38593F

#38593F
(56,89,63)
#4A6850
(74,104,80)
#5C7761
(92,119,97)
#6E8672
(110,134,114)
#809583
(128,149,131)
#92A494
(146,164,148)
#A4B3A5
(164,179,165)
#B6C2B6
(182,194,182)
#C8D1C7
(200,209,199)
#DAE0D8
(218,224,216)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38593F color. Also use rgb(56,89,63) instead hex code.

Text Font Color

.myTextColor { color: #38593F; }

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

This text font color is #38593F.


Background Color

.myBgColor { background-color: #38593F; }

<div style="background-color:#38593F">Inner text</div>

This div background color is #38593F.


Border color

.myBorderColor { border: 1px solid #38593F; }

<div style="border:3px solid #38593F">Div</div>

This div border color is #38593F.


Opacity

.myOpacity80 { color: #38593F; opacity: 0.8; }

<p style="color:#38593F;opacity:0.8;">80%</p>

Text with #38593F 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 #38593F;}

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

This text has shadow with #38593F color.

.textShadow {text-shadow: 3px 3px 1px #38593F, 3px 3px 1px red;}

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

This text has shadow with #38593F primary color and red secondary color.


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

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

This text has shadow with #38593F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38593F on black background.


Color preview on white background

This text has color #38593F on white background.



Black color preview on #38593F background

This text has black color on #38593F background.


White color preview on #38593F background

This text has white color on #38593F background.