COLOR #38623C

HEX: #38623C
RGB: (56,98,60)

Color info

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

RGB color model

#38623C color RGB value is (56,98,60).

  • red value is 56;
  • green value is 98;
  • blue value is 60.
RGB:
(56,98,60)
(22%,38%,24%)

RGB channels and saturation

R 56 of 255 = 22%
G 98 of 255 = 38%
B 60 of 255 = 24%

56
98
60

R + G + B ~ 28%. #38623C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 98 + 60 = 214 (100%)
R 56 of 214 ~ 26.17%
G 98 of 214 ~ 45.79%
B 60 of 214 ~ 28.04%

%26.17
%45.79
%28.04

CMYK color model

#38623C color CMYK value is (43,0,39,62).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 38.78%
  • key color value is 61.57%
CMYK:
(43,0,39,62)
C43M0Y39K62 
(43%,0%,39%,62%)
(0.43/0.00/0.39/0.62)	

CMYK percentages

%42.86
%0
%38.78
%61.57

Codes

Color #38623C in popluar color models

38623C
RGB569860
HSL126°27.27%30.20%
HSB/HSV126°42.86%38.43%
CMYK42.86%0.00%38.78%
61.57%

Color #38623C in popluar number systems.

HEX38623C
Decimal569860
Binary1110001100010111100
Octal7014274

Shades and tints

Shades of #38623C

#38623C
(56,98,60)
#335A37
(51,90,55)
#2E5232
(46,82,50)
#294A2D
(41,74,45)
#244228
(36,66,40)
#1F3A23
(31,58,35)
#1A321E
(26,50,30)
#152A19
(21,42,25)
#102214
(16,34,20)
#0B1A0F
(11,26,15)
#06120A
(6,18,10)
#000000
(0,0,0)

Tints of #38623C

#38623C
(56,98,60)
#4A704D
(74,112,77)
#5C7E5E
(92,126,94)
#6E8C6F
(110,140,111)
#809A80
(128,154,128)
#92A891
(146,168,145)
#A4B6A2
(164,182,162)
#B6C4B3
(182,196,179)
#C8D2C4
(200,210,196)
#DAE0D5
(218,224,213)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38623C color. Also use rgb(56,98,60) instead hex code.

Text Font Color

.myTextColor { color: #38623C; }

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

This text font color is #38623C.


Background Color

.myBgColor { background-color: #38623C; }

<div style="background-color:#38623C">Inner text</div>

This div background color is #38623C.


Border color

.myBorderColor { border: 1px solid #38623C; }

<div style="border:3px solid #38623C">Div</div>

This div border color is #38623C.


Opacity

.myOpacity80 { color: #38623C; opacity: 0.8; }

<p style="color:#38623C;opacity:0.8;">80%</p>

Text with #38623C 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 #38623C;}

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

This text has shadow with #38623C color.

.textShadow {text-shadow: 3px 3px 1px #38623C, 3px 3px 1px red;}

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

This text has shadow with #38623C primary color and red secondary color.


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

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

This text has shadow with #38623C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38623C on black background.


Color preview on white background

This text has color #38623C on white background.



Black color preview on #38623C background

This text has black color on #38623C background.


White color preview on #38623C background

This text has white color on #38623C background.