COLOR #387D29

HEX: #387D29
RGB: (56,125,41)

Renk bilgisi

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

RGB renk modeli

#387D29 color RGB value is (56,125,41).

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

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 125 of 255 = 49%
B 41 of 255 = 16%

56
125
41

R + G + B ~ 29%. #387D29 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 125 + 41 = 222 (100%)
R 56 of 222 ~ 25.23%
G 125 of 222 ~ 56.31%
B 41 of 222 ~ 18.47%

%25.23
%56.31
%18.47

CMYK RENK MODELİ

#387D29 rengi CMYK tonu (55,0,67,51).

  • camgöbeği tonu 55.20%
  • eflatun tonu 0.00%
  • sarı tonu 67.20%
  • ana renk tonu 50.98%
CMYK:
(55,0,67,51)
C55M0Y67K51 
(55%,0%,67%,51%)
(0.55/0.00/0.67/0.51)	

CMYK yüzdeleri

%55.2
%0
%67.2
%50.98

Codes

Color #387D29 in popluar color models

387D29
RGB5612541
HSL109°50.60%32.55%
HSB/HSV109°67.20%49.02%
CMYK55.20%0.00%67.20%
50.98%

Color #387D29 in popluar number systems.

HEX387D29
Decimal5612541
Binary1110001111101101001
Octal7017551

Shades and tints

Shades of #387D29

#387D29
(56,125,41)
#337226
(51,114,38)
#2E6723
(46,103,35)
#295C20
(41,92,32)
#24511D
(36,81,29)
#1F461A
(31,70,26)
#1A3B17
(26,59,23)
#153014
(21,48,20)
#102511
(16,37,17)
#0B1A0E
(11,26,14)
#060F0B
(6,15,11)
#000000
(0,0,0)

Tints of #387D29

#387D29
(56,125,41)
#4A883C
(74,136,60)
#5C934F
(92,147,79)
#6E9E62
(110,158,98)
#80A975
(128,169,117)
#92B488
(146,180,136)
#A4BF9B
(164,191,155)
#B6CAAE
(182,202,174)
#C8D5C1
(200,213,193)
#DAE0D4
(218,224,212)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387D29; }

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

This text font color is #387D29.


Background Color

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

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

This div background color is #387D29.


Border color

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

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

This div border color is #387D29.


Opacity

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

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

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

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

This text has shadow with #387D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387D29 on black background.


Color preview on white background

This text has color #387D29 on white background.



Black color preview on #387D29 background

This text has black color on #387D29 background.


White color preview on #387D29 background

This text has white color on #387D29 background.