COLOR #737350

HEX: #737350
RGB: (115,115,80)

Renk bilgisi

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

RGB renk modeli

#737350 color RGB value is (115,115,80).

  • kırmız ton 115;
  • yeşil ton 115;
  • mavi ton 80.
RGB:
(115,115,80)
(45%,45%,31%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 115 of 255 = 45%
B 80 of 255 = 31%

115
115
80

R + G + B ~ 40%. #737350 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 115 + 80 = 310 (100%)
R 115 of 310 ~ 37.1%
G 115 of 310 ~ 37.1%
B 80 of 310 ~ 25.81%

%37.1
%37.1
%25.81

CMYK RENK MODELİ

#737350 rengi CMYK tonu (0,0,30,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 30.43%
  • ana renk tonu 54.90%
CMYK:
(0,0,30,55)
C0M0Y30K55 
(0%,0%,30%,55%)
(0.00/0.00/0.30/0.55)	

CMYK yüzdeleri

%0
%0
%30.43
%54.9

Codes

Color #737350 in popluar color models

737350
RGB11511580
HSL60°17.95%38.24%
HSB/HSV60°30.43%45.10%
CMYK0.00%0.00%30.43%
54.90%

Color #737350 in popluar number systems.

HEX737350
Decimal11511580
Binary111001111100111010000
Octal163163120

Shades and tints

Shades of #737350

#737350
(115,115,80)
#696949
(105,105,73)
#5F5F42
(95,95,66)
#55553B
(85,85,59)
#4B4B34
(75,75,52)
#41412D
(65,65,45)
#373726
(55,55,38)
#2D2D1F
(45,45,31)
#232318
(35,35,24)
#191911
(25,25,17)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #737350

#737350
(115,115,80)
#7F7F5F
(127,127,95)
#8B8B6E
(139,139,110)
#97977D
(151,151,125)
#A3A38C
(163,163,140)
#AFAF9B
(175,175,155)
#BBBBAA
(187,187,170)
#C7C7B9
(199,199,185)
#D3D3C8
(211,211,200)
#DFDFD7
(223,223,215)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737350; }

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

This text font color is #737350.


Background Color

.myBgColor { background-color: #737350; }

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

This div background color is #737350.


Border color

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

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

This div border color is #737350.


Opacity

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

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

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

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

This text has shadow with #737350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737350 on black background.


Color preview on white background

This text has color #737350 on white background.



Black color preview on #737350 background

This text has black color on #737350 background.


White color preview on #737350 background

This text has white color on #737350 background.