COLOR #387509

HEX: #387509
RGB: (56,117,9)

Renk bilgisi

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

RGB renk modeli

#387509 color RGB value is (56,117,9).

  • kırmız ton 56;
  • yeşil ton 117;
  • mavi ton 9.
RGB:
(56,117,9)
(22%,46%,4%)

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 117 of 255 = 46%
B 9 of 255 = 4%

56
117
9

R + G + B ~ 24%. #387509 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 117 + 9 = 182 (100%)
R 56 of 182 ~ 30.77%
G 117 of 182 ~ 64.29%
B 9 of 182 ~ 4.95%

%30.77
%64.29

CMYK RENK MODELİ

#387509 rengi CMYK tonu (52,0,92,54).

  • camgöbeği tonu 52.14%
  • eflatun tonu 0.00%
  • sarı tonu 92.31%
  • ana renk tonu 54.12%
CMYK:
(52,0,92,54)
C52M0Y92K54 
(52%,0%,92%,54%)
(0.52/0.00/0.92/0.54)	

CMYK yüzdeleri

%52.14
%0
%92.31
%54.12

Codes

Color #387509 in popluar color models

387509
RGB561179
HSL94°85.71%24.71%
HSB/HSV94°92.31%45.88%
CMYK52.14%0.00%92.31%
54.12%

Color #387509 in popluar number systems.

HEX387509
Decimal561179
Binary11100011101011001
Octal7016511

Shades and tints

Shades of #387509

#387509
(56,117,9)
#336B09
(51,107,9)
#2E6109
(46,97,9)
#295709
(41,87,9)
#244D09
(36,77,9)
#1F4309
(31,67,9)
#1A3909
(26,57,9)
#152F09
(21,47,9)
#102509
(16,37,9)
#0B1B09
(11,27,9)
#061109
(6,17,9)
#000000
(0,0,0)

Tints of #387509

#387509
(56,117,9)
#4A811F
(74,129,31)
#5C8D35
(92,141,53)
#6E994B
(110,153,75)
#80A561
(128,165,97)
#92B177
(146,177,119)
#A4BD8D
(164,189,141)
#B6C9A3
(182,201,163)
#C8D5B9
(200,213,185)
#DAE1CF
(218,225,207)
#ECEDE5
(236,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387509; }

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

This text font color is #387509.


Background Color

.myBgColor { background-color: #387509; }

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

This div background color is #387509.


Border color

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

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

This div border color is #387509.


Opacity

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

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

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

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

This text has shadow with #387509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387509 on black background.


Color preview on white background

This text has color #387509 on white background.



Black color preview on #387509 background

This text has black color on #387509 background.


White color preview on #387509 background

This text has white color on #387509 background.