COLOR #38B83D

HEX: #38B83D
RGB: (56,184,61)

Color info

#38B83D contains mainly green color. Web safe color of #38B83D is #33CC33 (or #3C3).

RGB color model

#38B83D color RGB value is (56,184,61).

  • red value is 56;
  • green value is 184;
  • blue value is 61.
RGB:
(56,184,61)
(22%,72%,24%)

RGB channels and saturation

R 56 of 255 = 22%
G 184 of 255 = 72%
B 61 of 255 = 24%

56
184
61

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

Portions of RGB colors in percentages

R + G + B =
56 + 184 + 61 = 301 (100%)
R 56 of 301 ~ 18.6%
G 184 of 301 ~ 61.13%
B 61 of 301 ~ 20.27%

%18.6
%61.13
%20.27

CMYK color model

#38B83D color CMYK value is (70,0,67,28).

  • cyan value is 69.57%
  • magenta value is 0.00%
  • yellow value is 66.85%
  • key color value is 27.84%
CMYK:
(70,0,67,28)
C70M0Y67K28 
(70%,0%,67%,28%)
(0.70/0.00/0.67/0.28)	

CMYK percentages

%69.57
%0
%66.85
%27.84

Codes

Color #38B83D in popluar color models

38B83D
RGB5618461
HSL122°53.33%47.06%
HSB/HSV122°69.57%72.16%
CMYK69.57%0.00%66.85%
27.84%

Color #38B83D in popluar number systems.

HEX38B83D
Decimal5618461
Binary11100010111000111101
Octal7027075

Shades and tints

Shades of #38B83D

#38B83D
(56,184,61)
#33A838
(51,168,56)
#2E9833
(46,152,51)
#29882E
(41,136,46)
#247829
(36,120,41)
#1F6824
(31,104,36)
#1A581F
(26,88,31)
#15481A
(21,72,26)
#103815
(16,56,21)
#0B2810
(11,40,16)
#06180B
(6,24,11)
#000000
(0,0,0)

Tints of #38B83D

#38B83D
(56,184,61)
#4ABE4E
(74,190,78)
#5CC45F
(92,196,95)
#6ECA70
(110,202,112)
#80D081
(128,208,129)
#92D692
(146,214,146)
#A4DCA3
(164,220,163)
#B6E2B4
(182,226,180)
#C8E8C5
(200,232,197)
#DAEED6
(218,238,214)
#ECF4E7
(236,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38B83D color. Also use rgb(56,184,61) instead hex code.

Text Font Color

.myTextColor { color: #38B83D; }

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

This text font color is #38B83D.


Background Color

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

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

This div background color is #38B83D.


Border color

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

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

This div border color is #38B83D.


Opacity

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

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

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

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

This text has shadow with #38B83D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38B83D on black background.


Color preview on white background

This text has color #38B83D on white background.



Black color preview on #38B83D background

This text has black color on #38B83D background.


White color preview on #38B83D background

This text has white color on #38B83D background.