COLOR #474B08

HEX: #474B08
RGB: (71,75,8)

Renk bilgisi

#474B08 contains mainly red and green colors. #474B08 ‘ nin web güvenlik rengi #333300 (ya da #330) dir.

RGB renk modeli

#474B08 color RGB value is (71,75,8).

  • kırmız ton 71;
  • yeşil ton 75;
  • mavi ton 8.
RGB:
(71,75,8)
(28%,29%,3%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 75 of 255 = 29%
B 8 of 255 = 3%

71
75
8

R + G + B ~ 20%. #474B08 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 75 + 8 = 154 (100%)
R 71 of 154 ~ 46.1%
G 75 of 154 ~ 48.7%
B 8 of 154 ~ 5.19%

%46.1
%48.7

CMYK RENK MODELİ

#474B08 rengi CMYK tonu (5,0,89,71).

  • camgöbeği tonu 5.33%
  • eflatun tonu 0.00%
  • sarı tonu 89.33%
  • ana renk tonu 70.59%
CMYK:
(5,0,89,71)
C5M0Y89K71 
(5%,0%,89%,71%)
(0.05/0.00/0.89/0.71)	

CMYK yüzdeleri

%5.33
%0
%89.33
%70.59

Codes

Color #474B08 in popluar color models

474B08
RGB71758
HSL64°80.72%16.27%
HSB/HSV64°89.33%29.41%
CMYK5.33%0.00%89.33%
70.59%

Color #474B08 in popluar number systems.

HEX474B08
Decimal71758
Binary100011110010111000
Octal10711310

Shades and tints

Shades of #474B08

#474B08
(71,75,8)
#414508
(65,69,8)
#3B3F08
(59,63,8)
#353908
(53,57,8)
#2F3308
(47,51,8)
#292D08
(41,45,8)
#232708
(35,39,8)
#1D2108
(29,33,8)
#171B08
(23,27,8)
#111508
(17,21,8)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #474B08

#474B08
(71,75,8)
#575B1E
(87,91,30)
#676B34
(103,107,52)
#777B4A
(119,123,74)
#878B60
(135,139,96)
#979B76
(151,155,118)
#A7AB8C
(167,171,140)
#B7BBA2
(183,187,162)
#C7CBB8
(199,203,184)
#D7DBCE
(215,219,206)
#E7EBE4
(231,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474B08 color. Also use rgb(71,75,8) instead hex code.

Text Font Color

.myTextColor { color: #474B08; }

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

This text font color is #474B08.


Background Color

.myBgColor { background-color: #474B08; }

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

This div background color is #474B08.


Border color

.myBorderColor { border: 1px solid #474B08; }

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

This div border color is #474B08.


Opacity

.myOpacity80 { color: #474B08; opacity: 0.8; }

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

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

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

This text has shadow with #474B08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474B08 on black background.


Color preview on white background

This text has color #474B08 on white background.



Black color preview on #474B08 background

This text has black color on #474B08 background.


White color preview on #474B08 background

This text has white color on #474B08 background.