COLOR #388A73

HEX: #388A73
RGB: (56,138,115)

Renk bilgisi

#388A73 contains mainly green and blue colors. #388A73 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#388A73 color RGB value is (56,138,115).

  • kırmız ton 56;
  • yeşil ton 138;
  • mavi ton 115.
RGB:
(56,138,115)
(22%,54%,45%)

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 138 of 255 = 54%
B 115 of 255 = 45%

56
138
115

R + G + B ~ 40%. #388A73 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 138 + 115 = 309 (100%)
R 56 of 309 ~ 18.12%
G 138 of 309 ~ 44.66%
B 115 of 309 ~ 37.22%

%18.12
%44.66
%37.22

CMYK RENK MODELİ

#388A73 rengi CMYK tonu (59,0,17,46).

  • camgöbeği tonu 59.42%
  • eflatun tonu 0.00%
  • sarı tonu 16.67%
  • ana renk tonu 45.88%
CMYK:
(59,0,17,46)
C59M0Y17K46 
(59%,0%,17%,46%)
(0.59/0.00/0.17/0.46)	

CMYK yüzdeleri

%59.42
%0
%16.67
%45.88

Codes

Color #388A73 in popluar color models

388A73
RGB56138115
HSL163°42.27%38.04%
HSB/HSV163°59.42%54.12%
CMYK59.42%0.00%16.67%
45.88%

Color #388A73 in popluar number systems.

HEX388A73
Decimal56138115
Binary111000100010101110011
Octal70212163

Shades and tints

Shades of #388A73

#388A73
(56,138,115)
#337E69
(51,126,105)
#2E725F
(46,114,95)
#296655
(41,102,85)
#245A4B
(36,90,75)
#1F4E41
(31,78,65)
#1A4237
(26,66,55)
#15362D
(21,54,45)
#102A23
(16,42,35)
#0B1E19
(11,30,25)
#06120F
(6,18,15)
#000000
(0,0,0)

Tints of #388A73

#388A73
(56,138,115)
#4A947F
(74,148,127)
#5C9E8B
(92,158,139)
#6EA897
(110,168,151)
#80B2A3
(128,178,163)
#92BCAF
(146,188,175)
#A4C6BB
(164,198,187)
#B6D0C7
(182,208,199)
#C8DAD3
(200,218,211)
#DAE4DF
(218,228,223)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388A73 color. Also use rgb(56,138,115) instead hex code.

Text Font Color

.myTextColor { color: #388A73; }

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

This text font color is #388A73.


Background Color

.myBgColor { background-color: #388A73; }

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

This div background color is #388A73.


Border color

.myBorderColor { border: 1px solid #388A73; }

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

This div border color is #388A73.


Opacity

.myOpacity80 { color: #388A73; opacity: 0.8; }

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

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

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

This text has shadow with #388A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388A73 on black background.


Color preview on white background

This text has color #388A73 on white background.



Black color preview on #388A73 background

This text has black color on #388A73 background.


White color preview on #388A73 background

This text has white color on #388A73 background.