COLOR #387A3D

HEX: #387A3D
RGB: (56,122,61)

Renk bilgisi

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

RGB renk modeli

#387A3D color RGB value is (56,122,61).

  • kırmız ton 56;
  • yeşil ton 122;
  • mavi ton 61.
RGB:
(56,122,61)
(22%,48%,24%)

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 122 of 255 = 48%
B 61 of 255 = 24%

56
122
61

R + G + B ~ 31%. #387A3D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 122 + 61 = 239 (100%)
R 56 of 239 ~ 23.43%
G 122 of 239 ~ 51.05%
B 61 of 239 ~ 25.52%

%23.43
%51.05
%25.52

CMYK RENK MODELİ

#387A3D rengi CMYK tonu (54,0,50,52).

  • camgöbeği tonu 54.10%
  • eflatun tonu 0.00%
  • sarı tonu 50.00%
  • ana renk tonu 52.16%
CMYK:
(54,0,50,52)
C54M0Y50K52 
(54%,0%,50%,52%)
(0.54/0.00/0.50/0.52)	

CMYK yüzdeleri

%54.1
%0
%50
%52.16

Codes

Color #387A3D in popluar color models

387A3D
RGB5612261
HSL125°37.08%34.90%
HSB/HSV125°54.10%47.84%
CMYK54.10%0.00%50.00%
52.16%

Color #387A3D in popluar number systems.

HEX387A3D
Decimal5612261
Binary1110001111010111101
Octal7017275

Shades and tints

Shades of #387A3D

#387A3D
(56,122,61)
#336F38
(51,111,56)
#2E6433
(46,100,51)
#29592E
(41,89,46)
#244E29
(36,78,41)
#1F4324
(31,67,36)
#1A381F
(26,56,31)
#152D1A
(21,45,26)
#102215
(16,34,21)
#0B1710
(11,23,16)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #387A3D

#387A3D
(56,122,61)
#4A864E
(74,134,78)
#5C925F
(92,146,95)
#6E9E70
(110,158,112)
#80AA81
(128,170,129)
#92B692
(146,182,146)
#A4C2A3
(164,194,163)
#B6CEB4
(182,206,180)
#C8DAC5
(200,218,197)
#DAE6D6
(218,230,214)
#ECF2E7
(236,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387A3D color. Also use rgb(56,122,61) instead hex code.

Text Font Color

.myTextColor { color: #387A3D; }

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

This text font color is #387A3D.


Background Color

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

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

This div background color is #387A3D.


Border color

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

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

This div border color is #387A3D.


Opacity

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

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

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

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

This text has shadow with #387A3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387A3D on black background.


Color preview on white background

This text has color #387A3D on white background.



Black color preview on #387A3D background

This text has black color on #387A3D background.


White color preview on #387A3D background

This text has white color on #387A3D background.