COLOR #588B0C

HEX: #588B0C
RGB: (88,139,12)

Renk bilgisi

#588B0C contains mainly red and green colors. #588B0C ‘ nin web güvenlik rengi #669900 (ya da #690) dir.

RGB renk modeli

#588B0C color RGB value is (88,139,12).

  • kırmız ton 88;
  • yeşil ton 139;
  • mavi ton 12.
RGB:
(88,139,12)
(35%,55%,5%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 139 of 255 = 55%
B 12 of 255 = 5%

88
139
12

R + G + B ~ 32%. #588B0C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 139 + 12 = 239 (100%)
R 88 of 239 ~ 36.82%
G 139 of 239 ~ 58.16%
B 12 of 239 ~ 5.02%

%36.82
%58.16

CMYK RENK MODELİ

#588B0C rengi CMYK tonu (37,0,91,45).

  • camgöbeği tonu 36.69%
  • eflatun tonu 0.00%
  • sarı tonu 91.37%
  • ana renk tonu 45.49%
CMYK:
(37,0,91,45)
C37M0Y91K45 
(37%,0%,91%,45%)
(0.37/0.00/0.91/0.45)	

CMYK yüzdeleri

%36.69
%0
%91.37
%45.49

Codes

Color #588B0C in popluar color models

588B0C
RGB8813912
HSL84°84.11%29.61%
HSB/HSV84°91.37%54.51%
CMYK36.69%0.00%91.37%
45.49%

Color #588B0C in popluar number systems.

HEX588B0C
Decimal8813912
Binary1011000100010111100
Octal13021314

Shades and tints

Shades of #588B0C

#588B0C
(88,139,12)
#507F0B
(80,127,11)
#48730A
(72,115,10)
#406709
(64,103,9)
#385B08
(56,91,8)
#304F07
(48,79,7)
#284306
(40,67,6)
#203705
(32,55,5)
#182B04
(24,43,4)
#101F03
(16,31,3)
#081302
(8,19,2)
#000000
(0,0,0)

Tints of #588B0C

#588B0C
(88,139,12)
#679522
(103,149,34)
#769F38
(118,159,56)
#85A94E
(133,169,78)
#94B364
(148,179,100)
#A3BD7A
(163,189,122)
#B2C790
(178,199,144)
#C1D1A6
(193,209,166)
#D0DBBC
(208,219,188)
#DFE5D2
(223,229,210)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588B0C color. Also use rgb(88,139,12) instead hex code.

Text Font Color

.myTextColor { color: #588B0C; }

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

This text font color is #588B0C.


Background Color

.myBgColor { background-color: #588B0C; }

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

This div background color is #588B0C.


Border color

.myBorderColor { border: 1px solid #588B0C; }

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

This div border color is #588B0C.


Opacity

.myOpacity80 { color: #588B0C; opacity: 0.8; }

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

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

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

This text has shadow with #588B0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588B0C on black background.


Color preview on white background

This text has color #588B0C on white background.



Black color preview on #588B0C background

This text has black color on #588B0C background.


White color preview on #588B0C background

This text has white color on #588B0C background.