COLOR #387231

HEX: #387231
RGB: (56,114,49)

Renk bilgisi

#387231 contains mainly red and green colors. #387231 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#387231 color RGB value is (56,114,49).

  • kırmız ton 56;
  • yeşil ton 114;
  • mavi ton 49.
RGB:
(56,114,49)
(22%,45%,19%)

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 114 of 255 = 45%
B 49 of 255 = 19%

56
114
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 114 + 49 = 219 (100%)
R 56 of 219 ~ 25.57%
G 114 of 219 ~ 52.05%
B 49 of 219 ~ 22.37%

%25.57
%52.05
%22.37

CMYK RENK MODELİ

#387231 rengi CMYK tonu (51,0,57,55).

  • camgöbeği tonu 50.88%
  • eflatun tonu 0.00%
  • sarı tonu 57.02%
  • ana renk tonu 55.29%
CMYK:
(51,0,57,55)
C51M0Y57K55 
(51%,0%,57%,55%)
(0.51/0.00/0.57/0.55)	

CMYK yüzdeleri

%50.88
%0
%57.02
%55.29

Codes

Color #387231 in popluar color models

387231
RGB5611449
HSL114°39.88%31.96%
HSB/HSV114°57.02%44.71%
CMYK50.88%0.00%57.02%
55.29%

Color #387231 in popluar number systems.

HEX387231
Decimal5611449
Binary1110001110010110001
Octal7016261

Shades and tints

Shades of #387231

#387231
(56,114,49)
#33682D
(51,104,45)
#2E5E29
(46,94,41)
#295425
(41,84,37)
#244A21
(36,74,33)
#1F401D
(31,64,29)
#1A3619
(26,54,25)
#152C15
(21,44,21)
#102211
(16,34,17)
#0B180D
(11,24,13)
#060E09
(6,14,9)
#000000
(0,0,0)

Tints of #387231

#387231
(56,114,49)
#4A7E43
(74,126,67)
#5C8A55
(92,138,85)
#6E9667
(110,150,103)
#80A279
(128,162,121)
#92AE8B
(146,174,139)
#A4BA9D
(164,186,157)
#B6C6AF
(182,198,175)
#C8D2C1
(200,210,193)
#DADED3
(218,222,211)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387231; }

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

This text font color is #387231.


Background Color

.myBgColor { background-color: #387231; }

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

This div background color is #387231.


Border color

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

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

This div border color is #387231.


Opacity

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

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

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

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

This text has shadow with #387231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387231 on black background.


Color preview on white background

This text has color #387231 on white background.



Black color preview on #387231 background

This text has black color on #387231 background.


White color preview on #387231 background

This text has white color on #387231 background.