COLOR #38744D

HEX: #38744D
RGB: (56,116,77)

Color info

#38744D contains mainly green and blue colors. Web safe color of #38744D is #336633 (or #363).

RGB color model

#38744D color RGB value is (56,116,77).

  • red value is 56;
  • green value is 116;
  • blue value is 77.
RGB:
(56,116,77)
(22%,45%,30%)

RGB channels and saturation

R 56 of 255 = 22%
G 116 of 255 = 45%
B 77 of 255 = 30%

56
116
77

R + G + B ~ 32%. #38744D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 116 + 77 = 249 (100%)
R 56 of 249 ~ 22.49%
G 116 of 249 ~ 46.59%
B 77 of 249 ~ 30.92%

%22.49
%46.59
%30.92

CMYK color model

#38744D color CMYK value is (52,0,34,55).

  • cyan value is 51.72%
  • magenta value is 0.00%
  • yellow value is 33.62%
  • key color value is 54.51%
CMYK:
(52,0,34,55)
C52M0Y34K55 
(52%,0%,34%,55%)
(0.52/0.00/0.34/0.55)	

CMYK percentages

%51.72
%0
%33.62
%54.51

Codes

Color #38744D in popluar color models

38744D
RGB5611677
HSL141°34.88%33.73%
HSB/HSV141°51.72%45.49%
CMYK51.72%0.00%33.62%
54.51%

Color #38744D in popluar number systems.

HEX38744D
Decimal5611677
Binary11100011101001001101
Octal70164115

Shades and tints

Shades of #38744D

#38744D
(56,116,77)
#336A46
(51,106,70)
#2E603F
(46,96,63)
#295638
(41,86,56)
#244C31
(36,76,49)
#1F422A
(31,66,42)
#1A3823
(26,56,35)
#152E1C
(21,46,28)
#102415
(16,36,21)
#0B1A0E
(11,26,14)
#061007
(6,16,7)
#000000
(0,0,0)

Tints of #38744D

#38744D
(56,116,77)
#4A805D
(74,128,93)
#5C8C6D
(92,140,109)
#6E987D
(110,152,125)
#80A48D
(128,164,141)
#92B09D
(146,176,157)
#A4BCAD
(164,188,173)
#B6C8BD
(182,200,189)
#C8D4CD
(200,212,205)
#DAE0DD
(218,224,221)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38744D color. Also use rgb(56,116,77) instead hex code.

Text Font Color

.myTextColor { color: #38744D; }

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

This text font color is #38744D.


Background Color

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

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

This div background color is #38744D.


Border color

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

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

This div border color is #38744D.


Opacity

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

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

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

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

This text has shadow with #38744D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38744D on black background.


Color preview on white background

This text has color #38744D on white background.



Black color preview on #38744D background

This text has black color on #38744D background.


White color preview on #38744D background

This text has white color on #38744D background.