COLOR #378F48

HEX: #378F48
RGB: (55,143,72)

Renk bilgisi

#378F48 contains mainly green color. #378F48 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#378F48 color RGB value is (55,143,72).

  • kırmız ton 55;
  • yeşil ton 143;
  • mavi ton 72.
RGB:
(55,143,72)
(22%,56%,28%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 143 of 255 = 56%
B 72 of 255 = 28%

55
143
72

R + G + B ~ 35%. #378F48 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 143 + 72 = 270 (100%)
R 55 of 270 ~ 20.37%
G 143 of 270 ~ 52.96%
B 72 of 270 ~ 26.67%

%20.37
%52.96
%26.67

CMYK RENK MODELİ

#378F48 rengi CMYK tonu (62,0,50,44).

  • camgöbeği tonu 61.54%
  • eflatun tonu 0.00%
  • sarı tonu 49.65%
  • ana renk tonu 43.92%
CMYK:
(62,0,50,44)
C62M0Y50K44 
(62%,0%,50%,44%)
(0.62/0.00/0.50/0.44)	

CMYK yüzdeleri

%61.54
%0
%49.65
%43.92

Codes

Color #378F48 in popluar color models

378F48
RGB5514372
HSL132°44.44%38.82%
HSB/HSV132°61.54%56.08%
CMYK61.54%0.00%49.65%
43.92%

Color #378F48 in popluar number systems.

HEX378F48
Decimal5514372
Binary110111100011111001000
Octal67217110

Shades and tints

Shades of #378F48

#378F48
(55,143,72)
#328242
(50,130,66)
#2D753C
(45,117,60)
#286836
(40,104,54)
#235B30
(35,91,48)
#1E4E2A
(30,78,42)
#194124
(25,65,36)
#14341E
(20,52,30)
#0F2718
(15,39,24)
#0A1A12
(10,26,18)
#050D0C
(5,13,12)
#000000
(0,0,0)

Tints of #378F48

#378F48
(55,143,72)
#499958
(73,153,88)
#5BA368
(91,163,104)
#6DAD78
(109,173,120)
#7FB788
(127,183,136)
#91C198
(145,193,152)
#A3CBA8
(163,203,168)
#B5D5B8
(181,213,184)
#C7DFC8
(199,223,200)
#D9E9D8
(217,233,216)
#EBF3E8
(235,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378F48 color. Also use rgb(55,143,72) instead hex code.

Text Font Color

.myTextColor { color: #378F48; }

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

This text font color is #378F48.


Background Color

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

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

This div background color is #378F48.


Border color

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

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

This div border color is #378F48.


Opacity

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

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

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

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

This text has shadow with #378F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378F48 on black background.


Color preview on white background

This text has color #378F48 on white background.



Black color preview on #378F48 background

This text has black color on #378F48 background.


White color preview on #378F48 background

This text has white color on #378F48 background.