COLOR #748339

HEX: #748339
RGB: (116,131,57)

Renk bilgisi

#748339 contains mainly red and green colors. #748339 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#748339 color RGB value is (116,131,57).

  • kırmız ton 116;
  • yeşil ton 131;
  • mavi ton 57.
RGB:
(116,131,57)
(45%,51%,22%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 131 of 255 = 51%
B 57 of 255 = 22%

116
131
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 131 + 57 = 304 (100%)
R 116 of 304 ~ 38.16%
G 131 of 304 ~ 43.09%
B 57 of 304 ~ 18.75%

%38.16
%43.09
%18.75

CMYK RENK MODELİ

#748339 rengi CMYK tonu (11,0,56,49).

  • camgöbeği tonu 11.45%
  • eflatun tonu 0.00%
  • sarı tonu 56.49%
  • ana renk tonu 48.63%
CMYK:
(11,0,56,49)
C11M0Y56K49 
(11%,0%,56%,49%)
(0.11/0.00/0.56/0.49)	

CMYK yüzdeleri

%11.45
%0
%56.49
%48.63

Codes

Color #748339 in popluar color models

748339
RGB11613157
HSL72°39.36%36.86%
HSB/HSV72°56.49%51.37%
CMYK11.45%0.00%56.49%
48.63%

Color #748339 in popluar number systems.

HEX748339
Decimal11613157
Binary111010010000011111001
Octal16420371

Shades and tints

Shades of #748339

#748339
(116,131,57)
#6A7834
(106,120,52)
#606D2F
(96,109,47)
#56622A
(86,98,42)
#4C5725
(76,87,37)
#424C20
(66,76,32)
#38411B
(56,65,27)
#2E3616
(46,54,22)
#242B11
(36,43,17)
#1A200C
(26,32,12)
#101507
(16,21,7)
#000000
(0,0,0)

Tints of #748339

#748339
(116,131,57)
#808E4B
(128,142,75)
#8C995D
(140,153,93)
#98A46F
(152,164,111)
#A4AF81
(164,175,129)
#B0BA93
(176,186,147)
#BCC5A5
(188,197,165)
#C8D0B7
(200,208,183)
#D4DBC9
(212,219,201)
#E0E6DB
(224,230,219)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748339 color. Also use rgb(116,131,57) instead hex code.

Text Font Color

.myTextColor { color: #748339; }

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

This text font color is #748339.


Background Color

.myBgColor { background-color: #748339; }

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

This div background color is #748339.


Border color

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

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

This div border color is #748339.


Opacity

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

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

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

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

This text has shadow with #748339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748339 on black background.


Color preview on white background

This text has color #748339 on white background.



Black color preview on #748339 background

This text has black color on #748339 background.


White color preview on #748339 background

This text has white color on #748339 background.