COLOR #737D6E

HEX: #737D6E
RGB: (115,125,110)

Renk bilgisi

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

RGB renk modeli

#737D6E color RGB value is (115,125,110).

  • kırmız ton 115;
  • yeşil ton 125;
  • mavi ton 110.
RGB:
(115,125,110)
(45%,49%,43%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 125 of 255 = 49%
B 110 of 255 = 43%

115
125
110

R + G + B ~ 46%. #737D6E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 125 + 110 = 350 (100%)
R 115 of 350 ~ 32.86%
G 125 of 350 ~ 35.71%
B 110 of 350 ~ 31.43%

%32.86
%35.71
%31.43

CMYK RENK MODELİ

#737D6E rengi CMYK tonu (8,0,12,51).

  • camgöbeği tonu 8.00%
  • eflatun tonu 0.00%
  • sarı tonu 12.00%
  • ana renk tonu 50.98%
CMYK:
(8,0,12,51)
C8M0Y12K51 
(8%,0%,12%,51%)
(0.08/0.00/0.12/0.51)	

CMYK yüzdeleri

%8
%0
%12
%50.98

Codes

Color #737D6E in popluar color models

737D6E
RGB115125110
HSL100°6.38%46.08%
HSB/HSV100°12.00%49.02%
CMYK8.00%0.00%12.00%
50.98%

Color #737D6E in popluar number systems.

HEX737D6E
Decimal115125110
Binary111001111111011101110
Octal163175156

Shades and tints

Shades of #737D6E

#737D6E
(115,125,110)
#697264
(105,114,100)
#5F675A
(95,103,90)
#555C50
(85,92,80)
#4B5146
(75,81,70)
#41463C
(65,70,60)
#373B32
(55,59,50)
#2D3028
(45,48,40)
#23251E
(35,37,30)
#191A14
(25,26,20)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #737D6E

#737D6E
(115,125,110)
#7F887B
(127,136,123)
#8B9388
(139,147,136)
#979E95
(151,158,149)
#A3A9A2
(163,169,162)
#AFB4AF
(175,180,175)
#BBBFBC
(187,191,188)
#C7CAC9
(199,202,201)
#D3D5D6
(211,213,214)
#DFE0E3
(223,224,227)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737D6E color. Also use rgb(115,125,110) instead hex code.

Text Font Color

.myTextColor { color: #737D6E; }

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

This text font color is #737D6E.


Background Color

.myBgColor { background-color: #737D6E; }

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

This div background color is #737D6E.


Border color

.myBorderColor { border: 1px solid #737D6E; }

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

This div border color is #737D6E.


Opacity

.myOpacity80 { color: #737D6E; opacity: 0.8; }

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

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

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

This text has shadow with #737D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737D6E on black background.


Color preview on white background

This text has color #737D6E on white background.



Black color preview on #737D6E background

This text has black color on #737D6E background.


White color preview on #737D6E background

This text has white color on #737D6E background.