COLOR #38603F

HEX: #38603F
RGB: (56,96,63)

Color info

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

RGB color model

#38603F color RGB value is (56,96,63).

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

RGB channels and saturation

R 56 of 255 = 22%
G 96 of 255 = 38%
B 63 of 255 = 25%

56
96
63

R + G + B ~ 28%. #38603F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 96 + 63 = 215 (100%)
R 56 of 215 ~ 26.05%
G 96 of 215 ~ 44.65%
B 63 of 215 ~ 29.3%

%26.05
%44.65
%29.3

CMYK color model

#38603F color CMYK value is (42,0,34,62).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 62.35%
CMYK:
(42,0,34,62)
C42M0Y34K62 
(42%,0%,34%,62%)
(0.42/0.00/0.34/0.62)	

CMYK percentages

%41.67
%0
%34.38
%62.35

Codes

Color #38603F in popluar color models

38603F
RGB569663
HSL131°26.32%29.80%
HSB/HSV131°41.67%37.65%
CMYK41.67%0.00%34.38%
62.35%

Color #38603F in popluar number systems.

HEX38603F
Decimal569663
Binary1110001100000111111
Octal7014077

Shades and tints

Shades of #38603F

#38603F
(56,96,63)
#33583A
(51,88,58)
#2E5035
(46,80,53)
#294830
(41,72,48)
#24402B
(36,64,43)
#1F3826
(31,56,38)
#1A3021
(26,48,33)
#15281C
(21,40,28)
#102017
(16,32,23)
#0B1812
(11,24,18)
#06100D
(6,16,13)
#000000
(0,0,0)

Tints of #38603F

#38603F
(56,96,63)
#4A6E50
(74,110,80)
#5C7C61
(92,124,97)
#6E8A72
(110,138,114)
#809883
(128,152,131)
#92A694
(146,166,148)
#A4B4A5
(164,180,165)
#B6C2B6
(182,194,182)
#C8D0C7
(200,208,199)
#DADED8
(218,222,216)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38603F; }

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

This text font color is #38603F.


Background Color

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

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

This div background color is #38603F.


Border color

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

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

This div border color is #38603F.


Opacity

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

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

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

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

This text has shadow with #38603F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38603F on black background.


Color preview on white background

This text has color #38603F on white background.



Black color preview on #38603F background

This text has black color on #38603F background.


White color preview on #38603F background

This text has white color on #38603F background.