COLOR #6C754B

HEX: #6C754B
RGB: (108,117,75)

Renk bilgisi

#6C754B contains red, green and blue colors in about the same proportion. #6C754B ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#6C754B color RGB value is (108,117,75).

  • kırmız ton 108;
  • yeşil ton 117;
  • mavi ton 75.
RGB:
(108,117,75)
(42%,46%,29%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 117 of 255 = 46%
B 75 of 255 = 29%

108
117
75

R + G + B ~ 39%. #6C754B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 117 + 75 = 300 (100%)
R 108 of 300 ~ 36%
G 117 of 300 ~ 39%
B 75 of 300 ~ 25%

%36
%39
%25

CMYK RENK MODELİ

#6C754B rengi CMYK tonu (8,0,36,54).

  • camgöbeği tonu 7.69%
  • eflatun tonu 0.00%
  • sarı tonu 35.90%
  • ana renk tonu 54.12%
CMYK:
(8,0,36,54)
C8M0Y36K54 
(8%,0%,36%,54%)
(0.08/0.00/0.36/0.54)	

CMYK yüzdeleri

%7.69
%0
%35.9
%54.12

Codes

Color #6C754B in popluar color models

6C754B
RGB10811775
HSL73°21.88%37.65%
HSB/HSV73°35.90%45.88%
CMYK7.69%0.00%35.90%
54.12%

Color #6C754B in popluar number systems.

HEX6C754B
Decimal10811775
Binary110110011101011001011
Octal154165113

Shades and tints

Shades of #6C754B

#6C754B
(108,117,75)
#636B45
(99,107,69)
#5A613F
(90,97,63)
#515739
(81,87,57)
#484D33
(72,77,51)
#3F432D
(63,67,45)
#363927
(54,57,39)
#2D2F21
(45,47,33)
#24251B
(36,37,27)
#1B1B15
(27,27,21)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #6C754B

#6C754B
(108,117,75)
#79815B
(121,129,91)
#868D6B
(134,141,107)
#93997B
(147,153,123)
#A0A58B
(160,165,139)
#ADB19B
(173,177,155)
#BABDAB
(186,189,171)
#C7C9BB
(199,201,187)
#D4D5CB
(212,213,203)
#E1E1DB
(225,225,219)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C754B color. Also use rgb(108,117,75) instead hex code.

Text Font Color

.myTextColor { color: #6C754B; }

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

This text font color is #6C754B.


Background Color

.myBgColor { background-color: #6C754B; }

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

This div background color is #6C754B.


Border color

.myBorderColor { border: 1px solid #6C754B; }

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

This div border color is #6C754B.


Opacity

.myOpacity80 { color: #6C754B; opacity: 0.8; }

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

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

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

This text has shadow with #6C754B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C754B on black background.


Color preview on white background

This text has color #6C754B on white background.



Black color preview on #6C754B background

This text has black color on #6C754B background.


White color preview on #6C754B background

This text has white color on #6C754B background.