COLOR #387353

HEX: #387353
RGB: (56,115,83)

Renk bilgisi

#387353 contains red, green and blue colors in about the same proportion. #387353 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#387353 color RGB value is (56,115,83).

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

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 115 of 255 = 45%
B 83 of 255 = 33%

56
115
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 115 + 83 = 254 (100%)
R 56 of 254 ~ 22.05%
G 115 of 254 ~ 45.28%
B 83 of 254 ~ 32.68%

%22.05
%45.28
%32.68

CMYK RENK MODELİ

#387353 rengi CMYK tonu (51,0,28,55).

  • camgöbeği tonu 51.30%
  • eflatun tonu 0.00%
  • sarı tonu 27.83%
  • ana renk tonu 54.90%
CMYK:
(51,0,28,55)
C51M0Y28K55 
(51%,0%,28%,55%)
(0.51/0.00/0.28/0.55)	

CMYK yüzdeleri

%51.3
%0
%27.83
%54.9

Codes

Color #387353 in popluar color models

387353
RGB5611583
HSL147°34.50%33.53%
HSB/HSV147°51.30%45.10%
CMYK51.30%0.00%27.83%
54.90%

Color #387353 in popluar number systems.

HEX387353
Decimal5611583
Binary11100011100111010011
Octal70163123

Shades and tints

Shades of #387353

#387353
(56,115,83)
#33694C
(51,105,76)
#2E5F45
(46,95,69)
#29553E
(41,85,62)
#244B37
(36,75,55)
#1F4130
(31,65,48)
#1A3729
(26,55,41)
#152D22
(21,45,34)
#10231B
(16,35,27)
#0B1914
(11,25,20)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #387353

#387353
(56,115,83)
#4A7F62
(74,127,98)
#5C8B71
(92,139,113)
#6E9780
(110,151,128)
#80A38F
(128,163,143)
#92AF9E
(146,175,158)
#A4BBAD
(164,187,173)
#B6C7BC
(182,199,188)
#C8D3CB
(200,211,203)
#DADFDA
(218,223,218)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387353; }

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

This text font color is #387353.


Background Color

.myBgColor { background-color: #387353; }

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

This div background color is #387353.


Border color

.myBorderColor { border: 1px solid #387353; }

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

This div border color is #387353.


Opacity

.myOpacity80 { color: #387353; opacity: 0.8; }

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

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

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

This text has shadow with #387353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387353 on black background.


Color preview on white background

This text has color #387353 on white background.



Black color preview on #387353 background

This text has black color on #387353 background.


White color preview on #387353 background

This text has white color on #387353 background.