COLOR #387D53

HEX: #387D53
RGB: (56,125,83)

Renk bilgisi

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

RGB renk modeli

#387D53 color RGB value is (56,125,83).

  • kırmız ton 56;
  • yeşil ton 125;
  • mavi ton 83.
RGB:
(56,125,83)
(22%,49%,33%)

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 125 of 255 = 49%
B 83 of 255 = 33%

56
125
83

R + G + B ~ 35%. #387D53 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 125 + 83 = 264 (100%)
R 56 of 264 ~ 21.21%
G 125 of 264 ~ 47.35%
B 83 of 264 ~ 31.44%

%21.21
%47.35
%31.44

CMYK RENK MODELİ

#387D53 rengi CMYK tonu (55,0,34,51).

  • camgöbeği tonu 55.20%
  • eflatun tonu 0.00%
  • sarı tonu 33.60%
  • ana renk tonu 50.98%
CMYK:
(55,0,34,51)
C55M0Y34K51 
(55%,0%,34%,51%)
(0.55/0.00/0.34/0.51)	

CMYK yüzdeleri

%55.2
%0
%33.6
%50.98

Codes

Color #387D53 in popluar color models

387D53
RGB5612583
HSL143°38.12%35.49%
HSB/HSV143°55.20%49.02%
CMYK55.20%0.00%33.60%
50.98%

Color #387D53 in popluar number systems.

HEX387D53
Decimal5612583
Binary11100011111011010011
Octal70175123

Shades and tints

Shades of #387D53

#387D53
(56,125,83)
#33724C
(51,114,76)
#2E6745
(46,103,69)
#295C3E
(41,92,62)
#245137
(36,81,55)
#1F4630
(31,70,48)
#1A3B29
(26,59,41)
#153022
(21,48,34)
#10251B
(16,37,27)
#0B1A14
(11,26,20)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #387D53

#387D53
(56,125,83)
#4A8862
(74,136,98)
#5C9371
(92,147,113)
#6E9E80
(110,158,128)
#80A98F
(128,169,143)
#92B49E
(146,180,158)
#A4BFAD
(164,191,173)
#B6CABC
(182,202,188)
#C8D5CB
(200,213,203)
#DAE0DA
(218,224,218)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387D53 color. Also use rgb(56,125,83) instead hex code.

Text Font Color

.myTextColor { color: #387D53; }

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

This text font color is #387D53.


Background Color

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

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

This div background color is #387D53.


Border color

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

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

This div border color is #387D53.


Opacity

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

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

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

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

This text has shadow with #387D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387D53 on black background.


Color preview on white background

This text has color #387D53 on white background.



Black color preview on #387D53 background

This text has black color on #387D53 background.


White color preview on #387D53 background

This text has white color on #387D53 background.