COLOR #387E18

HEX: #387E18
RGB: (56,126,24)

Renk bilgisi

#387E18 contains mainly green color. #387E18 ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#387E18 color RGB value is (56,126,24).

  • kırmız ton 56;
  • yeşil ton 126;
  • mavi ton 24.
RGB:
(56,126,24)
(22%,49%,9%)

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 126 of 255 = 49%
B 24 of 255 = 9%

56
126
24

R + G + B ~ 27%. #387E18 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 126 + 24 = 206 (100%)
R 56 of 206 ~ 27.18%
G 126 of 206 ~ 61.17%
B 24 of 206 ~ 11.65%

%27.18
%61.17
%11.65

CMYK RENK MODELİ

#387E18 rengi CMYK tonu (56,0,81,51).

  • camgöbeği tonu 55.56%
  • eflatun tonu 0.00%
  • sarı tonu 80.95%
  • ana renk tonu 50.59%
CMYK:
(56,0,81,51)
C56M0Y81K51 
(56%,0%,81%,51%)
(0.56/0.00/0.81/0.51)	

CMYK yüzdeleri

%55.56
%0
%80.95
%50.59

Codes

Color #387E18 in popluar color models

387E18
RGB5612624
HSL101°68.00%29.41%
HSB/HSV101°80.95%49.41%
CMYK55.56%0.00%80.95%
50.59%

Color #387E18 in popluar number systems.

HEX387E18
Decimal5612624
Binary111000111111011000
Octal7017630

Shades and tints

Shades of #387E18

#387E18
(56,126,24)
#337316
(51,115,22)
#2E6814
(46,104,20)
#295D12
(41,93,18)
#245210
(36,82,16)
#1F470E
(31,71,14)
#1A3C0C
(26,60,12)
#15310A
(21,49,10)
#102608
(16,38,8)
#0B1B06
(11,27,6)
#061004
(6,16,4)
#000000
(0,0,0)

Tints of #387E18

#387E18
(56,126,24)
#4A892D
(74,137,45)
#5C9442
(92,148,66)
#6E9F57
(110,159,87)
#80AA6C
(128,170,108)
#92B581
(146,181,129)
#A4C096
(164,192,150)
#B6CBAB
(182,203,171)
#C8D6C0
(200,214,192)
#DAE1D5
(218,225,213)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387E18 color. Also use rgb(56,126,24) instead hex code.

Text Font Color

.myTextColor { color: #387E18; }

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

This text font color is #387E18.


Background Color

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

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

This div background color is #387E18.


Border color

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

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

This div border color is #387E18.


Opacity

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

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

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

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

This text has shadow with #387E18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387E18 on black background.


Color preview on white background

This text has color #387E18 on white background.



Black color preview on #387E18 background

This text has black color on #387E18 background.


White color preview on #387E18 background

This text has white color on #387E18 background.