COLOR #38764C

HEX: #38764C
RGB: (56,118,76)

Color info

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

RGB color model

#38764C color RGB value is (56,118,76).

  • red value is 56;
  • green value is 118;
  • blue value is 76.
RGB:
(56,118,76)
(22%,46%,30%)

RGB channels and saturation

R 56 of 255 = 22%
G 118 of 255 = 46%
B 76 of 255 = 30%

56
118
76

R + G + B ~ 33%. #38764C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 118 + 76 = 250 (100%)
R 56 of 250 ~ 22.4%
G 118 of 250 ~ 47.2%
B 76 of 250 ~ 30.4%

%22.4
%47.2
%30.4

CMYK color model

#38764C color CMYK value is (53,0,36,54).

  • cyan value is 52.54%
  • magenta value is 0.00%
  • yellow value is 35.59%
  • key color value is 53.73%
CMYK:
(53,0,36,54)
C53M0Y36K54 
(53%,0%,36%,54%)
(0.53/0.00/0.36/0.54)	

CMYK percentages

%52.54
%0
%35.59
%53.73

Codes

Color #38764C in popluar color models

38764C
RGB5611876
HSL139°35.63%34.12%
HSB/HSV139°52.54%46.27%
CMYK52.54%0.00%35.59%
53.73%

Color #38764C in popluar number systems.

HEX38764C
Decimal5611876
Binary11100011101101001100
Octal70166114

Shades and tints

Shades of #38764C

#38764C
(56,118,76)
#336C46
(51,108,70)
#2E6240
(46,98,64)
#29583A
(41,88,58)
#244E34
(36,78,52)
#1F442E
(31,68,46)
#1A3A28
(26,58,40)
#153022
(21,48,34)
#10261C
(16,38,28)
#0B1C16
(11,28,22)
#061210
(6,18,16)
#000000
(0,0,0)

Tints of #38764C

#38764C
(56,118,76)
#4A825C
(74,130,92)
#5C8E6C
(92,142,108)
#6E9A7C
(110,154,124)
#80A68C
(128,166,140)
#92B29C
(146,178,156)
#A4BEAC
(164,190,172)
#B6CABC
(182,202,188)
#C8D6CC
(200,214,204)
#DAE2DC
(218,226,220)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38764C color. Also use rgb(56,118,76) instead hex code.

Text Font Color

.myTextColor { color: #38764C; }

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

This text font color is #38764C.


Background Color

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

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

This div background color is #38764C.


Border color

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

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

This div border color is #38764C.


Opacity

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

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

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

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

This text has shadow with #38764C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38764C on black background.


Color preview on white background

This text has color #38764C on white background.



Black color preview on #38764C background

This text has black color on #38764C background.


White color preview on #38764C background

This text has white color on #38764C background.