COLOR #00341C

HEX: #00341C
RGB: (0,52,28)

Color info

#00341C contains only green and blue colors. Web safe color of #00341C is #003333 (or #033).

RGB color model

#00341C color RGB value is (0,52,28).

  • red value is 0;
  • green value is 52;
  • blue value is 28.
RGB:
(0,52,28)
(0%,20%,11%)

RGB channels and saturation

R 0 of 255 = 0%
G 52 of 255 = 20%
B 28 of 255 = 11%

0
52
28

R + G + B ~ 10%. #00341C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 52 + 28 = 80 (100%)
R 0 of 80 ~ 0%
G 52 of 80 ~ 65%
B 28 of 80 ~ 35%

%65
%35

CMYK color model

#00341C color CMYK value is (100,0,46,80).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 79.61%
CMYK:
(100,0,46,80)
C100M0Y46K80 
(100%,0%,46%,80%)
(1.00/0.00/0.46/0.80)	

CMYK percentages

%100
%0
%46.15
%79.61

Codes

Color #00341C in popluar color models

00341C
RGB05228
HSL152°100.00%10.20%
HSB/HSV152°100.00%20.39%
CMYK100.00%0.00%46.15%
79.61%

Color #00341C in popluar number systems.

HEX00341C
Decimal05228
Binary011010011100
Octal06434

Shades and tints

Shades of #00341C

#00341C
(0,52,28)
#00301A
(0,48,26)
#002C18
(0,44,24)
#002816
(0,40,22)
#002414
(0,36,20)
#002012
(0,32,18)
#001C10
(0,28,16)
#00180E
(0,24,14)
#00140C
(0,20,12)
#00100A
(0,16,10)
#000C08
(0,12,8)
#000000
(0,0,0)

Tints of #00341C

#00341C
(0,52,28)
#174630
(23,70,48)
#2E5844
(46,88,68)
#456A58
(69,106,88)
#5C7C6C
(92,124,108)
#738E80
(115,142,128)
#8AA094
(138,160,148)
#A1B2A8
(161,178,168)
#B8C4BC
(184,196,188)
#CFD6D0
(207,214,208)
#E6E8E4
(230,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00341C color. Also use rgb(0,52,28) instead hex code.

Text Font Color

.myTextColor { color: #00341C; }

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

This text font color is #00341C.


Background Color

.myBgColor { background-color: #00341C; }

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

This div background color is #00341C.


Border color

.myBorderColor { border: 1px solid #00341C; }

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

This div border color is #00341C.


Opacity

.myOpacity80 { color: #00341C; opacity: 0.8; }

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

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

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

This text has shadow with #00341C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00341C on black background.


Color preview on white background

This text has color #00341C on white background.



Black color preview on #00341C background

This text has black color on #00341C background.


White color preview on #00341C background

This text has white color on #00341C background.