COLOR #38831B

HEX: #38831B
RGB: (56,131,27)

Color info

#38831B contains mainly green color. Web safe color of #38831B is #339933 (or #393).

RGB color model

#38831B color RGB value is (56,131,27).

  • red value is 56;
  • green value is 131;
  • blue value is 27.
RGB:
(56,131,27)
(22%,51%,11%)

RGB channels and saturation

R 56 of 255 = 22%
G 131 of 255 = 51%
B 27 of 255 = 11%

56
131
27

R + G + B ~ 28%. #38831B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 131 + 27 = 214 (100%)
R 56 of 214 ~ 26.17%
G 131 of 214 ~ 61.21%
B 27 of 214 ~ 12.62%

%26.17
%61.21
%12.62

CMYK color model

#38831B color CMYK value is (57,0,79,49).

  • cyan value is 57.25%
  • magenta value is 0.00%
  • yellow value is 79.39%
  • key color value is 48.63%
CMYK:
(57,0,79,49)
C57M0Y79K49 
(57%,0%,79%,49%)
(0.57/0.00/0.79/0.49)	

CMYK percentages

%57.25
%0
%79.39
%48.63

Codes

Color #38831B in popluar color models

38831B
RGB5613127
HSL103°65.82%30.98%
HSB/HSV103°79.39%51.37%
CMYK57.25%0.00%79.39%
48.63%

Color #38831B in popluar number systems.

HEX38831B
Decimal5613127
Binary1110001000001111011
Octal7020333

Shades and tints

Shades of #38831B

#38831B
(56,131,27)
#337819
(51,120,25)
#2E6D17
(46,109,23)
#296215
(41,98,21)
#245713
(36,87,19)
#1F4C11
(31,76,17)
#1A410F
(26,65,15)
#15360D
(21,54,13)
#102B0B
(16,43,11)
#0B2009
(11,32,9)
#061507
(6,21,7)
#000000
(0,0,0)

Tints of #38831B

#38831B
(56,131,27)
#4A8E2F
(74,142,47)
#5C9943
(92,153,67)
#6EA457
(110,164,87)
#80AF6B
(128,175,107)
#92BA7F
(146,186,127)
#A4C593
(164,197,147)
#B6D0A7
(182,208,167)
#C8DBBB
(200,219,187)
#DAE6CF
(218,230,207)
#ECF1E3
(236,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38831B color. Also use rgb(56,131,27) instead hex code.

Text Font Color

.myTextColor { color: #38831B; }

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

This text font color is #38831B.


Background Color

.myBgColor { background-color: #38831B; }

<div style="background-color:#38831B">Inner text</div>

This div background color is #38831B.


Border color

.myBorderColor { border: 1px solid #38831B; }

<div style="border:3px solid #38831B">Div</div>

This div border color is #38831B.


Opacity

.myOpacity80 { color: #38831B; opacity: 0.8; }

<p style="color:#38831B;opacity:0.8;">80%</p>

Text with #38831B 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 #38831B;}

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

This text has shadow with #38831B color.

.textShadow {text-shadow: 3px 3px 1px #38831B, 3px 3px 1px red;}

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

This text has shadow with #38831B primary color and red secondary color.


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

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

This text has shadow with #38831B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38831B on black background.


Color preview on white background

This text has color #38831B on white background.



Black color preview on #38831B background

This text has black color on #38831B background.


White color preview on #38831B background

This text has white color on #38831B background.