COLOR #38593A

HEX: #38593A
RGB: (56,89,58)

Color info

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

RGB color model

#38593A color RGB value is (56,89,58).

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

RGB channels and saturation

R 56 of 255 = 22%
G 89 of 255 = 35%
B 58 of 255 = 23%

56
89
58

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

Portions of RGB colors in percentages

R + G + B =
56 + 89 + 58 = 203 (100%)
R 56 of 203 ~ 27.59%
G 89 of 203 ~ 43.84%
B 58 of 203 ~ 28.57%

%27.59
%43.84
%28.57

CMYK color model

#38593A color CMYK value is (37,0,35,65).

  • cyan value is 37.08%
  • magenta value is 0.00%
  • yellow value is 34.83%
  • key color value is 65.10%
CMYK:
(37,0,35,65)
C37M0Y35K65 
(37%,0%,35%,65%)
(0.37/0.00/0.35/0.65)	

CMYK percentages

%37.08
%0
%34.83
%65.1

Codes

Color #38593A in popluar color models

38593A
RGB568958
HSL124°22.76%28.43%
HSB/HSV124°37.08%34.90%
CMYK37.08%0.00%34.83%
65.10%

Color #38593A in popluar number systems.

HEX38593A
Decimal568958
Binary1110001011001111010
Octal7013172

Shades and tints

Shades of #38593A

#38593A
(56,89,58)
#335135
(51,81,53)
#2E4930
(46,73,48)
#29412B
(41,65,43)
#243926
(36,57,38)
#1F3121
(31,49,33)
#1A291C
(26,41,28)
#152117
(21,33,23)
#101912
(16,25,18)
#0B110D
(11,17,13)
#060908
(6,9,8)
#000000
(0,0,0)

Tints of #38593A

#38593A
(56,89,58)
#4A684B
(74,104,75)
#5C775C
(92,119,92)
#6E866D
(110,134,109)
#80957E
(128,149,126)
#92A48F
(146,164,143)
#A4B3A0
(164,179,160)
#B6C2B1
(182,194,177)
#C8D1C2
(200,209,194)
#DAE0D3
(218,224,211)
#ECEFE4
(236,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38593A; }

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

This text font color is #38593A.


Background Color

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

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

This div background color is #38593A.


Border color

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

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

This div border color is #38593A.


Opacity

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

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

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

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

This text has shadow with #38593A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38593A on black background.


Color preview on white background

This text has color #38593A on white background.



Black color preview on #38593A background

This text has black color on #38593A background.


White color preview on #38593A background

This text has white color on #38593A background.