COLOR #38886E

HEX: #38886E
RGB: (56,136,110)

Color info

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

RGB color model

#38886E color RGB value is (56,136,110).

  • red value is 56;
  • green value is 136;
  • blue value is 110.
RGB:
(56,136,110)
(22%,53%,43%)

RGB channels and saturation

R 56 of 255 = 22%
G 136 of 255 = 53%
B 110 of 255 = 43%

56
136
110

R + G + B ~ 39%. #38886E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 136 + 110 = 302 (100%)
R 56 of 302 ~ 18.54%
G 136 of 302 ~ 45.03%
B 110 of 302 ~ 36.42%

%18.54
%45.03
%36.42

CMYK color model

#38886E color CMYK value is (59,0,19,47).

  • cyan value is 58.82%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 46.67%
CMYK:
(59,0,19,47)
C59M0Y19K47 
(59%,0%,19%,47%)
(0.59/0.00/0.19/0.47)	

CMYK percentages

%58.82
%0
%19.12
%46.67

Codes

Color #38886E in popluar color models

38886E
RGB56136110
HSL161°41.67%37.65%
HSB/HSV161°58.82%53.33%
CMYK58.82%0.00%19.12%
46.67%

Color #38886E in popluar number systems.

HEX38886E
Decimal56136110
Binary111000100010001101110
Octal70210156

Shades and tints

Shades of #38886E

#38886E
(56,136,110)
#337C64
(51,124,100)
#2E705A
(46,112,90)
#296450
(41,100,80)
#245846
(36,88,70)
#1F4C3C
(31,76,60)
#1A4032
(26,64,50)
#153428
(21,52,40)
#10281E
(16,40,30)
#0B1C14
(11,28,20)
#06100A
(6,16,10)
#000000
(0,0,0)

Tints of #38886E

#38886E
(56,136,110)
#4A927B
(74,146,123)
#5C9C88
(92,156,136)
#6EA695
(110,166,149)
#80B0A2
(128,176,162)
#92BAAF
(146,186,175)
#A4C4BC
(164,196,188)
#B6CEC9
(182,206,201)
#C8D8D6
(200,216,214)
#DAE2E3
(218,226,227)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38886E color. Also use rgb(56,136,110) instead hex code.

Text Font Color

.myTextColor { color: #38886E; }

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

This text font color is #38886E.


Background Color

.myBgColor { background-color: #38886E; }

<div style="background-color:#38886E">Inner text</div>

This div background color is #38886E.


Border color

.myBorderColor { border: 1px solid #38886E; }

<div style="border:3px solid #38886E">Div</div>

This div border color is #38886E.


Opacity

.myOpacity80 { color: #38886E; opacity: 0.8; }

<p style="color:#38886E;opacity:0.8;">80%</p>

Text with #38886E 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 #38886E;}

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

This text has shadow with #38886E color.

.textShadow {text-shadow: 3px 3px 1px #38886E, 3px 3px 1px red;}

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

This text has shadow with #38886E primary color and red secondary color.


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

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

This text has shadow with #38886E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38886E on black background.


Color preview on white background

This text has color #38886E on white background.



Black color preview on #38886E background

This text has black color on #38886E background.


White color preview on #38886E background

This text has white color on #38886E background.