COLOR #38B213

HEX: #38B213
RGB: (56,178,19)

Color info

#38B213 contains mainly green color. Web safe color of #38B213 is #339900 (or #390).

RGB color model

#38B213 color RGB value is (56,178,19).

  • red value is 56;
  • green value is 178;
  • blue value is 19.
RGB:
(56,178,19)
(22%,70%,7%)

RGB channels and saturation

R 56 of 255 = 22%
G 178 of 255 = 70%
B 19 of 255 = 7%

56
178
19

R + G + B ~ 33%. #38B213 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 178 + 19 = 253 (100%)
R 56 of 253 ~ 22.13%
G 178 of 253 ~ 70.36%
B 19 of 253 ~ 7.51%

%22.13
%70.36

CMYK color model

#38B213 color CMYK value is (69,0,89,30).

  • cyan value is 68.54%
  • magenta value is 0.00%
  • yellow value is 89.33%
  • key color value is 30.20%
CMYK:
(69,0,89,30)
C69M0Y89K30 
(69%,0%,89%,30%)
(0.69/0.00/0.89/0.30)	

CMYK percentages

%68.54
%0
%89.33
%30.2

Codes

Color #38B213 in popluar color models

38B213
RGB5617819
HSL106°80.71%38.63%
HSB/HSV106°89.33%69.80%
CMYK68.54%0.00%89.33%
30.20%

Color #38B213 in popluar number systems.

HEX38B213
Decimal5617819
Binary1110001011001010011
Octal7026223

Shades and tints

Shades of #38B213

#38B213
(56,178,19)
#33A212
(51,162,18)
#2E9211
(46,146,17)
#298210
(41,130,16)
#24720F
(36,114,15)
#1F620E
(31,98,14)
#1A520D
(26,82,13)
#15420C
(21,66,12)
#10320B
(16,50,11)
#0B220A
(11,34,10)
#061209
(6,18,9)
#000000
(0,0,0)

Tints of #38B213

#38B213
(56,178,19)
#4AB928
(74,185,40)
#5CC03D
(92,192,61)
#6EC752
(110,199,82)
#80CE67
(128,206,103)
#92D57C
(146,213,124)
#A4DC91
(164,220,145)
#B6E3A6
(182,227,166)
#C8EABB
(200,234,187)
#DAF1D0
(218,241,208)
#ECF8E5
(236,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38B213 color. Also use rgb(56,178,19) instead hex code.

Text Font Color

.myTextColor { color: #38B213; }

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

This text font color is #38B213.


Background Color

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

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

This div background color is #38B213.


Border color

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

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

This div border color is #38B213.


Opacity

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

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

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

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

This text has shadow with #38B213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38B213 on black background.


Color preview on white background

This text has color #38B213 on white background.



Black color preview on #38B213 background

This text has black color on #38B213 background.


White color preview on #38B213 background

This text has white color on #38B213 background.