COLOR #376450

HEX: #376450
RGB: (55,100,80)

Renk bilgisi

#376450 contains red, green and blue colors in about the same proportion. #376450 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#376450 color RGB value is (55,100,80).

  • kırmız ton 55;
  • yeşil ton 100;
  • mavi ton 80.
RGB:
(55,100,80)
(22%,39%,31%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 100 of 255 = 39%
B 80 of 255 = 31%

55
100
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 100 + 80 = 235 (100%)
R 55 of 235 ~ 23.4%
G 100 of 235 ~ 42.55%
B 80 of 235 ~ 34.04%

%23.4
%42.55
%34.04

CMYK RENK MODELİ

#376450 rengi CMYK tonu (45,0,20,61).

  • camgöbeği tonu 45.00%
  • eflatun tonu 0.00%
  • sarı tonu 20.00%
  • ana renk tonu 60.78%
CMYK:
(45,0,20,61)
C45M0Y20K61 
(45%,0%,20%,61%)
(0.45/0.00/0.20/0.61)	

CMYK yüzdeleri

%45
%0
%20
%60.78

Codes

Color #376450 in popluar color models

376450
RGB5510080
HSL153°29.03%30.39%
HSB/HSV153°45.00%39.22%
CMYK45.00%0.00%20.00%
60.78%

Color #376450 in popluar number systems.

HEX376450
Decimal5510080
Binary11011111001001010000
Octal67144120

Shades and tints

Shades of #376450

#376450
(55,100,80)
#325B49
(50,91,73)
#2D5242
(45,82,66)
#28493B
(40,73,59)
#234034
(35,64,52)
#1E372D
(30,55,45)
#192E26
(25,46,38)
#14251F
(20,37,31)
#0F1C18
(15,28,24)
#0A1311
(10,19,17)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #376450

#376450
(55,100,80)
#49725F
(73,114,95)
#5B806E
(91,128,110)
#6D8E7D
(109,142,125)
#7F9C8C
(127,156,140)
#91AA9B
(145,170,155)
#A3B8AA
(163,184,170)
#B5C6B9
(181,198,185)
#C7D4C8
(199,212,200)
#D9E2D7
(217,226,215)
#EBF0E6
(235,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376450 color. Also use rgb(55,100,80) instead hex code.

Text Font Color

.myTextColor { color: #376450; }

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

This text font color is #376450.


Background Color

.myBgColor { background-color: #376450; }

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

This div background color is #376450.


Border color

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

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

This div border color is #376450.


Opacity

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

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

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

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

This text has shadow with #376450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376450 on black background.


Color preview on white background

This text has color #376450 on white background.



Black color preview on #376450 background

This text has black color on #376450 background.


White color preview on #376450 background

This text has white color on #376450 background.