COLOR #378649

HEX: #378649
RGB: (55,134,73)

Renk bilgisi

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

RGB renk modeli

#378649 color RGB value is (55,134,73).

  • kırmız ton 55;
  • yeşil ton 134;
  • mavi ton 73.
RGB:
(55,134,73)
(22%,53%,29%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 134 of 255 = 53%
B 73 of 255 = 29%

55
134
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 134 + 73 = 262 (100%)
R 55 of 262 ~ 20.99%
G 134 of 262 ~ 51.15%
B 73 of 262 ~ 27.86%

%20.99
%51.15
%27.86

CMYK RENK MODELİ

#378649 rengi CMYK tonu (59,0,46,47).

  • camgöbeği tonu 58.96%
  • eflatun tonu 0.00%
  • sarı tonu 45.52%
  • ana renk tonu 47.45%
CMYK:
(59,0,46,47)
C59M0Y46K47 
(59%,0%,46%,47%)
(0.59/0.00/0.46/0.47)	

CMYK yüzdeleri

%58.96
%0
%45.52
%47.45

Codes

Color #378649 in popluar color models

378649
RGB5513473
HSL134°41.80%37.06%
HSB/HSV134°58.96%52.55%
CMYK58.96%0.00%45.52%
47.45%

Color #378649 in popluar number systems.

HEX378649
Decimal5513473
Binary110111100001101001001
Octal67206111

Shades and tints

Shades of #378649

#378649
(55,134,73)
#327A43
(50,122,67)
#2D6E3D
(45,110,61)
#286237
(40,98,55)
#235631
(35,86,49)
#1E4A2B
(30,74,43)
#193E25
(25,62,37)
#14321F
(20,50,31)
#0F2619
(15,38,25)
#0A1A13
(10,26,19)
#050E0D
(5,14,13)
#000000
(0,0,0)

Tints of #378649

#378649
(55,134,73)
#499159
(73,145,89)
#5B9C69
(91,156,105)
#6DA779
(109,167,121)
#7FB289
(127,178,137)
#91BD99
(145,189,153)
#A3C8A9
(163,200,169)
#B5D3B9
(181,211,185)
#C7DEC9
(199,222,201)
#D9E9D9
(217,233,217)
#EBF4E9
(235,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378649 color. Also use rgb(55,134,73) instead hex code.

Text Font Color

.myTextColor { color: #378649; }

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

This text font color is #378649.


Background Color

.myBgColor { background-color: #378649; }

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

This div background color is #378649.


Border color

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

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

This div border color is #378649.


Opacity

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

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

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

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

This text has shadow with #378649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378649 on black background.


Color preview on white background

This text has color #378649 on white background.



Black color preview on #378649 background

This text has black color on #378649 background.


White color preview on #378649 background

This text has white color on #378649 background.