COLOR #378D29

HEX: #378D29
RGB: (55,141,41)

Renk bilgisi

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

RGB renk modeli

#378D29 color RGB value is (55,141,41).

  • kırmız ton 55;
  • yeşil ton 141;
  • mavi ton 41.
RGB:
(55,141,41)
(22%,55%,16%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 141 of 255 = 55%
B 41 of 255 = 16%

55
141
41

R + G + B ~ 31%. #378D29 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 141 + 41 = 237 (100%)
R 55 of 237 ~ 23.21%
G 141 of 237 ~ 59.49%
B 41 of 237 ~ 17.3%

%23.21
%59.49
%17.3

CMYK RENK MODELİ

#378D29 rengi CMYK tonu (61,0,71,45).

  • camgöbeği tonu 60.99%
  • eflatun tonu 0.00%
  • sarı tonu 70.92%
  • ana renk tonu 44.71%
CMYK:
(61,0,71,45)
C61M0Y71K45 
(61%,0%,71%,45%)
(0.61/0.00/0.71/0.45)	

CMYK yüzdeleri

%60.99
%0
%70.92
%44.71

Codes

Color #378D29 in popluar color models

378D29
RGB5514141
HSL112°54.95%35.69%
HSB/HSV112°70.92%55.29%
CMYK60.99%0.00%70.92%
44.71%

Color #378D29 in popluar number systems.

HEX378D29
Decimal5514141
Binary11011110001101101001
Octal6721551

Shades and tints

Shades of #378D29

#378D29
(55,141,41)
#328126
(50,129,38)
#2D7523
(45,117,35)
#286920
(40,105,32)
#235D1D
(35,93,29)
#1E511A
(30,81,26)
#194517
(25,69,23)
#143914
(20,57,20)
#0F2D11
(15,45,17)
#0A210E
(10,33,14)
#05150B
(5,21,11)
#000000
(0,0,0)

Tints of #378D29

#378D29
(55,141,41)
#49973C
(73,151,60)
#5BA14F
(91,161,79)
#6DAB62
(109,171,98)
#7FB575
(127,181,117)
#91BF88
(145,191,136)
#A3C99B
(163,201,155)
#B5D3AE
(181,211,174)
#C7DDC1
(199,221,193)
#D9E7D4
(217,231,212)
#EBF1E7
(235,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378D29 color. Also use rgb(55,141,41) instead hex code.

Text Font Color

.myTextColor { color: #378D29; }

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

This text font color is #378D29.


Background Color

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

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

This div background color is #378D29.


Border color

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

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

This div border color is #378D29.


Opacity

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

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

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

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

This text has shadow with #378D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378D29 on black background.


Color preview on white background

This text has color #378D29 on white background.



Black color preview on #378D29 background

This text has black color on #378D29 background.


White color preview on #378D29 background

This text has white color on #378D29 background.