Color Hex Logo

#33826b Color Hex

#33826B
(51,130,107)
0 Favorites   0 Comments

Color spaces of #33826b

RGB 51130107
HSL0.450.440.35
HSV163°61°51°
CMYK 0.610.000.18   0.49
XYZ12.001717.730616.6997
Yxy17.73060.25850.3819
Hunter Lab42.1077-22.81185.9613
CIE-Lab49.1677-30.05075.3017

#33826b color RGB value is (51,130,107).

#33826b hex color red value is 51, green value is 130 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #33826b hue: 0.45 , saturation: 0.44 and the lightness value of 33826b is 0.35.

The process color (four color CMYK) of #33826b color hex is 0.61, 0.00, 0.18, 0.49. Web safe color of #33826b is #339966. Color #33826b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10000010 01101011
Octal 63 202 153
Decimal 51 130 107
Hex 33 82 6B

RGB Percentages of Color #33826b

%17.71
%45.14
%37.15

CMYK Percentages of Color #33826b

%61
%0
%18
%49

Triadic Colors of #33826b

#33826b #6b3382 #826b33

Analogous Colors of #33826b

#33826b #337282 #338244

Monochromatic Colors of #33826b

#33826b

Complementary Color

#33826b #82334a

#33826b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33826b Color Preview on White Background

Lorem ipsum dolor sit amet.

#33826b Color CSS Codes

.mybgcolor {background-color:#33826b; } 
.myforecolor {color:#33826b; }
.mybordercolor {border:3px solid #33826b; }

#33826b Text Font Color

<p style="color:#33826b">Text here</p>

This sample text font color is #33826b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#33826b Background Color

<div style="background-color:#33826b">
Div content here</div>

This div background color is #33826b


#33826b Border Color

<div style="border:3px solid #33826b">
Div here</div>

This div border color is #33826b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,130,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33826b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33826b;
  -webkit-box-shadow: 1px 1px 3px 2px #33826b;
  box-shadow:         1px 1px 3px 2px #33826b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,130,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #33826b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #33826b;
  -webkit-box-shadow: 1px 1px 3px 2px #33826b;
  box-shadow:         1px 1px 3px 2px #33826b;">
Div content here</div>

This div box has shadow with color #33826b


Comments

No comments written yet.

Please login to write comment.