COLOR #38A74C

HEX: #38A74C
RGB: (56,167,76)

Color info

#38A74C contains mainly green color. Web safe color of #38A74C is #339933 (or #393).

RGB color model

#38A74C color RGB value is (56,167,76).

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

RGB channels and saturation

R 56 of 255 = 22%
G 167 of 255 = 65%
B 76 of 255 = 30%

56
167
76

R + G + B ~ 39%. #38A74C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 167 + 76 = 299 (100%)
R 56 of 299 ~ 18.73%
G 167 of 299 ~ 55.85%
B 76 of 299 ~ 25.42%

%18.73
%55.85
%25.42

CMYK color model

#38A74C color CMYK value is (66,0,54,35).

  • cyan value is 66.47%
  • magenta value is 0.00%
  • yellow value is 54.49%
  • key color value is 34.51%
CMYK:
(66,0,54,35)
C66M0Y54K35 
(66%,0%,54%,35%)
(0.66/0.00/0.54/0.35)	

CMYK percentages

%66.47
%0
%54.49
%34.51

Codes

Color #38A74C in popluar color models

38A74C
RGB5616776
HSL131°49.78%43.73%
HSB/HSV131°66.47%65.49%
CMYK66.47%0.00%54.49%
34.51%

Color #38A74C in popluar number systems.

HEX38A74C
Decimal5616776
Binary111000101001111001100
Octal70247114

Shades and tints

Shades of #38A74C

#38A74C
(56,167,76)
#339846
(51,152,70)
#2E8940
(46,137,64)
#297A3A
(41,122,58)
#246B34
(36,107,52)
#1F5C2E
(31,92,46)
#1A4D28
(26,77,40)
#153E22
(21,62,34)
#102F1C
(16,47,28)
#0B2016
(11,32,22)
#061110
(6,17,16)
#000000
(0,0,0)

Tints of #38A74C

#38A74C
(56,167,76)
#4AAF5C
(74,175,92)
#5CB76C
(92,183,108)
#6EBF7C
(110,191,124)
#80C78C
(128,199,140)
#92CF9C
(146,207,156)
#A4D7AC
(164,215,172)
#B6DFBC
(182,223,188)
#C8E7CC
(200,231,204)
#DAEFDC
(218,239,220)
#ECF7EC
(236,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38A74C color. Also use rgb(56,167,76) instead hex code.

Text Font Color

.myTextColor { color: #38A74C; }

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

This text font color is #38A74C.


Background Color

.myBgColor { background-color: #38A74C; }

<div style="background-color:#38A74C">Inner text</div>

This div background color is #38A74C.


Border color

.myBorderColor { border: 1px solid #38A74C; }

<div style="border:3px solid #38A74C">Div</div>

This div border color is #38A74C.


Opacity

.myOpacity80 { color: #38A74C; opacity: 0.8; }

<p style="color:#38A74C;opacity:0.8;">80%</p>

Text with #38A74C 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 #38A74C;}

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

This text has shadow with #38A74C color.

.textShadow {text-shadow: 3px 3px 1px #38A74C, 3px 3px 1px red;}

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

This text has shadow with #38A74C primary color and red secondary color.


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

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

This text has shadow with #38A74C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38A74C on black background.


Color preview on white background

This text has color #38A74C on white background.



Black color preview on #38A74C background

This text has black color on #38A74C background.


White color preview on #38A74C background

This text has white color on #38A74C background.