COLOR #475142

HEX: #475142
RGB: (71,81,66)

Renk bilgisi

#475142 contains red, green and blue colors in about the same proportion. #475142 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#475142 color RGB value is (71,81,66).

  • kırmız ton 71;
  • yeşil ton 81;
  • mavi ton 66.
RGB:
(71,81,66)
(28%,32%,26%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 81 of 255 = 32%
B 66 of 255 = 26%

71
81
66

R + G + B ~ 29%. #475142 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 81 + 66 = 218 (100%)
R 71 of 218 ~ 32.57%
G 81 of 218 ~ 37.16%
B 66 of 218 ~ 30.28%

%32.57
%37.16
%30.28

CMYK RENK MODELİ

#475142 rengi CMYK tonu (12,0,19,68).

  • camgöbeği tonu 12.35%
  • eflatun tonu 0.00%
  • sarı tonu 18.52%
  • ana renk tonu 68.24%
CMYK:
(12,0,19,68)
C12M0Y19K68 
(12%,0%,19%,68%)
(0.12/0.00/0.19/0.68)	

CMYK yüzdeleri

%12.35
%0
%18.52
%68.24

Codes

Color #475142 in popluar color models

475142
RGB718166
HSL100°10.20%28.82%
HSB/HSV100°18.52%31.76%
CMYK12.35%0.00%18.52%
68.24%

Color #475142 in popluar number systems.

HEX475142
Decimal718166
Binary100011110100011000010
Octal107121102

Shades and tints

Shades of #475142

#475142
(71,81,66)
#414A3C
(65,74,60)
#3B4336
(59,67,54)
#353C30
(53,60,48)
#2F352A
(47,53,42)
#292E24
(41,46,36)
#23271E
(35,39,30)
#1D2018
(29,32,24)
#171912
(23,25,18)
#11120C
(17,18,12)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #475142

#475142
(71,81,66)
#576053
(87,96,83)
#676F64
(103,111,100)
#777E75
(119,126,117)
#878D86
(135,141,134)
#979C97
(151,156,151)
#A7ABA8
(167,171,168)
#B7BAB9
(183,186,185)
#C7C9CA
(199,201,202)
#D7D8DB
(215,216,219)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475142 color. Also use rgb(71,81,66) instead hex code.

Text Font Color

.myTextColor { color: #475142; }

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

This text font color is #475142.


Background Color

.myBgColor { background-color: #475142; }

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

This div background color is #475142.


Border color

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

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

This div border color is #475142.


Opacity

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

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

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

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

This text has shadow with #475142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475142 on black background.


Color preview on white background

This text has color #475142 on white background.



Black color preview on #475142 background

This text has black color on #475142 background.


White color preview on #475142 background

This text has white color on #475142 background.