COLOR #583E14

HEX: #583E14
RGB: (88,62,20)

Renk bilgisi

#583E14 contains mainly red and green colors. #583E14 ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#583E14 color RGB value is (88,62,20).

  • kırmız ton 88;
  • yeşil ton 62;
  • mavi ton 20.
RGB:
(88,62,20)
(35%,24%,8%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 62 of 255 = 24%
B 20 of 255 = 8%

88
62
20

R + G + B ~ 22%. #583E14 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 62 + 20 = 170 (100%)
R 88 of 170 ~ 51.76%
G 62 of 170 ~ 36.47%
B 20 of 170 ~ 11.76%

%51.76
%36.47
%11.76

CMYK RENK MODELİ

#583E14 rengi CMYK tonu (0,30,77,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.55%
  • sarı tonu 77.27%
  • ana renk tonu 65.49%
CMYK:
(0,30,77,65)
C0M30Y77K65 
(0%,30%,77%,65%)
(0.00/0.30/0.77/0.65)	

CMYK yüzdeleri

%0
%29.55
%77.27
%65.49

Codes

Color #583E14 in popluar color models

583E14
RGB886220
HSL37°62.96%21.18%
HSB/HSV37°77.27%34.51%
CMYK0.00%29.55%77.27%
65.49%

Color #583E14 in popluar number systems.

HEX583E14
Decimal886220
Binary101100011111010100
Octal1307624

Shades and tints

Shades of #583E14

#583E14
(88,62,20)
#503913
(80,57,19)
#483412
(72,52,18)
#402F11
(64,47,17)
#382A10
(56,42,16)
#30250F
(48,37,15)
#28200E
(40,32,14)
#201B0D
(32,27,13)
#18160C
(24,22,12)
#10110B
(16,17,11)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #583E14

#583E14
(88,62,20)
#674F29
(103,79,41)
#76603E
(118,96,62)
#857153
(133,113,83)
#948268
(148,130,104)
#A3937D
(163,147,125)
#B2A492
(178,164,146)
#C1B5A7
(193,181,167)
#D0C6BC
(208,198,188)
#DFD7D1
(223,215,209)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583E14 color. Also use rgb(88,62,20) instead hex code.

Text Font Color

.myTextColor { color: #583E14; }

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

This text font color is #583E14.


Background Color

.myBgColor { background-color: #583E14; }

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

This div background color is #583E14.


Border color

.myBorderColor { border: 1px solid #583E14; }

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

This div border color is #583E14.


Opacity

.myOpacity80 { color: #583E14; opacity: 0.8; }

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

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

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

This text has shadow with #583E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583E14 on black background.


Color preview on white background

This text has color #583E14 on white background.



Black color preview on #583E14 background

This text has black color on #583E14 background.


White color preview on #583E14 background

This text has white color on #583E14 background.