COLOR #387838

HEX: #387838
RGB: (56,120,56)

Renk bilgisi

#387838 contains mainly green color. #387838 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#387838 color RGB value is (56,120,56).

  • kırmız ton 56;
  • yeşil ton 120;
  • mavi ton 56.
RGB:
(56,120,56)
(22%,47%,22%)

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 120 of 255 = 47%
B 56 of 255 = 22%

56
120
56

R + G + B ~ 30%. #387838 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 120 + 56 = 232 (100%)
R 56 of 232 ~ 24.14%
G 120 of 232 ~ 51.72%
B 56 of 232 ~ 24.14%

%24.14
%51.72
%24.14

CMYK RENK MODELİ

#387838 rengi CMYK tonu (53,0,53,53).

  • camgöbeği tonu 53.33%
  • eflatun tonu 0.00%
  • sarı tonu 53.33%
  • ana renk tonu 52.94%
CMYK:
(53,0,53,53)
C53M0Y53K53 
(53%,0%,53%,53%)
(0.53/0.00/0.53/0.53)	

CMYK yüzdeleri

%53.33
%0
%53.33
%52.94

Codes

Color #387838 in popluar color models

387838
RGB5612056
HSL120°36.36%34.51%
HSB/HSV120°53.33%47.06%
CMYK53.33%0.00%53.33%
52.94%

Color #387838 in popluar number systems.

HEX387838
Decimal5612056
Binary1110001111000111000
Octal7017070

Shades and tints

Shades of #387838

#387838
(56,120,56)
#336E33
(51,110,51)
#2E642E
(46,100,46)
#295A29
(41,90,41)
#245024
(36,80,36)
#1F461F
(31,70,31)
#1A3C1A
(26,60,26)
#153215
(21,50,21)
#102810
(16,40,16)
#0B1E0B
(11,30,11)
#061406
(6,20,6)
#000000
(0,0,0)

Tints of #387838

#387838
(56,120,56)
#4A844A
(74,132,74)
#5C905C
(92,144,92)
#6E9C6E
(110,156,110)
#80A880
(128,168,128)
#92B492
(146,180,146)
#A4C0A4
(164,192,164)
#B6CCB6
(182,204,182)
#C8D8C8
(200,216,200)
#DAE4DA
(218,228,218)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387838; }

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

This text font color is #387838.


Background Color

.myBgColor { background-color: #387838; }

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

This div background color is #387838.


Border color

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

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

This div border color is #387838.


Opacity

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

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

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

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

This text has shadow with #387838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387838 on black background.


Color preview on white background

This text has color #387838 on white background.



Black color preview on #387838 background

This text has black color on #387838 background.


White color preview on #387838 background

This text has white color on #387838 background.