COLOR #386E49

HEX: #386E49
RGB: (56,110,73)

Renk bilgisi

#386E49 contains red, green and blue colors in about the same proportion. #386E49 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#386E49 color RGB value is (56,110,73).

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

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 110 of 255 = 43%
B 73 of 255 = 29%

56
110
73

R + G + B ~ 31%. #386E49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 110 + 73 = 239 (100%)
R 56 of 239 ~ 23.43%
G 110 of 239 ~ 46.03%
B 73 of 239 ~ 30.54%

%23.43
%46.03
%30.54

CMYK RENK MODELİ

#386E49 rengi CMYK tonu (49,0,34,57).

  • camgöbeği tonu 49.09%
  • eflatun tonu 0.00%
  • sarı tonu 33.64%
  • ana renk tonu 56.86%
CMYK:
(49,0,34,57)
C49M0Y34K57 
(49%,0%,34%,57%)
(0.49/0.00/0.34/0.57)	

CMYK yüzdeleri

%49.09
%0
%33.64
%56.86

Codes

Color #386E49 in popluar color models

386E49
RGB5611073
HSL139°32.53%32.55%
HSB/HSV139°49.09%43.14%
CMYK49.09%0.00%33.64%
56.86%

Color #386E49 in popluar number systems.

HEX386E49
Decimal5611073
Binary11100011011101001001
Octal70156111

Shades and tints

Shades of #386E49

#386E49
(56,110,73)
#336443
(51,100,67)
#2E5A3D
(46,90,61)
#295037
(41,80,55)
#244631
(36,70,49)
#1F3C2B
(31,60,43)
#1A3225
(26,50,37)
#15281F
(21,40,31)
#101E19
(16,30,25)
#0B1413
(11,20,19)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #386E49

#386E49
(56,110,73)
#4A7B59
(74,123,89)
#5C8869
(92,136,105)
#6E9579
(110,149,121)
#80A289
(128,162,137)
#92AF99
(146,175,153)
#A4BCA9
(164,188,169)
#B6C9B9
(182,201,185)
#C8D6C9
(200,214,201)
#DAE3D9
(218,227,217)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386E49 color. Also use rgb(56,110,73) instead hex code.

Text Font Color

.myTextColor { color: #386E49; }

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

This text font color is #386E49.


Background Color

.myBgColor { background-color: #386E49; }

<div style="background-color:#386E49">Inner text</div>

This div background color is #386E49.


Border color

.myBorderColor { border: 1px solid #386E49; }

<div style="border:3px solid #386E49">Div</div>

This div border color is #386E49.


Opacity

.myOpacity80 { color: #386E49; opacity: 0.8; }

<p style="color:#386E49;opacity:0.8;">80%</p>

Text with #386E49 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 #386E49;}

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

This text has shadow with #386E49 color.

.textShadow {text-shadow: 3px 3px 1px #386E49, 3px 3px 1px red;}

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

This text has shadow with #386E49 primary color and red secondary color.


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

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

This text has shadow with #386E49 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386E49 on black background.


Color preview on white background

This text has color #386E49 on white background.



Black color preview on #386E49 background

This text has black color on #386E49 background.


White color preview on #386E49 background

This text has white color on #386E49 background.