COLOR #378A5F

HEX: #378A5F
RGB: (55,138,95)

Renk bilgisi

#378A5F contains mainly green and blue colors. #378A5F ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#378A5F color RGB value is (55,138,95).

  • kırmız ton 55;
  • yeşil ton 138;
  • mavi ton 95.
RGB:
(55,138,95)
(22%,54%,37%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 138 of 255 = 54%
B 95 of 255 = 37%

55
138
95

R + G + B ~ 38%. #378A5F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 138 + 95 = 288 (100%)
R 55 of 288 ~ 19.1%
G 138 of 288 ~ 47.92%
B 95 of 288 ~ 32.99%

%19.1
%47.92
%32.99

CMYK RENK MODELİ

#378A5F rengi CMYK tonu (60,0,31,46).

  • camgöbeği tonu 60.14%
  • eflatun tonu 0.00%
  • sarı tonu 31.16%
  • ana renk tonu 45.88%
CMYK:
(60,0,31,46)
C60M0Y31K46 
(60%,0%,31%,46%)
(0.60/0.00/0.31/0.46)	

CMYK yüzdeleri

%60.14
%0
%31.16
%45.88

Codes

Color #378A5F in popluar color models

378A5F
RGB5513895
HSL149°43.01%37.84%
HSB/HSV149°60.14%54.12%
CMYK60.14%0.00%31.16%
45.88%

Color #378A5F in popluar number systems.

HEX378A5F
Decimal5513895
Binary110111100010101011111
Octal67212137

Shades and tints

Shades of #378A5F

#378A5F
(55,138,95)
#327E57
(50,126,87)
#2D724F
(45,114,79)
#286647
(40,102,71)
#235A3F
(35,90,63)
#1E4E37
(30,78,55)
#19422F
(25,66,47)
#143627
(20,54,39)
#0F2A1F
(15,42,31)
#0A1E17
(10,30,23)
#05120F
(5,18,15)
#000000
(0,0,0)

Tints of #378A5F

#378A5F
(55,138,95)
#49946D
(73,148,109)
#5B9E7B
(91,158,123)
#6DA889
(109,168,137)
#7FB297
(127,178,151)
#91BCA5
(145,188,165)
#A3C6B3
(163,198,179)
#B5D0C1
(181,208,193)
#C7DACF
(199,218,207)
#D9E4DD
(217,228,221)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378A5F color. Also use rgb(55,138,95) instead hex code.

Text Font Color

.myTextColor { color: #378A5F; }

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

This text font color is #378A5F.


Background Color

.myBgColor { background-color: #378A5F; }

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

This div background color is #378A5F.


Border color

.myBorderColor { border: 1px solid #378A5F; }

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

This div border color is #378A5F.


Opacity

.myOpacity80 { color: #378A5F; opacity: 0.8; }

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

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

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

This text has shadow with #378A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378A5F on black background.


Color preview on white background

This text has color #378A5F on white background.



Black color preview on #378A5F background

This text has black color on #378A5F background.


White color preview on #378A5F background

This text has white color on #378A5F background.