COLOR #387D43

HEX: #387D43
RGB: (56,125,67)

Renk bilgisi

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

RGB renk modeli

#387D43 color RGB value is (56,125,67).

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

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 125 of 255 = 49%
B 67 of 255 = 26%

56
125
67

R + G + B ~ 32%. #387D43 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 125 + 67 = 248 (100%)
R 56 of 248 ~ 22.58%
G 125 of 248 ~ 50.4%
B 67 of 248 ~ 27.02%

%22.58
%50.4
%27.02

CMYK RENK MODELİ

#387D43 rengi CMYK tonu (55,0,46,51).

  • camgöbeği tonu 55.20%
  • eflatun tonu 0.00%
  • sarı tonu 46.40%
  • ana renk tonu 50.98%
CMYK:
(55,0,46,51)
C55M0Y46K51 
(55%,0%,46%,51%)
(0.55/0.00/0.46/0.51)	

CMYK yüzdeleri

%55.2
%0
%46.4
%50.98

Codes

Color #387D43 in popluar color models

387D43
RGB5612567
HSL130°38.12%35.49%
HSB/HSV130°55.20%49.02%
CMYK55.20%0.00%46.40%
50.98%

Color #387D43 in popluar number systems.

HEX387D43
Decimal5612567
Binary11100011111011000011
Octal70175103

Shades and tints

Shades of #387D43

#387D43
(56,125,67)
#33723D
(51,114,61)
#2E6737
(46,103,55)
#295C31
(41,92,49)
#24512B
(36,81,43)
#1F4625
(31,70,37)
#1A3B1F
(26,59,31)
#153019
(21,48,25)
#102513
(16,37,19)
#0B1A0D
(11,26,13)
#060F07
(6,15,7)
#000000
(0,0,0)

Tints of #387D43

#387D43
(56,125,67)
#4A8854
(74,136,84)
#5C9365
(92,147,101)
#6E9E76
(110,158,118)
#80A987
(128,169,135)
#92B498
(146,180,152)
#A4BFA9
(164,191,169)
#B6CABA
(182,202,186)
#C8D5CB
(200,213,203)
#DAE0DC
(218,224,220)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387D43; }

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

This text font color is #387D43.


Background Color

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

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

This div background color is #387D43.


Border color

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

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

This div border color is #387D43.


Opacity

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

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

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

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

This text has shadow with #387D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387D43 on black background.


Color preview on white background

This text has color #387D43 on white background.



Black color preview on #387D43 background

This text has black color on #387D43 background.


White color preview on #387D43 background

This text has white color on #387D43 background.