COLOR #388C73

HEX: #388C73
RGB: (56,140,115)

Renk bilgisi

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

RGB renk modeli

#388C73 color RGB value is (56,140,115).

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

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 140 of 255 = 55%
B 115 of 255 = 45%

56
140
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 140 + 115 = 311 (100%)
R 56 of 311 ~ 18.01%
G 140 of 311 ~ 45.02%
B 115 of 311 ~ 36.98%

%18.01
%45.02
%36.98

CMYK RENK MODELİ

#388C73 rengi CMYK tonu (60,0,18,45).

  • camgöbeği tonu 60.00%
  • eflatun tonu 0.00%
  • sarı tonu 17.86%
  • ana renk tonu 45.10%
CMYK:
(60,0,18,45)
C60M0Y18K45 
(60%,0%,18%,45%)
(0.60/0.00/0.18/0.45)	

CMYK yüzdeleri

%60
%0
%17.86
%45.1

Codes

Color #388C73 in popluar color models

388C73
RGB56140115
HSL162°42.86%38.43%
HSB/HSV162°60.00%54.90%
CMYK60.00%0.00%17.86%
45.10%

Color #388C73 in popluar number systems.

HEX388C73
Decimal56140115
Binary111000100011001110011
Octal70214163

Shades and tints

Shades of #388C73

#388C73
(56,140,115)
#338069
(51,128,105)
#2E745F
(46,116,95)
#296855
(41,104,85)
#245C4B
(36,92,75)
#1F5041
(31,80,65)
#1A4437
(26,68,55)
#15382D
(21,56,45)
#102C23
(16,44,35)
#0B2019
(11,32,25)
#06140F
(6,20,15)
#000000
(0,0,0)

Tints of #388C73

#388C73
(56,140,115)
#4A967F
(74,150,127)
#5CA08B
(92,160,139)
#6EAA97
(110,170,151)
#80B4A3
(128,180,163)
#92BEAF
(146,190,175)
#A4C8BB
(164,200,187)
#B6D2C7
(182,210,199)
#C8DCD3
(200,220,211)
#DAE6DF
(218,230,223)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #388C73; }

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

This text font color is #388C73.


Background Color

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

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

This div background color is #388C73.


Border color

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

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

This div border color is #388C73.


Opacity

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

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

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

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

This text has shadow with #388C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388C73 on black background.


Color preview on white background

This text has color #388C73 on white background.



Black color preview on #388C73 background

This text has black color on #388C73 background.


White color preview on #388C73 background

This text has white color on #388C73 background.