COLOR #388285

HEX: #388285
RGB: (56,130,133)

Color info

#388285 contains mainly green and blue colors. Web safe color of #388285 is #339999 (or #399).

RGB color model

#388285 color RGB value is (56,130,133).

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

RGB channels and saturation

R 56 of 255 = 22%
G 130 of 255 = 51%
B 133 of 255 = 52%

56
130
133

R + G + B ~ 42%. #388285 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 130 + 133 = 319 (100%)
R 56 of 319 ~ 17.55%
G 130 of 319 ~ 40.75%
B 133 of 319 ~ 41.69%

%17.55
%40.75
%41.69

CMYK color model

#388285 color CMYK value is (58,2,0,48).

  • cyan value is 57.89%
  • magenta value is 2.26%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(58,2,0,48)
C58M2Y0K48 
(58%,2%,0%,48%)
(0.58/0.02/0.00/0.48)	

CMYK percentages

%57.89
%2.26
%0
%47.84

Codes

Color #388285 in popluar color models

388285
RGB56130133
HSL182°40.74%37.06%
HSB/HSV182°57.89%52.16%
CMYK57.89%2.26%0.00%
47.84%

Color #388285 in popluar number systems.

HEX388285
Decimal56130133
Binary1110001000001010000101
Octal70202205

Shades and tints

Shades of #388285

#388285
(56,130,133)
#337779
(51,119,121)
#2E6C6D
(46,108,109)
#296161
(41,97,97)
#245655
(36,86,85)
#1F4B49
(31,75,73)
#1A403D
(26,64,61)
#153531
(21,53,49)
#102A25
(16,42,37)
#0B1F19
(11,31,25)
#06140D
(6,20,13)
#000000
(0,0,0)

Tints of #388285

#388285
(56,130,133)
#4A8D90
(74,141,144)
#5C989B
(92,152,155)
#6EA3A6
(110,163,166)
#80AEB1
(128,174,177)
#92B9BC
(146,185,188)
#A4C4C7
(164,196,199)
#B6CFD2
(182,207,210)
#C8DADD
(200,218,221)
#DAE5E8
(218,229,232)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #388285; }

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

This text font color is #388285.


Background Color

.myBgColor { background-color: #388285; }

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

This div background color is #388285.


Border color

.myBorderColor { border: 1px solid #388285; }

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

This div border color is #388285.


Opacity

.myOpacity80 { color: #388285; opacity: 0.8; }

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

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

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

This text has shadow with #388285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388285 on black background.


Color preview on white background

This text has color #388285 on white background.



Black color preview on #388285 background

This text has black color on #388285 background.


White color preview on #388285 background

This text has white color on #388285 background.