COLOR #387A5F

HEX: #387A5F
RGB: (56,122,95)

Renk bilgisi

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

RGB renk modeli

#387A5F color RGB value is (56,122,95).

  • kırmız ton 56;
  • yeşil ton 122;
  • mavi ton 95.
RGB:
(56,122,95)
(22%,48%,37%)

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 122 of 255 = 48%
B 95 of 255 = 37%

56
122
95

R + G + B ~ 36%. #387A5F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 122 + 95 = 273 (100%)
R 56 of 273 ~ 20.51%
G 122 of 273 ~ 44.69%
B 95 of 273 ~ 34.8%

%20.51
%44.69
%34.8

CMYK RENK MODELİ

#387A5F rengi CMYK tonu (54,0,22,52).

  • camgöbeği tonu 54.10%
  • eflatun tonu 0.00%
  • sarı tonu 22.13%
  • ana renk tonu 52.16%
CMYK:
(54,0,22,52)
C54M0Y22K52 
(54%,0%,22%,52%)
(0.54/0.00/0.22/0.52)	

CMYK yüzdeleri

%54.1
%0
%22.13
%52.16

Codes

Color #387A5F in popluar color models

387A5F
RGB5612295
HSL155°37.08%34.90%
HSB/HSV155°54.10%47.84%
CMYK54.10%0.00%22.13%
52.16%

Color #387A5F in popluar number systems.

HEX387A5F
Decimal5612295
Binary11100011110101011111
Octal70172137

Shades and tints

Shades of #387A5F

#387A5F
(56,122,95)
#336F57
(51,111,87)
#2E644F
(46,100,79)
#295947
(41,89,71)
#244E3F
(36,78,63)
#1F4337
(31,67,55)
#1A382F
(26,56,47)
#152D27
(21,45,39)
#10221F
(16,34,31)
#0B1717
(11,23,23)
#060C0F
(6,12,15)
#000000
(0,0,0)

Tints of #387A5F

#387A5F
(56,122,95)
#4A866D
(74,134,109)
#5C927B
(92,146,123)
#6E9E89
(110,158,137)
#80AA97
(128,170,151)
#92B6A5
(146,182,165)
#A4C2B3
(164,194,179)
#B6CEC1
(182,206,193)
#C8DACF
(200,218,207)
#DAE6DD
(218,230,221)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387A5F color. Also use rgb(56,122,95) instead hex code.

Text Font Color

.myTextColor { color: #387A5F; }

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

This text font color is #387A5F.


Background Color

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

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

This div background color is #387A5F.


Border color

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

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

This div border color is #387A5F.


Opacity

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

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

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

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

This text has shadow with #387A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387A5F on black background.


Color preview on white background

This text has color #387A5F on white background.



Black color preview on #387A5F background

This text has black color on #387A5F background.


White color preview on #387A5F background

This text has white color on #387A5F background.