COLOR #38573D

HEX: #38573D
RGB: (56,87,61)

Color info

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

RGB color model

#38573D color RGB value is (56,87,61).

  • red value is 56;
  • green value is 87;
  • blue value is 61.
RGB:
(56,87,61)
(22%,34%,24%)

RGB channels and saturation

R 56 of 255 = 22%
G 87 of 255 = 34%
B 61 of 255 = 24%

56
87
61

R + G + B ~ 27%. #38573D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 87 + 61 = 204 (100%)
R 56 of 204 ~ 27.45%
G 87 of 204 ~ 42.65%
B 61 of 204 ~ 29.9%

%27.45
%42.65
%29.9

CMYK color model

#38573D color CMYK value is (36,0,30,66).

  • cyan value is 35.63%
  • magenta value is 0.00%
  • yellow value is 29.89%
  • key color value is 65.88%
CMYK:
(36,0,30,66)
C36M0Y30K66 
(36%,0%,30%,66%)
(0.36/0.00/0.30/0.66)	

CMYK percentages

%35.63
%0
%29.89
%65.88

Codes

Color #38573D in popluar color models

38573D
RGB568761
HSL130°21.68%28.04%
HSB/HSV130°35.63%34.12%
CMYK35.63%0.00%29.89%
65.88%

Color #38573D in popluar number systems.

HEX38573D
Decimal568761
Binary1110001010111111101
Octal7012775

Shades and tints

Shades of #38573D

#38573D
(56,87,61)
#335038
(51,80,56)
#2E4933
(46,73,51)
#29422E
(41,66,46)
#243B29
(36,59,41)
#1F3424
(31,52,36)
#1A2D1F
(26,45,31)
#15261A
(21,38,26)
#101F15
(16,31,21)
#0B1810
(11,24,16)
#06110B
(6,17,11)
#000000
(0,0,0)

Tints of #38573D

#38573D
(56,87,61)
#4A664E
(74,102,78)
#5C755F
(92,117,95)
#6E8470
(110,132,112)
#809381
(128,147,129)
#92A292
(146,162,146)
#A4B1A3
(164,177,163)
#B6C0B4
(182,192,180)
#C8CFC5
(200,207,197)
#DADED6
(218,222,214)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38573D color. Also use rgb(56,87,61) instead hex code.

Text Font Color

.myTextColor { color: #38573D; }

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

This text font color is #38573D.


Background Color

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

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

This div background color is #38573D.


Border color

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

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

This div border color is #38573D.


Opacity

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

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

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

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

This text has shadow with #38573D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38573D on black background.


Color preview on white background

This text has color #38573D on white background.



Black color preview on #38573D background

This text has black color on #38573D background.


White color preview on #38573D background

This text has white color on #38573D background.