COLOR #387B74

HEX: #387B74
RGB: (56,123,116)

Renk bilgisi

#387B74 contains mainly green and blue colors. #387B74 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#387B74 color RGB value is (56,123,116).

  • kırmız ton 56;
  • yeşil ton 123;
  • mavi ton 116.
RGB:
(56,123,116)
(22%,48%,45%)

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 123 of 255 = 48%
B 116 of 255 = 45%

56
123
116

R + G + B ~ 38%. #387B74 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 123 + 116 = 295 (100%)
R 56 of 295 ~ 18.98%
G 123 of 295 ~ 41.69%
B 116 of 295 ~ 39.32%

%18.98
%41.69
%39.32

CMYK RENK MODELİ

#387B74 rengi CMYK tonu (54,0,6,52).

  • camgöbeği tonu 54.47%
  • eflatun tonu 0.00%
  • sarı tonu 5.69%
  • ana renk tonu 51.76%
CMYK:
(54,0,6,52)
C54M0Y6K52 
(54%,0%,6%,52%)
(0.54/0.00/0.06/0.52)	

CMYK yüzdeleri

%54.47
%0
%5.69
%51.76

Codes

Color #387B74 in popluar color models

387B74
RGB56123116
HSL174°37.43%35.10%
HSB/HSV174°54.47%48.24%
CMYK54.47%0.00%5.69%
51.76%

Color #387B74 in popluar number systems.

HEX387B74
Decimal56123116
Binary11100011110111110100
Octal70173164

Shades and tints

Shades of #387B74

#387B74
(56,123,116)
#33706A
(51,112,106)
#2E6560
(46,101,96)
#295A56
(41,90,86)
#244F4C
(36,79,76)
#1F4442
(31,68,66)
#1A3938
(26,57,56)
#152E2E
(21,46,46)
#102324
(16,35,36)
#0B181A
(11,24,26)
#060D10
(6,13,16)
#000000
(0,0,0)

Tints of #387B74

#387B74
(56,123,116)
#4A8780
(74,135,128)
#5C938C
(92,147,140)
#6E9F98
(110,159,152)
#80ABA4
(128,171,164)
#92B7B0
(146,183,176)
#A4C3BC
(164,195,188)
#B6CFC8
(182,207,200)
#C8DBD4
(200,219,212)
#DAE7E0
(218,231,224)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387B74 color. Also use rgb(56,123,116) instead hex code.

Text Font Color

.myTextColor { color: #387B74; }

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

This text font color is #387B74.


Background Color

.myBgColor { background-color: #387B74; }

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

This div background color is #387B74.


Border color

.myBorderColor { border: 1px solid #387B74; }

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

This div border color is #387B74.


Opacity

.myOpacity80 { color: #387B74; opacity: 0.8; }

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

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

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

This text has shadow with #387B74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387B74 on black background.


Color preview on white background

This text has color #387B74 on white background.



Black color preview on #387B74 background

This text has black color on #387B74 background.


White color preview on #387B74 background

This text has white color on #387B74 background.