COLOR #38835F

HEX: #38835F
RGB: (56,131,95)

Color info

#38835F contains mainly green and blue colors. Web safe color of #38835F is #339966 (or #396).

RGB color model

#38835F color RGB value is (56,131,95).

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

RGB channels and saturation

R 56 of 255 = 22%
G 131 of 255 = 51%
B 95 of 255 = 37%

56
131
95

R + G + B ~ 37%. #38835F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 131 + 95 = 282 (100%)
R 56 of 282 ~ 19.86%
G 131 of 282 ~ 46.45%
B 95 of 282 ~ 33.69%

%19.86
%46.45
%33.69

CMYK color model

#38835F color CMYK value is (57,0,27,49).

  • cyan value is 57.25%
  • magenta value is 0.00%
  • yellow value is 27.48%
  • key color value is 48.63%
CMYK:
(57,0,27,49)
C57M0Y27K49 
(57%,0%,27%,49%)
(0.57/0.00/0.27/0.49)	

CMYK percentages

%57.25
%0
%27.48
%48.63

Codes

Color #38835F in popluar color models

38835F
RGB5613195
HSL151°40.11%36.67%
HSB/HSV151°57.25%51.37%
CMYK57.25%0.00%27.48%
48.63%

Color #38835F in popluar number systems.

HEX38835F
Decimal5613195
Binary111000100000111011111
Octal70203137

Shades and tints

Shades of #38835F

#38835F
(56,131,95)
#337857
(51,120,87)
#2E6D4F
(46,109,79)
#296247
(41,98,71)
#24573F
(36,87,63)
#1F4C37
(31,76,55)
#1A412F
(26,65,47)
#153627
(21,54,39)
#102B1F
(16,43,31)
#0B2017
(11,32,23)
#06150F
(6,21,15)
#000000
(0,0,0)

Tints of #38835F

#38835F
(56,131,95)
#4A8E6D
(74,142,109)
#5C997B
(92,153,123)
#6EA489
(110,164,137)
#80AF97
(128,175,151)
#92BAA5
(146,186,165)
#A4C5B3
(164,197,179)
#B6D0C1
(182,208,193)
#C8DBCF
(200,219,207)
#DAE6DD
(218,230,221)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38835F color. Also use rgb(56,131,95) instead hex code.

Text Font Color

.myTextColor { color: #38835F; }

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

This text font color is #38835F.


Background Color

.myBgColor { background-color: #38835F; }

<div style="background-color:#38835F">Inner text</div>

This div background color is #38835F.


Border color

.myBorderColor { border: 1px solid #38835F; }

<div style="border:3px solid #38835F">Div</div>

This div border color is #38835F.


Opacity

.myOpacity80 { color: #38835F; opacity: 0.8; }

<p style="color:#38835F;opacity:0.8;">80%</p>

Text with #38835F 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 #38835F;}

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

This text has shadow with #38835F color.

.textShadow {text-shadow: 3px 3px 1px #38835F, 3px 3px 1px red;}

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

This text has shadow with #38835F primary color and red secondary color.


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

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

This text has shadow with #38835F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38835F on black background.


Color preview on white background

This text has color #38835F on white background.



Black color preview on #38835F background

This text has black color on #38835F background.


White color preview on #38835F background

This text has white color on #38835F background.