COLOR #38856F

HEX: #38856F
RGB: (56,133,111)

Color info

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

RGB color model

#38856F color RGB value is (56,133,111).

  • red value is 56;
  • green value is 133;
  • blue value is 111.
RGB:
(56,133,111)
(22%,52%,44%)

RGB channels and saturation

R 56 of 255 = 22%
G 133 of 255 = 52%
B 111 of 255 = 44%

56
133
111

R + G + B ~ 39%. #38856F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 133 + 111 = 300 (100%)
R 56 of 300 ~ 18.67%
G 133 of 300 ~ 44.33%
B 111 of 300 ~ 37%

%18.67
%44.33
%37

CMYK color model

#38856F color CMYK value is (58,0,17,48).

  • cyan value is 57.89%
  • magenta value is 0.00%
  • yellow value is 16.54%
  • key color value is 47.84%
CMYK:
(58,0,17,48)
C58M0Y17K48 
(58%,0%,17%,48%)
(0.58/0.00/0.17/0.48)	

CMYK percentages

%57.89
%0
%16.54
%47.84

Codes

Color #38856F in popluar color models

38856F
RGB56133111
HSL163°40.74%37.06%
HSB/HSV163°57.89%52.16%
CMYK57.89%0.00%16.54%
47.84%

Color #38856F in popluar number systems.

HEX38856F
Decimal56133111
Binary111000100001011101111
Octal70205157

Shades and tints

Shades of #38856F

#38856F
(56,133,111)
#337965
(51,121,101)
#2E6D5B
(46,109,91)
#296151
(41,97,81)
#245547
(36,85,71)
#1F493D
(31,73,61)
#1A3D33
(26,61,51)
#153129
(21,49,41)
#10251F
(16,37,31)
#0B1915
(11,25,21)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #38856F

#38856F
(56,133,111)
#4A907C
(74,144,124)
#5C9B89
(92,155,137)
#6EA696
(110,166,150)
#80B1A3
(128,177,163)
#92BCB0
(146,188,176)
#A4C7BD
(164,199,189)
#B6D2CA
(182,210,202)
#C8DDD7
(200,221,215)
#DAE8E4
(218,232,228)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38856F color. Also use rgb(56,133,111) instead hex code.

Text Font Color

.myTextColor { color: #38856F; }

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

This text font color is #38856F.


Background Color

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

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

This div background color is #38856F.


Border color

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

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

This div border color is #38856F.


Opacity

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

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

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

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

This text has shadow with #38856F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38856F on black background.


Color preview on white background

This text has color #38856F on white background.



Black color preview on #38856F background

This text has black color on #38856F background.


White color preview on #38856F background

This text has white color on #38856F background.