COLOR #38A043

HEX: #38A043
RGB: (56,160,67)

Color info

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

RGB color model

#38A043 color RGB value is (56,160,67).

  • red value is 56;
  • green value is 160;
  • blue value is 67.
RGB:
(56,160,67)
(22%,63%,26%)

RGB channels and saturation

R 56 of 255 = 22%
G 160 of 255 = 63%
B 67 of 255 = 26%

56
160
67

R + G + B ~ 37%. #38A043 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 160 + 67 = 283 (100%)
R 56 of 283 ~ 19.79%
G 160 of 283 ~ 56.54%
B 67 of 283 ~ 23.67%

%19.79
%56.54
%23.67

CMYK color model

#38A043 color CMYK value is (65,0,58,37).

  • cyan value is 65.00%
  • magenta value is 0.00%
  • yellow value is 58.13%
  • key color value is 37.25%
CMYK:
(65,0,58,37)
C65M0Y58K37 
(65%,0%,58%,37%)
(0.65/0.00/0.58/0.37)	

CMYK percentages

%65
%0
%58.13
%37.25

Codes

Color #38A043 in popluar color models

38A043
RGB5616067
HSL126°48.15%42.35%
HSB/HSV126°65.00%62.75%
CMYK65.00%0.00%58.13%
37.25%

Color #38A043 in popluar number systems.

HEX38A043
Decimal5616067
Binary111000101000001000011
Octal70240103

Shades and tints

Shades of #38A043

#38A043
(56,160,67)
#33923D
(51,146,61)
#2E8437
(46,132,55)
#297631
(41,118,49)
#24682B
(36,104,43)
#1F5A25
(31,90,37)
#1A4C1F
(26,76,31)
#153E19
(21,62,25)
#103013
(16,48,19)
#0B220D
(11,34,13)
#061407
(6,20,7)
#000000
(0,0,0)

Tints of #38A043

#38A043
(56,160,67)
#4AA854
(74,168,84)
#5CB065
(92,176,101)
#6EB876
(110,184,118)
#80C087
(128,192,135)
#92C898
(146,200,152)
#A4D0A9
(164,208,169)
#B6D8BA
(182,216,186)
#C8E0CB
(200,224,203)
#DAE8DC
(218,232,220)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38A043 color. Also use rgb(56,160,67) instead hex code.

Text Font Color

.myTextColor { color: #38A043; }

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

This text font color is #38A043.


Background Color

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

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

This div background color is #38A043.


Border color

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

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

This div border color is #38A043.


Opacity

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

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

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

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

This text has shadow with #38A043 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38A043 on black background.


Color preview on white background

This text has color #38A043 on white background.



Black color preview on #38A043 background

This text has black color on #38A043 background.


White color preview on #38A043 background

This text has white color on #38A043 background.