COLOR #387B49

HEX: #387B49
RGB: (56,123,73)

Renk bilgisi

#387B49 contains mainly green and blue colors. #387B49 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#387B49 color RGB value is (56,123,73).

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

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 123 of 255 = 48%
B 73 of 255 = 29%

56
123
73

R + G + B ~ 33%. #387B49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 123 + 73 = 252 (100%)
R 56 of 252 ~ 22.22%
G 123 of 252 ~ 48.81%
B 73 of 252 ~ 28.97%

%22.22
%48.81
%28.97

CMYK RENK MODELİ

#387B49 rengi CMYK tonu (54,0,41,52).

  • camgöbeği tonu 54.47%
  • eflatun tonu 0.00%
  • sarı tonu 40.65%
  • ana renk tonu 51.76%
CMYK:
(54,0,41,52)
C54M0Y41K52 
(54%,0%,41%,52%)
(0.54/0.00/0.41/0.52)	

CMYK yüzdeleri

%54.47
%0
%40.65
%51.76

Codes

Color #387B49 in popluar color models

387B49
RGB5612373
HSL135°37.43%35.10%
HSB/HSV135°54.47%48.24%
CMYK54.47%0.00%40.65%
51.76%

Color #387B49 in popluar number systems.

HEX387B49
Decimal5612373
Binary11100011110111001001
Octal70173111

Shades and tints

Shades of #387B49

#387B49
(56,123,73)
#337043
(51,112,67)
#2E653D
(46,101,61)
#295A37
(41,90,55)
#244F31
(36,79,49)
#1F442B
(31,68,43)
#1A3925
(26,57,37)
#152E1F
(21,46,31)
#102319
(16,35,25)
#0B1813
(11,24,19)
#060D0D
(6,13,13)
#000000
(0,0,0)

Tints of #387B49

#387B49
(56,123,73)
#4A8759
(74,135,89)
#5C9369
(92,147,105)
#6E9F79
(110,159,121)
#80AB89
(128,171,137)
#92B799
(146,183,153)
#A4C3A9
(164,195,169)
#B6CFB9
(182,207,185)
#C8DBC9
(200,219,201)
#DAE7D9
(218,231,217)
#ECF3E9
(236,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387B49; }

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

This text font color is #387B49.


Background Color

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

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

This div background color is #387B49.


Border color

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

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

This div border color is #387B49.


Opacity

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

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

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

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

This text has shadow with #387B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387B49 on black background.


Color preview on white background

This text has color #387B49 on white background.



Black color preview on #387B49 background

This text has black color on #387B49 background.


White color preview on #387B49 background

This text has white color on #387B49 background.