COLOR #475E38

HEX: #475E38
RGB: (71,94,56)

Renk bilgisi

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

RGB renk modeli

#475E38 color RGB value is (71,94,56).

  • kırmız ton 71;
  • yeşil ton 94;
  • mavi ton 56.
RGB:
(71,94,56)
(28%,37%,22%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 94 of 255 = 37%
B 56 of 255 = 22%

71
94
56

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 94 + 56 = 221 (100%)
R 71 of 221 ~ 32.13%
G 94 of 221 ~ 42.53%
B 56 of 221 ~ 25.34%

%32.13
%42.53
%25.34

CMYK RENK MODELİ

#475E38 rengi CMYK tonu (24,0,40,63).

  • camgöbeği tonu 24.47%
  • eflatun tonu 0.00%
  • sarı tonu 40.43%
  • ana renk tonu 63.14%
CMYK:
(24,0,40,63)
C24M0Y40K63 
(24%,0%,40%,63%)
(0.24/0.00/0.40/0.63)	

CMYK yüzdeleri

%24.47
%0
%40.43
%63.14

Codes

Color #475E38 in popluar color models

475E38
RGB719456
HSL96°25.33%29.41%
HSB/HSV96°40.43%36.86%
CMYK24.47%0.00%40.43%
63.14%

Color #475E38 in popluar number systems.

HEX475E38
Decimal719456
Binary10001111011110111000
Octal10713670

Shades and tints

Shades of #475E38

#475E38
(71,94,56)
#415633
(65,86,51)
#3B4E2E
(59,78,46)
#354629
(53,70,41)
#2F3E24
(47,62,36)
#29361F
(41,54,31)
#232E1A
(35,46,26)
#1D2615
(29,38,21)
#171E10
(23,30,16)
#11160B
(17,22,11)
#0B0E06
(11,14,6)
#000000
(0,0,0)

Tints of #475E38

#475E38
(71,94,56)
#576C4A
(87,108,74)
#677A5C
(103,122,92)
#77886E
(119,136,110)
#879680
(135,150,128)
#97A492
(151,164,146)
#A7B2A4
(167,178,164)
#B7C0B6
(183,192,182)
#C7CEC8
(199,206,200)
#D7DCDA
(215,220,218)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475E38 color. Also use rgb(71,94,56) instead hex code.

Text Font Color

.myTextColor { color: #475E38; }

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

This text font color is #475E38.


Background Color

.myBgColor { background-color: #475E38; }

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

This div background color is #475E38.


Border color

.myBorderColor { border: 1px solid #475E38; }

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

This div border color is #475E38.


Opacity

.myOpacity80 { color: #475E38; opacity: 0.8; }

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

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

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

This text has shadow with #475E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475E38 on black background.


Color preview on white background

This text has color #475E38 on white background.



Black color preview on #475E38 background

This text has black color on #475E38 background.


White color preview on #475E38 background

This text has white color on #475E38 background.