COLOR #06481D

HEX: #06481D
RGB: (6,72,29)

Renk bilgisi

#06481D contains mainly green and blue colors. #06481D ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#06481D color RGB value is (6,72,29).

  • kırmız ton 6;
  • yeşil ton 72;
  • mavi ton 29.
RGB:
(6,72,29)
(2%,28%,11%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 72 of 255 = 28%
B 29 of 255 = 11%

6
72
29

R + G + B ~ 14%. #06481D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 72 + 29 = 107 (100%)
R 6 of 107 ~ 5.61%
G 72 of 107 ~ 67.29%
B 29 of 107 ~ 27.1%

%67.29
%27.1

CMYK RENK MODELİ

#06481D rengi CMYK tonu (92,0,60,72).

  • camgöbeği tonu 91.67%
  • eflatun tonu 0.00%
  • sarı tonu 59.72%
  • ana renk tonu 71.76%
CMYK:
(92,0,60,72)
C92M0Y60K72 
(92%,0%,60%,72%)
(0.92/0.00/0.60/0.72)	

CMYK yüzdeleri

%91.67
%0
%59.72
%71.76

Codes

Color #06481D in popluar color models

06481D
RGB67229
HSL141°84.62%15.29%
HSB/HSV141°91.67%28.24%
CMYK91.67%0.00%59.72%
71.76%

Color #06481D in popluar number systems.

HEX06481D
Decimal67229
Binary110100100011101
Octal611035

Shades and tints

Shades of #06481D

#06481D
(6,72,29)
#06421B
(6,66,27)
#063C19
(6,60,25)
#063617
(6,54,23)
#063015
(6,48,21)
#062A13
(6,42,19)
#062411
(6,36,17)
#061E0F
(6,30,15)
#06180D
(6,24,13)
#06120B
(6,18,11)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #06481D

#06481D
(6,72,29)
#1C5831
(28,88,49)
#326845
(50,104,69)
#487859
(72,120,89)
#5E886D
(94,136,109)
#749881
(116,152,129)
#8AA895
(138,168,149)
#A0B8A9
(160,184,169)
#B6C8BD
(182,200,189)
#CCD8D1
(204,216,209)
#E2E8E5
(226,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06481D color. Also use rgb(6,72,29) instead hex code.

Text Font Color

.myTextColor { color: #06481D; }

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

This text font color is #06481D.


Background Color

.myBgColor { background-color: #06481D; }

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

This div background color is #06481D.


Border color

.myBorderColor { border: 1px solid #06481D; }

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

This div border color is #06481D.


Opacity

.myOpacity80 { color: #06481D; opacity: 0.8; }

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

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

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

This text has shadow with #06481D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06481D on black background.


Color preview on white background

This text has color #06481D on white background.



Black color preview on #06481D background

This text has black color on #06481D background.


White color preview on #06481D background

This text has white color on #06481D background.